v0.9.0-pre.3
Pre-release
Pre-release
·
118 commits
to develop
since this release
0.9.0-pre.3 (2024-10-25)
Bug Fixes
- add
vue-component-type-helpers
as dependency (#1054) (33c0309) - a11y: remove unnecessary
aria-hidden="true"
on overlays (#1059) (f831f7f) - hydration: replace custom
uuid
with vues nativeuseId
composable (#1053) (d7091ff) - performance: resolve a memory leak in
defineClasses
with wrong/missing effectScope (#1067) (a1f53c2) - types: solve a type generation problems (#1072) (54f1409)
Features
- unify component options/items definiton (#1065) (16dfd09)
- a11y: solve accessibility issues (#1061) (3615594)
- dropdown: add
modalDesktop
property (#1064) (4819fb7) - field: rename class names to match existing class name patterns (#1047) (a2e9b8a)
- loading: add body
noscroll
class when fullpage (#1074) (bbe2865) - picker: improve date/time picker class drilling (#1044) (5ec65c8)
- programmatic: unfiy
useProgramamtic
interfaces (#1058) (80a0c5c) - sidebar: remove
variant
prop | improve prop definitions (#1046) (c6bd1bc) - steps: add root
variantClass
prop | update examples (#1049) (d795946) - table: add
addons
to internal mobile sort field wrapper (#1051) (781849e) - tabs|steps: add
component
prop to item (#1071) (d3ea497) - tabs: update class names (#1062) (4bfab60)
- type: enhance
component
prop type (#1075) (73f3801) - types: update tsconfig | add
strictNullChecks
definition (#1066) (923f887)
Detailed Changes
following with the main release...
Full Changelog: v0.9.0-pre.2...v0.9.0-pre.3