v1.1.0
1.1.0 (2024-03-11)
What's Changed
- Removed display flex and position relative from the Card wrapper by @Cata1989 in #864
- Some improvements for Angular standalone components to the
@beeq/angular
output target by @dgonzalezr in #870 - Fixed the cursor styling in the Accordion for disabled state by @Cata1989 in #877
- Set disable to the trigger element if the Dropdown has
disable="true"
by @Cata1989 in #878 - We have replaced
title
attribute withlabel
in the Icon component by @HamudeHomsi in #880 - Changed the Endava theme font family according to the new brand by @dgonzalezr in #893
- Added the
not-allowed
cursor class for the disabled state in the Slider by @Cata1989 in #879 - Removed the massive wall of empty CSS properties added by Tailwind CSS by @dgonzalezr in #913
- Vue-wrapped components can now listen to camelCase events by @dgonzalezr in #921
Features ⚡️
- Accordion: add appearance and size to accordion group (#901) (2513577)
- Angular: add standalone components to the
@beeq/angular
output target (#870) (055209f)
Bug Fixes 🐞
- Accordion: wrong cursor styling for disabled state (#877) (02926ca)
- Card: remove display flex and position relative from the wrapper (#864) (86194d3)
- Dropdown: disable the trigger element if the dropdown have
disable="true"
(#878) (54c87fd) - Icon: replace
title
attribute withlabel
(#880) (f343653) - Slider: add
not-allowed
cursor class for disabled state (#879) (6bd4bf6) - Theme: change Endava theme font family according to the new brand (#893) (9ca8939)
- Vue: wrapped component's camelCase events not being listened to (#921) (a9f809a)
Performance ⌛️
Documentation 📚
- update package names in README (8256de3)
Chore ⚙️
- Chromatic: set
storybookBaseDir
config option (#869) (5a297a9) - deps: update angular to v17.2.3 (#891) (a9effb5)
- deps: update bitovi/github-actions-storybook-to-github-pages action to v1.0.3 (#924) (a173f66)
- deps: update commitlint to v19 (major) (#894) (e638815)
- deps: update dependency @babel/core to v7.24.0 (#902) (82fc96c)
- deps: update dependency @chromatic-com/storybook to v1.2.9 (#925) (44d0d95)
- deps: update dependency @jscutlery/semver to v5.2.0 (#868) (72092b8)
- deps: update dependency @stencil/core to v4.12.5 (#907) (f0a7d1e)
- deps: update dependency @swc-node/register to v1.9.0 (#909) (eda47e5)
- deps: update dependency @swc/cli to v0.3.10 (#885) (ed3e48f)
- deps: update dependency @types/node to v20.11.24 (#897) (3729da0)
- deps: update dependency @types/react to v18.2.62 (#911) (6e43f11)
- deps: update dependency autoprefixer to v10.4.18 (#900) (53a4867)
- deps: update dependency chromatic to v11.0.4 (#923) (115138d)
- deps: update dependency npm to v10.5.0 (#903) (ae2ff6d)
- deps: update dependency puppeteer to v22.3.0 (#884) (0fb5236)
- deps: update dependency vite to v5.1.5 (#908) (fbb5af3)
- deps: update dependency vue to v3.4.21 (#899) (7cb66ec)
- deps: update nx to v18.0.8 (#927) (3b8f91e)
- deps: update stencil (#881) (75c9f9a)
- deps: update typescript-eslint to v7.1.0 (#890) (1105f69)
Full Changelog: v1.0.1...v1.1.0