Skip to content

Releases: cube-js/cube

v0.10.62

11 Oct 18:00
Compare
Choose a tag to compare

0.10.62 (2019-10-11)

Features

  • vue: Add order, renewQuery, and reactivity to Vue component (#229). Thanks to @TCBroad (9293f13)
  • ungrouped queries support (c6ac873)

v0.10.61

10 Oct 02:25
Compare
Choose a tag to compare

0.10.61 (2019-10-10)

Bug Fixes

  • Override incorrect button color in playground (6b7d964)
  • playground scaffolding include antd styles via index.css (881084e)
  • playground: Chart type doesn't switch in Dashboard App (23f604f)

Features

  • Scaffolding Updates React (#228) (552fd9c)
  • react: Introduce useCubeQuery react hook and CubeProvider cubejsApi context provider (19b6fac)
  • schema-compiler: Allow access raw data in USER_CONTEXT using unsafeValue() method (52ef146)

v0.10.60

08 Oct 19:26
Compare
Choose a tag to compare

0.10.60 (2019-10-08)

Bug Fixes

  • client-ngx: Support Observables for config: runtime token change case (0e30773)

v0.10.59

08 Oct 18:35
Compare
Choose a tag to compare

0.10.59 (2019-10-08)

Bug Fixes

  • hostname: command not found (8ca1f21)
  • Rolling window returns dates in incorrect time zone for Postgres (71a3baa), closes #216

v0.10.58

04 Oct 21:58
Compare
Choose a tag to compare

0.10.58 (2019-10-04)

Bug Fixes

  • playground: Fix recharts height (cd75409)
  • continueWaitTimout option is ignored in LocalQueueDriver (#224) (4f72a52)

v0.10.57

04 Oct 03:36
Compare
Choose a tag to compare

0.10.57 (2019-10-04)

Bug Fixes

  • react: Evade unnecessary heavy chart renders (b1eb63f)

v0.10.56

04 Oct 02:44
Compare
Choose a tag to compare

0.10.56 (2019-10-04)

Bug Fixes

  • react: Evade unnecessary heavy chart renders (bdcc569)

v0.10.55

03 Oct 19:19
Compare
Choose a tag to compare

0.10.55 (2019-10-03)

Bug Fixes

  • client-core: can't read property 'title' of undefined (4b48c7f)
  • playground: Dashboard item name edit performance issues (73df3c7)
  • playground: PropTypes validations (3d5faa1)
  • playground: Recharts fixes (bce0313)

v0.10.54

02 Oct 20:41
Compare
Choose a tag to compare

0.10.54 (2019-10-02)

Note: Version bump only for package cubejs

v0.10.53

02 Oct 20:34
Compare
Choose a tag to compare

0.10.53 (2019-10-02)

Bug Fixes

  • playground: antd styles are added as part of table scaffolding (8a39c9d)
  • playground: Can't delete dashboard item name in dashboard app (0cf546f)
  • playground: Recharts extra code (950541c)

Features

  • client-react: provide isQueryPresent() as static API method (59dc5ce)
  • playground: Make dashboard loading errors permanent (155380d)
  • playground: Recharts code generation support (c8c8230)