mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
4.3 KiB
4.3 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.2 (2022-02-01)
Features
- AlertDialog: create component (#26) (71371ac)
- alert: Handle link as button (#25) (b218737)
- components: Update toggle component (8550c3b)
- module improvements (74bd7bc)
- support presets (#14) (8f09d0c)
Bug Fixes
- Badge: add missing vue import (542ee20)
- build: add missing
typesdir (f666ff1) - build: add plugins dir (3d2a5fe)
- build: include components (c30041f)
- Button: icon import (0de12aa)
- components dir resolution (500b4d6)
- docs: module import (84ec25b)
- forms: default should use functions (05c8f5d)
- Input: import
reffromvue(8d23d8f) - Input: remove ref import (9d70428)
- lint (78013a7)
- Modal: add missing
computedimport (11d6cc2) - module: optimize deps for gradient-avatar (09033bb)
- module: presets import (97f8f56)
- module: use
resolveModuleto import presets (2d31146) - Notification: add missing vue dep (cce650f)
- Notifications: add missing imports (4a8dd68)
- path misalignment in build, upgrade unocss (#3) (0b43414)
- provide exports without condition (d87a2c0)
- Select: missing vue imports (1755aa8)
- Textarea: imports from vue (ce46e58)
- toast: types (adbee9c)
- Toggle: add missing
computedimport (0f09c9b) - Tooltip: missing
refimport (b08a8cc) - useTimer: remove log (c6dcbd1)
- VerticalNavigation: add
v-ifon label (79d8e08)