Skip to content

Releases: cube-js/cube

v0.10.50

01 Oct 23:17
Compare
Choose a tag to compare

0.10.50 (2019-10-01)

Bug Fixes

  • client-ngx: client.ts is missing from the TypeScript compilation. Fix files (ae5c2df)

v0.10.49

01 Oct 23:10
Compare
Choose a tag to compare

0.10.49 (2019-10-01)

Bug Fixes

  • client-ngx: client.ts is missing from the TypeScript compilation (65a30cf)

v0.10.48

01 Oct 04:52
Compare
Choose a tag to compare

0.10.48 (2019-10-01)

Bug Fixes

  • client-ngx: client.ts is missing from the TypeScript compilation (ffab1a1)

v0.10.47

01 Oct 04:50
Compare
Choose a tag to compare

0.10.47 (2019-10-01)

Bug Fixes

  • client-ngx: client.ts is missing from the TypeScript compilation (7dfc071)

v0.10.46

30 Sep 06:36
Compare
Choose a tag to compare

0.10.46 (2019-09-30)

Features

  • Restructure Dashboard scaffolding to make it more user friendly and reliable (78ba3bc)

v0.10.45

27 Sep 22:43
Compare
Choose a tag to compare

0.10.45 (2019-09-27)

Bug Fixes

  • TypeError: "listener" argument must be a function (5cfc61e)

v0.10.44

27 Sep 22:31
Compare
Choose a tag to compare

0.10.44 (2019-09-27)

Bug Fixes

  • npm installs old dependencies on dashboard creation (a7d519c)
  • playground: use default 3000 port for dashboard app as it's more appropriate (ec4f3f4)

Features

  • cubejs-server: Integrated support for TLS (#213) (66fe156)
  • playground: Rename Explore to Build (ce067a9)
  • playground: Show empty dashboard note (ef559e5)
  • playground: Support various chart libraries for dashboard generation (a4ba9c5)

v0.10.43

27 Sep 06:06
Compare
Choose a tag to compare

0.10.43 (2019-09-27)

Bug Fixes

  • empty array reduce error in stackedChartData (#211) (1dc44bb)

Features

v0.10.42

16 Sep 22:54
Compare
Choose a tag to compare

0.10.42 (2019-09-16)

Bug Fixes

  • client-ngx: Function calls are not supported in decorators but 'ɵangular_packages_core_core_a' was called. (65871f9)

v0.10.41

13 Sep 03:19
Compare
Choose a tag to compare

0.10.41 (2019-09-13)

Bug Fixes

  • support for deep nested watchers on 'QueryRenderer' (#207) (8d3a500)

Features

  • Provide date filter with hourly granularity (e423d82), closes #179