Skip to content

v0.12.0

Compare
Choose a tag to compare
@dgonzalezr dgonzalezr released this 02 Feb 13:55
· 575 commits to main since this release

0.12.0 (2024-02-02)

What's Changed

  • Accordion: avoid focus if is disabled by @dgonzalezr in #741
  • Alert: improved the open/close animation by @Cata1989 in #769
  • Dialog: fixed prop footerAppearance typo and improved the open/close animations improvement by @dgonzalezr in #767
  • Icon: added support for custom source (src) and custom assets path by @dgonzalezr in #742
  • Notification: improved the open/close animations by @dgonzalezr in #768
  • Project: updated the Running the project section in the README by @endv-bogdanb in #787
  • Select: added a clear() method to remove selected value programmatically by @dgonzalezr in #770
  • Tag: added support for custom tag color by @Cata1989 in #724

Features ⚡️

  • Icon: add support for custom source (src) and custom assets path (#742) (e44b8d1)
  • Select: add clear() method to remove selected value programmatically (#770) (57f84e8)
  • Tag: allow custom tag color (#724) (ff05338)

Bug Fixes 🐞

  • Accordion: skip focus if disabled="true" (#741) (43e1621)
  • Alert: improve open/close animation (#769) (a5873af)
  • Dialog: prop footerAppearance typo and open/close animations improvement (#767) (1efb9cd)
  • Notification: improve open/close animations (#768) (eeeac9e)

Test 🧪

Documentation 📚

  • Accordion: add css variables description (#788) (c81a172)
  • Project: update README: Running the project section (#787) (411f554)
  • Search: add storybook examples for Search input (#766) (a777919)
  • Storybook: enable visual tests addon (#755) (9c431ea)

Chore ⚙️

  • Chromatic: move chromatic config options to chromatic.config.json file (e438ee1)
  • deps: update Angular to 17.1.2 (#805) (c107b2d)
  • deps: update dependency @nxext/stencil to v17.2.0 (#759) (305f361)
  • deps: update dependency autoprefixer to v10.4.17 (#791) (7fb97ee)
  • deps: update dependency chromatic to v10.2.2 (#772) (fe9d4d7)
  • deps: update dependency eslint-plugin-prettier to v5.1.3 (#763) (48fcecf)
  • deps: update dependency lit-html to v3.1.1 (#764) (700ac79)
  • deps: update dependency ngx-deploy-npm to v8 (#804) (e38c28c)
  • deps: update dependency npm to v10.3.0 (#776) (c295b08)
  • deps: update dependency nx-stylelint to v17.1.1 (#757) (b44705e)
  • deps: update dependency postcss to v8.4.33 (#746) (14351fd)
  • deps: update dependency postcss-import to v16 (#753) (4a06efd)
  • deps: update dependency prettier to v3.2.4 (#793) (2903b8d)
  • deps: update dependency prettier-plugin-tailwindcss to v0.5.11 (#747) (3f07464)
  • deps: update dependency puppeteer to v21.7.0 (#751) (e62ff60)
  • deps: update dependency stylelint-config-standard-scss to v13 (#754) (272375e)
  • deps: update dependency tailwindcss to v3.4.1 (#748) (7eed58e)
  • deps: update dependency tailwindcss-theme-swapper to v0.11.0 (#778) (cbf165c)
  • deps: update dependency ts-jest to v29.1.2 (#796) (867f795)
  • deps: update dependency vite to v5.0.12 (#794) (88f4be2)
  • deps: update dependency vue to v3.4.15 (#797) (7702af9)
  • deps: update node.js to v20.11.0 (#765) (8234d31)
  • deps: update nx to v17.3.0 (#802) (be09676)
  • deps: update stencil (#798) (6f8d948)
  • deps: update storybook to v7.6.12 (#803) (b51d26e)
  • deps: update typescript-eslint to v6.19.0 (#784) (2a6898e)

Full Changelog: v0.11.0...v0.12.0