Skip to content

v2.1.3

Compare
Choose a tag to compare
@web-padawan web-padawan released this 18 Dec 11:13
· 203 commits to master since this release

Live Demo →
API Documentation →

Fixes

  • Add missing styles for hidden attribute
  • Aligned CSS for user-select property vendor prefixes
  • Fix label consider it is empty also if there is only one empty text node inside

Changes Since v2.1.2:

  • aa8899b fix(theme): add user-select vendor prefixes for consistency [skip ci]

  • 4267426 fix(checkbox): add missing styles for hidden attribute (#137)

  • c6a237d Add _isAssignedNodesEmpty method and test for it