v2.0.0-beta.5
Pre-release
Pre-release
·
73 commits
to beta
since this release
2.0.0-beta.5 (2023-09-03)
⚠ BREAKING CHANGES
- colInfo prop is now colConfig
⭐ New Features
- added function to register only some components (ef3dc13)
- components now also automatically registered in PascalCase as well (aa341db)
- exposed several more properties to the table slots (e28ae19)
- recorder element can allows binding to it directly (5d29633)
- notifications now support significant whitespace (3054fa3)
🐛 Fixes
- input not correctly re-emits events it also listens to (1f8b27e)
- fixed several issues with suggestions (44be50f)
- exposed table config as a type (TableColConfig) (d58c16d)
- fixed input suggestions not closing properly (b31053f)
- fixed input padding issues (5c99f2e)
- fixed checkbox cursor on hover (980b64d)
- renamed plugin from MyLibPlugin to VueComponentsPlugin (636beb0)
- fixed checkbox value type (a8d934a)
- twMerge now takes into account custom focus-outline class (8fa714f)
- fixed slot padding in input (eaabbf8)