File tree 8 files changed +66
-5
lines changed
8 files changed +66
-5
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.10.53] ( https://github.com/cube-js/cube.js/compare/v0.10.52...v0.10.53 ) (2019-10-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** playground:** antd styles are added as part of table scaffolding ([ 8a39c9d] ( https://github.com/cube-js/cube.js/commit/8a39c9d ) )
12
+ * ** playground:** Can't delete dashboard item name in dashboard app ([ 0cf546f] ( https://github.com/cube-js/cube.js/commit/0cf546f ) )
13
+ * ** playground:** Recharts extra code ([ 950541c] ( https://github.com/cube-js/cube.js/commit/950541c ) )
14
+
15
+
16
+ ### Features
17
+
18
+ * ** client-react:** provide isQueryPresent() as static API method ([ 59dc5ce] ( https://github.com/cube-js/cube.js/commit/59dc5ce ) )
19
+ * ** playground:** Make dashboard loading errors permanent ([ 155380d] ( https://github.com/cube-js/cube.js/commit/155380d ) )
20
+ * ** playground:** Recharts code generation support ([ c8c8230] ( https://github.com/cube-js/cube.js/commit/c8c8230 ) )
21
+
22
+
23
+
24
+
25
+
6
26
## [ 0.10.52] ( https://github.com/cube-js/cube.js/compare/v0.10.51...v0.10.52 ) (2019-10-01)
7
27
8
28
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.10.52 "
5
+ "version" : " 0.10.53 "
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.10.53] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.52...v0.10.53 ) (2019-10-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** playground:** antd styles are added as part of table scaffolding ([ 8a39c9d] ( https://github.com/statsbotco/cubejs-client/commit/8a39c9d ) )
12
+ * ** playground:** Can't delete dashboard item name in dashboard app ([ 0cf546f] ( https://github.com/statsbotco/cubejs-client/commit/0cf546f ) )
13
+ * ** playground:** Recharts extra code ([ 950541c] ( https://github.com/statsbotco/cubejs-client/commit/950541c ) )
14
+
15
+
16
+ ### Features
17
+
18
+ * ** playground:** Make dashboard loading errors permanent ([ 155380d] ( https://github.com/statsbotco/cubejs-client/commit/155380d ) )
19
+ * ** playground:** Recharts code generation support ([ c8c8230] ( https://github.com/statsbotco/cubejs-client/commit/c8c8230 ) )
20
+
21
+
22
+
23
+
24
+
6
25
## [ 0.10.46] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.45...v0.10.46 ) (2019-09-30)
7
26
8
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cubejs-client/playground" ,
3
- "version" : " 0.10.46 " ,
3
+ "version" : " 0.10.53 " ,
4
4
"dependencies" : {
5
5
"@babel/generator" : " ^7.4.0" ,
6
6
"@babel/parser" : " ^7.4.2" ,
10
10
"@babel/traverse" : " ^7.4.0" ,
11
11
"@babel/types" : " ^7.4.0" ,
12
12
"@cubejs-client/core" : " ^0.10.16" ,
13
- "@cubejs-client/react" : " ^0.10.43 " ,
13
+ "@cubejs-client/react" : " ^0.10.53 " ,
14
14
"antd" : " ^3.14.1" ,
15
15
"bizcharts" : " ^3.4.3" ,
16
16
"chart.js" : " ^2.7.3" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.10.53] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.52...v0.10.53 ) (2019-10-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** client-react:** provide isQueryPresent() as static API method ([ 59dc5ce] ( https://github.com/statsbotco/cubejs-client/commit/59dc5ce ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.10.43] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43 ) (2019-09-27)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cubejs-client/react" ,
3
- "version" : " 0.10.43 " ,
3
+ "version" : " 0.10.53 " ,
4
4
"description" : " React components for cube.js" ,
5
5
"author" : " Statsbot, Inc." ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.10.53] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.52...v0.10.53 ) (2019-10-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** client-react:** provide isQueryPresent() as static API method ([ 59dc5ce] ( https://github.com/statsbotco/cubejs-client/commit/59dc5ce ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.10.49] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.48...v0.10.49 ) (2019-10-01)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cubejs-client/vue" ,
3
- "version" : " 0.10.49 " ,
3
+ "version" : " 0.10.53 " ,
4
4
"description" : " Vue.js components for cube.js" ,
5
5
"author" : " Ricardo Tapia" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments