Skip to content

Latest commit

 

History

History
109 lines (58 loc) · 7.02 KB

CHANGELOG.md

File metadata and controls

109 lines (58 loc) · 7.02 KB

0.0.14 (2022-12-19)

Bug Fixes

  • button: remove focus outline (530551e)
  • ng: --prod is deprecated (9abccc6)
  • notification/usage: fix doc typo [#13] (4d886ff)
  • select: Cannot read properties of undefined (reading 'nativeElement') (691df46)

0.0.10 (2022-05-31)

0.0.9 (2022-05-31)

Features

  • select/arrow: customize arrow icon (b95c982)

0.0.8 (2022-05-31)

Features

  • select/input: space to add input (0c0567e)
  • select/position: default position and use available space when needed (880cea3)

0.0.7 (2022-05-29)

0.0.6 (2022-05-29)

0.0.5 (2022-05-22)

0.0.4 (2022-05-22)

0.0.3 (2022-05-22)

Bug Fixes

  • button/config: missing type (db7fe4b)
  • dropdown/host: host should be hidden so it does not take space in consumer layout (20ded6e)
  • dropdown/ignore: wrong reference to ignore class (4d0fcf6)
  • dropdown: remove disabled class (86ff048)
  • ng/universal: implement check to work with universal (b7f28f8)
  • select/scroll: overlay should be locked while scrolling the page [fixes #3] (a001cdf)

Features

  • button/config: module configuration (479fca8)
  • components/button: documentation (431e45b)
  • doc: usage (8205fd5)
  • dropdown/config: module configuration (eb5eaef)
  • dropdown/item: handle global and input classes (c2ba001)
  • dropdown/items: listem for changes in items to update key manager behaviors (0189afb)
  • dropdown: cleanup and adjust code (d1e4f70)
  • dropdown: handle close with escape and enter (2bdc30f)
  • dropdown: handle disabled items (011249d)
  • dropdown: handle global and input classes (b253a7a)
  • dropdown: handle opening with keydown (41bf1e9)
  • dropdown: manage keyboard up/down (0c4b3c8)
  • dropdown: opening and closing with trigger (7857b1c)
  • introduction: route and content (0f0c1a5)
  • notification: component implementation (a62ce0f)
  • notification: documentation (428d930)
  • progress-bar: component implementation (7e9534a)
  • progress-bar: initial documentation (b639ac4)
  • progress-bar: side navigation (583f9bb)
  • sandbox: documentation structure (07df60a)
  • sandbox: footer and main side navigation (e1dc5b2)
  • sandbox: routes (a80cfcd)
  • select/config: module configuration (1037fd3)
  • select: doc (2865954)
  • select: form with initial value (2901787)
  • select: select list (8159325)

0.0.2 (2022-02-07)

0.0.1 (2022-02-07)

Features

  • button: implement layout, colors and sizes (2e867c0)
  • button: initial button component (3d94101)