v0.11.0
🚨 Breaking Changes
- card: Prefixed
a-
to card classes & updated card text font size - by @jd-solanki (f0c6b) - preset-theme-default: Preset theme default is now separate pkg - by @jd-solanki (ceb82)
🚀 Features
- Added
spacing
prop - by @jd-solanki (f27f1) - Improve slot content in base-input - by @jd-solanki in #71 (aa24d)
- Volar support - by @productdevbook in #82 (64af6)
- Nuxt 3 module - by @productdevbook in #81 (f3c77)
- badge:
- Show & hide badge based on
v-model
value - by @brojor and @jd-solanki in #51 (feba2)
- Show & hide badge based on
- btn:
- Keyboard focus styles added via focus-visible - by @ManUtopiK and @jd-solanki in #53 (a9180)
- checkbox:
- Add indeterminate state - by @ManUtopiK and @jd-solanki in #40 (7a9ab)
- chip:
- New component - by @brojor and @jd-solanki in #56 (aaf5a)
- drawer:
- Add
top
&bottom
anchor - by @knoxnoe and @jd-solanki in #42 (337ee)
- Add
- list:
- Support
item
slot to customize the item rendering - by @jd-solanki (467f8) - New list item component - by @jd-solanki (7721b)
- Support
- preset-theme-default:
- Improve font rendering via CSS - by @jd-solanki (e180e)
- rating:
- Add Rating component - by @brojor and @jd-solanki in #60 (023f1)
- table:
- Improve watching sortedRows for reactivity - by @jd-solanki (8b700)
🐞 Bug Fixes
- Duplicate style attributes - by @jd-solanki (16762)
- base-input:
- dialog:
- list:
- Allow clickable list item by setting modelValue to null - by @jd-solanki (1c834)
- list-item:
- Don't render typography header if only text is used - by @jd-solanki (6f9c6)
- select:
- ssr:
- Fix ssr for overlay type components - by @jd-solanki in #85 (d5f2e)
- switch:
- Prevent selecting text on double click - by @jd-solanki (5253c)
- table:
- Rows array reactivity - by @jd-solanki (3ad65)
- Fix pagination meta calculation - by @jd-solanki (5ce7c)
- Allow selecting custom
pageSize
from select - by @jd-solanki (f5124) - Fixed
toRefs()
warning - by @peterbud in #79 (00fb4)
- typography:
- Preserve typographyHeader reactivity - by @brojor and @jd-solanki in #49 (05d0a)
- useLayer:
- Props reactivity - by @jd-solanki (cd0f4)