Skip to content

Releases: kantord/just-dashboard

v0.5.1

09 Mar 11:23
Compare
Choose a tag to compare

0.5.1 (2018-03-09)

Bug Fixes

  • base component: Don't remove non-elements (fde8467)
  • components/Root: Do not return an element in Root's init (6cb527c)
  • components/Root: RootComponent now unsubscribes deleted elements (4fa0efb), closes #78

v0.5.0

07 Mar 10:45
Compare
Choose a tag to compare

0.5.0 (2018-03-07)

Features

  • yaml-format: Display error message when a YAML syntax error occurs (077d68c), closes #79

v0.4.0

28 Feb 12:13
Compare
Choose a tag to compare

0.4.0 (2018-02-28)

Features

  • Columns: Truncate long titles using ellipses (91e851f), closes #63

v0.3.0

28 Feb 10:48
a2349de
Compare
Choose a tag to compare

0.3.0 (2018-02-28)

Features

  • An error message is shown when something goes wrong within a component (#66) (a2349de), closes #37 #37

v0.2.0

18 Feb 18:55
Compare
Choose a tag to compare

0.2.0 (2018-02-18)

Bug Fixes

  • after-re init, render is now called with new element (34ae96b)
  • base component will not fail anymore if element is null (9e16f18)
  • execute validations on formatted arguments (b50ba54)
  • fix_variable now doesn't update existing variables (dc57dbc)
  • format_value now supports null (66fec8d)
  • no re-init if element was removed by parent component (685f87e)
  • only root component gets its own state_handler (ae0c3bc)
  • remove superfluous elements in container components (3c2128e)
  • Root component no longer fails if child component doesn't have explicit args (4b576c7)
  • select correct dropdown option (332ead3)
  • Variables now work inside container components (fd36b4a)

Features

  • components: Added DropdownComponent (2244314)
  • container_base: It's now possible to update a container component (846bc66)
  • Added dropdown to YAML format (e007015)
  • added interpolation (d464bf5)
  • Added state_handler (2d52f00)
  • Components receive a set_variable and an init_variable argument (49115e4)
  • DropdownComponent reports variable values (99576cf)
  • format data using state (cef0a1f)
  • integrated state handler with components (3e686d1)

Performance Improvements

  • state changer will not actually call callbacks if state value has not changed (05a702c)

v0.1.2

01 Feb 17:06
e7bb9ab
Compare
Choose a tag to compare

0.1.2 (2018-02-01)

Bug Fixes

  • docs: Fixed shields in README.md (e7bb9ab)

v0.1.1

31 Jan 21:38
2fed350
Compare
Choose a tag to compare

0.1.1 (2018-01-31)

Bug Fixes

  • docs: Updated project name in README.md (#27) (2fed350)

v0.1.0

31 Jan 20:56
64d9859
Compare
Choose a tag to compare

0.1.0 (2018-01-31)

Features