This repository was archived by the owner on May 9, 2021. It is now read-only.
Releases: afternoon2/smartsettings
Releases · afternoon2/smartsettings
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.0
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
- 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
- fix(range): fix lack of span text update after range value change
v.1.2.1
- setIndex method for select controls
v.1.2.0
- add getConfig method