flyonui-vue@2.1.0
·
338 commits
to 2.x
since this release
What's Changed
core
- feat: Implement FoKeyboard component by @michaelcozzolino in #73
- chore: Replace GitHub pages deployment with Cloudflare pages by @michaelcozzolino in #74
- feat: Add custom navigation to FoRouterLink.vue by @michaelcozzolino in #75
- feat: Allow null for FoInputText.vue by @michaelcozzolino in #77
- feat: Implement missing select features such as datalist and optgroup by @michaelcozzolino in #78
- refactor: UseSelectedOption.ts to handle nullable and not nullable options differently with the same composable by @michaelcozzolino in #79
- feat: Add Helper text and icons to FoSelect by @michaelcozzolino in #80
- feat(FoTable): Implement FoTable component and add docs by @michaelcozzolino in #83
- feat: Implement FoPagination by @michaelcozzolino in #92
- fix(FoInputText): make icon smaller of one size with respect to the input size, fix(FoSelect): make getFlatOptions to return a reactive value by @michaelcozzolino in #93
- Refactor(FoSelect): Automatically inject null on UseSelectedOption if the type of the option id is nullable by @michaelcozzolino in #94
- feat(core): Implement FoModal by @michaelcozzolino in #95
- release(core): v2.1.0 by @michaelcozzolino in #96
docs
- feat: Add FlyonUI credits by @michaelcozzolino in #71
- feat: Docs restyle by @michaelcozzolino in #76
- fix(docs): Make automatic scroll to anchor available again by @michaelcozzolino in #81
- chore: Update dependencies on each package.json by @michaelcozzolino in #85
- chore: update dependencies and implement script to have automatic monorepo resolutions by @michaelcozzolino in #86
- feat(core): Add new available themes by @michaelcozzolino in #89
- refactor(core): Directory structure by @michaelcozzolino in #90
- fix(docs): adjust dimensions in select by @michaelcozzolino in #82
- feat(docs): Components' api docs by @michaelcozzolino in #84
- fix(docs): Replace code snippet id with data test screenshot section by @michaelcozzolino in #87
- feat: add browser tests in GitHub workflow by @michaelcozzolino in #88
scripts
- fix(scripts): Update tsconfig in GenerateComponentsApi.ts after it has been renamed by @michaelcozzolino in #91