Skip to content

1.0.0.beta.28

Compare
Choose a tag to compare
@ZurabDev ZurabDev released this 31 Mar 14:37
· 3545 commits to main since this release
8682fd8

Description

New features include examples with presets list for input date range and calendar range, as well as a new directive for sticky positioning called prizmStick. Other additions include disabled switchers, support for template icons, and showing borders on hover for accordions. Various bug fixes have also been implemented, such as issues with overlapping toasts and incorrect context being passed to rows in tables.

Features

  • feat(doc/input-date-range): add example with presets list 🎨
  • feat(doc/calendar-range): add example with presets list 🎨
  • feat(doc/table): add exmple with stick to left, to right, to bottom side 🎨 104
  • feat(doc/sticky): add doc for new directive prizmStick 🎨 104
  • feat(components/sticky): add new directive prizmStick for sticky to any side with dynamic calculations 🎨 104
  • feat(components/switcher): add disabled and add support template icon 117 🎨
  • feat(components/accordion): show border on hover 100

BUG FIXES

  • fix(components/table): pass correct context to row 110
  • fix(components/input-date-period): fix export 107
  • fix(components/dialog): fix error with more then context size 108
  • fix(components/confirm-dialog): fix error with more then context size 108
  • fix(components/sidebar): error with double height set 101
  • feat(components/select): null content does not show 116
  • fix(components/toast): toasts overlap each other 118
  • fix(components/sidebar): can not pass footer template 94
  • fix(components/select): fix full width 120
  • fix(components/select): validator required does not work 119
  • fix(components/accordion): problem with nested accordion 96
  • fix(components/accordion): fix bug with big title in hint 99
  • fix(components/input-text): fix bug with error on clear 92

What's Changed

Full Changelog: 1.0.0-beta.27...1.0.0.beta.28