Releases: onu-ui/onu-ui
Releases · onu-ui/onu-ui
v1.1.5
v1.1.3
v1.1.2
v1.1.1
v1.1.0
What's Changed
- feat(component): add radio component and radio group component by @wzc520pyfm in #150
- feat(component): add affix component by @wzc520pyfm in #152
- fix(docs): fix error with props on the radio by @wzc520pyfm in #154
- feat(component): add text component by @wzc520pyfm in #153
- feat(component): add progress component by @wzc520pyfm in #155
- doc: fix card property error by @wzc520pyfm in #165
- feat(button): add icon prop by @wzc520pyfm in #156
- docs(chore): typos and grammar by @ca-lee-b in #168
- feat(component): add button group component by @wzc520pyfm in #167
- feat(progress): support set striped flow progress bar by @wzc520pyfm in #173
- docs(button): modified attribute description by @wzc520pyfm in #174
- feat: add nuxt module by @ProsperBao in #177
- chore: upgrade deps by @zyyv in #178
- chore(utils): adjust dirs structure by @zguolee in #181
- feat(components): use macro functions by @zyyv in #179
- docs: fix link document word error by @vtrbo in #188
- fix(docs): replace images placeholder provider by @soub4i in #192
- chore: fix build by @chizukicn in #194
- docs: fix grammar mistakes by @DaZuiZui in #198
- docs: prevent anchor default behavior by @chizukicn in #199
- fix(button-group): change 'scope' to 'scoped' by @DimplesY in #202
- Refactor all by @zyyv in #191
- refactor(preset): input docs & refactor usage by @zyyv in #207
- docs: maintain border style consistent with vitepress by @zhangmo8 in #208
- chore: use
catelogby @zyyv in #211 - docs: dynamic theme by @zyyv in #210
New Contributors
- @ca-lee-b made their first contribution in #168
- @ProsperBao made their first contribution in #177
- @zguolee made their first contribution in #181
- @vtrbo made their first contribution in #188
- @soub4i made their first contribution in #192
- @chizukicn made their first contribution in #194
- @DaZuiZui made their first contribution in #198
- @DimplesY made their first contribution in #202
Full Changelog: v1.0.13...v1.1.0
v1.0.14-beta.2
🚀 Features
- message: Update dark mode message background color - by @yzh990918 (93b06)
🐞 Bug Fixes
- card: Support card extra && header slots, fix divider style bug - by @yzh990918 (82527)
- docs: Fix light mode code block style, move VP69 - by @yzh990918 (013e0)
View changes on GitHub
v1.0.14-beta.1
🚀 Features
- components:
- Add ToolTip support - by @yzh990918 (fc153)
- Optimize popup & tooltip components - by @yzh990918 (72c03)
- progress:
- Support set striped flow progress bar - by @wzc520pyfm in #173 (6de3e)
🐞 Bug Fixes
- o-trigger: Adjust dark mode font color - by @yzh990918 (04a2b)
View changes on GitHub
v1.0.14-beta.0
🚀 Features
- button:
- Add icon prop - by @wzc520pyfm in #156 (f36ed)
- component:
- Add radio component and radio group component - by @wzc520pyfm in #150 (c2098)
- Add affix component - by @wzc520pyfm in #152 (33f0e)
- Add text component - by @wzc520pyfm in #153 (d04cc)
- Add progress component - by @wzc520pyfm and @yzh990918 in #155 (949e5)
- Add button group component - by @wzc520pyfm in #167 (ecd9e)
🐞 Bug Fixes
- docs: Fix error with props on the radio - by @wzc520pyfm in #154 (41a19)
View changes on GitHub
v1.0.13
🚀 Features
- Playground 新增访问本地依赖,用于开发调试 - by @baiwusanyu-c (d1b2b)
- Playground 本地调试指令编写 - by @baiwusanyu-c (52724)
- Playground 本地版本与cdn切换 - by @baiwusanyu-c (829f8)
- component:
- Backtop component - by @wzc520pyfm in #141 (9b0b8)
- Link component - by @wzc520pyfm in #146 (6bb83)
🐞 Bug Fixes
- Unit test for collapse - by @chinbor in #145 (6a631)
- components: Check all components props export - by @zyyv (d8a8b)
- playrgound: Change location.href to location.origin - by @yzh990918 (020cc)