Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Releases: afternoon2/smartsettings

v2.0.6

09 Aug 11:27

Choose a tag to compare

2.0.6 (2020-08-09)

Bug Fixes

  • slot: set static position of the open slot node (6c5f74b)

v2.0.5

14 Mar 16:59
13a6e44

Choose a tag to compare

2.0.5 (2020-03-14)

Bug Fixes

  • package.json: fix vulnerability issues (3a80408)

v2.0.4

14 Mar 16:54
a9ea288

Choose a tag to compare

2.0.4 (2020-03-14)

Bug Fixes

  • package.json: fix vulnerability issues (f26d64d)

v2.0.3

26 Dec 20:46
52254c6

Choose a tag to compare

2.0.3 (2019-12-26)

Bug Fixes

  • package.json: fix main file path in package.json (d28cced)

v2.0.2

26 Dec 20:18
25db4a4

Choose a tag to compare

2.0.2 (2019-12-26)

Bug Fixes

  • package.json: use utility-types as a dev dependency (4139d6c)

v2.0.0

26 Dec 18:41
f263034

Choose a tag to compare

2.0.0 (2019-12-26)

Bug Fixes

  • button, range: fix button and checkbox errors (3047b99)
  • control: fix control node creation (16525dc)
  • dropdown: fix radio name error and dropdown's display behaviour (15af37b)
  • lint: fix linter errors (74147e0)
  • number: fix min, max and step attributes assignment (7c69901)
  • rootnode: fix not enabling dropdown control when running enable() (b79c063)
  • section: add missing class names to the root section element (9e0bb78)
  • src: fix readonly attribute setting bug (c358af9)
  • tests: fix missing displayType field in abstract classes' tests (d6eb743)

Code Refactoring

  • index: make SmartSettings factory function (bbe8f19)

Features

  • color: add enhanced color control (c11acac)
  • section: add section node (c394c89)
  • slot: add slot node (69f7b25)
  • src: add find and findBy methods (a9e5ed6)

BREAKING CHANGES

  • index: Move from straight class based Panel initialization to a factory function

v1.2.3

20 May 11:54

Choose a tag to compare

  • add +/- signs to indicate whether the panel is closed/open
  • add missing min and max items for number control
  • fix setting range's initial value to 1 regardless the value provided by the user

v1.2.2

13 May 15:34

Choose a tag to compare

  • fix(range): fix lack of span text update after range value change

v.1.2.1

12 May 22:42

Choose a tag to compare

  • setIndex method for select controls

v.1.2.0

12 May 12:29

Choose a tag to compare

  • add getConfig method