flyonui-vue@2.0.0
·
587 commits
to 2.x
since this release
What's Changed
- feat(select): Implement FoSelect and FoSelectThemeController components by @michaelcozzolino in #2
- feat(vitepress): Add vitepress config and first pages by @michaelcozzolino in #1
- feat(docs): Add FoSelect docs by @michaelcozzolino in #3
- feat: StatList component by @michaelcozzolino in #4
- feat: Implement FoIcon component by @michaelcozzolino in #6
- feat: Implement FoMenu component by @michaelcozzolino in #5
- feat: Implement FoButton component by @michaelcozzolino in #7
- feat: Structure codebase into monorepo by @michaelcozzolino in #8
- chore: Allow GitHub Pages deployment by @michaelcozzolino in #9
- feat: Implement FoNavbar component by @michaelcozzolino in #10
- feat(docs): Add playground by @michaelcozzolino in #11
- feat: Navbar adjustments by @michaelcozzolino in #12
- feat: Implement FoBadge component by @michaelcozzolino in #13
- fix: Add missing button docs by @michaelcozzolino in #14
- feat: Implement FoCheckbox and FoCheckboxGroup components by @michaelcozzolino in #15
- fix(docs): Themes not applied correctly by @michaelcozzolino in #16
- feat: Implement FoListGroup and FoListGroupItem components by @michaelcozzolino in #17
- fix: Update dependencies to resolve security issues and add audit to GitHub workflow by @michaelcozzolino in #18
- feat: Convert todo to features by @michaelcozzolino in #19
- feat: FoLoading component improvements by @michaelcozzolino in #20
- feat: Add import alias for docs by @michaelcozzolino in #21
- feat: Export types and components through index files by @michaelcozzolino in #22
- feat: Add build size visualizer by @michaelcozzolino in #23
- feat: Unify vitest among packages by @michaelcozzolino in #24
- feat: Menu improvements by @michaelcozzolino in #25
- feat: FoLink by @michaelcozzolino in #26
- feat: Refactor FoSelect.vue and its types by @michaelcozzolino in #27
- feat: add underline effect for FoLink.vue by @michaelcozzolino in #28
- feat: Refactor and improve codebase around id types, labels amd links by @michaelcozzolino in #29
- feat: Mask classes and v-mask by @michaelcozzolino in #30
- feat: FoHeading by @michaelcozzolino in #31
- chore: eslint config update by @michaelcozzolino in #32
- refactor: FoStatList to be more customizable by @michaelcozzolino in #33
- feat: Allow vite bundle visualizer generation through env variables by @michaelcozzolino in #34
- feat: Implement FoStatListItemActions component and add further StatList docs by @michaelcozzolino in #35
- feat: Implement FoInput component by @michaelcozzolino in #36
- refactor: Make some components to be internal by @michaelcozzolino in #37
- feat: FoJoin component by @michaelcozzolino in #38
- feat: Implement FoTextarea component by @michaelcozzolino in #39
- fix: Remove static size for FoListGroup.vue by @michaelcozzolino in #40
- feat: Move eslint config to custom package by @michaelcozzolino in #41
- feat: Add docs to install version 2.x by @michaelcozzolino in #43
- refactor: Rename FoStatList.vue to FoStats.vue by @michaelcozzolino in #45
- chore: add README by @michaelcozzolino in #46
- feat(core): add custom configuration by @michaelcozzolino in #48
- feat: Implement FoSwap component by @michaelcozzolino in #49
- feat: Implement FoTooltip and FoPopover components by @michaelcozzolino in #50
- feat: add user configuration and refactor folder structure by @michaelcozzolino in #51
- feat: Add user configuration for horizontal position by @michaelcozzolino in #52
- feat: Implement icons sizes and add docs by @michaelcozzolino in #53
- fix: user settings lost after refresh, feat: new themes and possibility to reset config by @michaelcozzolino in #54
- feat: Add playwright e2e screenshots tests by @michaelcozzolino in #55
- feat: Add customisable direction LTR | RTL attribute by @michaelcozzolino in #57
- feat: Improve docs and add search by @michaelcozzolino in #58
- refactor: FoSelect composable to have initial option on demand by @michaelcozzolino in #59
- refactor: Rename IsValid to Validity by @michaelcozzolino in #60
- Fix grammar in warning by @michaelcozzolino in #61
- feat: Add possibility to have label type globally configurable by @michaelcozzolino in #62
- Fix doc build dedupe by @michaelcozzolino in #63
- fix: configuration not applied correctly due to ssr by @michaelcozzolino in #66
- refactor: Disallow some presets from global settings by @michaelcozzolino in #67
- feat: add docs by @michaelcozzolino in #68
- fix(e2e): Update visual tests by @michaelcozzolino in #69
New Contributors
- @michaelcozzolino made their first contribution in #2