Releases: jd-solanki/anu
Releases · jd-solanki/anu
v0.9.0
🚨 Breaking Changes
- Assume
display: inline-block
as extraProperty in presetIcon - by @zguolee (facce) - card: Changed default variant to
text
- by @jd-solanki (780b6)
🚀 Features
- menu: New component - by @jd-solanki (1d492)
- select: Emit value instead of object on selection - by @brojor in #25
- useLayer: Support hex color as value of color prop - by @jd-solanki (502ae)
🐞 Bug Fixes
- Update z-index of various components to avoid overlap - by @jd-solanki (dc853)
- list: Fix variant style for active list item - by @jd-solanki (5f484)
- useLayer: Props reactivity - by @jd-solanki (93084)
View changes on GitHub
v0.8.0
🚨 Breaking Changes
- avatar: Renamed
text
prop tocontent
- by @jd-solanki (5555f)
🚀 Features
- list: New component - by @jd-solanki (fe8fd)
- preset-theme-default: Style
hr
tag - by @jd-solanki (f4802) - useConfigurable: New configurable helper composable - by @jd-solanki (f48f1)
- useLayer: Handle typography styles along with other properties - by @jd-solanki (7d829)
🐞 Bug Fixes
- Missing width added to fix icon size - by @jd-solanki (9d692)
- card:
- Typography props reactivity - by @jd-solanki (6602c)
- preset-theme-default:
- Fixed typography rules to generates correct style - by @jd-solanki (4b5cb)
- select:
- table:
- Card props reactivity - by @jd-solanki (dddad)
- typography:
- Don't render unwanted markup - by @jd-solanki (a85e6)
- useGroupModel:
multi
wasn't working with indexed/number options - by @jd-solanki (eff67)
View changes on GitHub
v0.7.2
🚀 Features
🐞 Bug Fixes
- base-input: Preserve attrs & slots reactivity - by @brojor and @jd-solanki in #4
View changes on GitHub
v0.7.1
v0.7.0
🚀 Features
- dialog:
- Added missing emits property to defineComponent - by @jd-solanki (8c808)
- drawer:
- Added drawer component - by @apodacaduron and @jd-solanki in #2
- Added missing emits property to defineComponent - by @jd-solanki (ef5b1)
🐞 Bug Fixes
- base-input: Base input compatibility w/ firefox - by @apodacaduron in #1
- dialog: Pass attrs to card instead of overlay - by @jd-solanki (f69f1)
View changes on GitHub
v0.6.0
🚀 Features
- all: Readonly & disabled are now props instead of attrs - by @jd-solanki (e9e03)
🐞 Bug Fixes
- Improved generating random id strategy - by @jd-solanki (c4eae)
- all: Disabled & readonly bug fixed - by @jd-solanki (cb6c7)
- preset-theme-default: Remove form el outline - by @jd-solanki (cf089)
- switch: Removed whitespace in cubic-bezier resulting in valid value - by @jd-solanki (6159c)
View changes on GitHub
v0.5.1
No significant changes
View changes on GitHub
v0.5.0
v0.4.3
v0.4.2
🚀 Features
- table: Simplified pagination to metadata - by @jd-solanki (320bd)
🐞 Bug Fixes
- table: Server side table pagination - by @jd-solanki (e5fd2)