·
37 commits
to 3.x
since this release
What's Changed
core (breaking)
- feat(core)!: Attach event listeners to components whose attrs are not inherited and rename props to make them match native attributes such as disabled and readonly by @michaelcozzolino in #109
- feat(FoSocialButton)!: Lowercase social names and add default slot to have custom text by @michaelcozzolino in #113
- feat(text-direction)!: Rename type Direction to TextDirection and add docs by @michaelcozzolino in #116
- feat(types)!: rename Animation type to LoadingAnimation for clarity by @michaelcozzolino in #130
- feat(core)!: Extend colors with
basecolor for text based components by @michaelcozzolino in #143 - feat(core)!: Rename isIndeterminate prop to indeterminate for FoCheckbox and FoSwitch to make it consistent with native attributes by @michaelcozzolino in #163
- feat(FoDataList)!: Rename FoDatalist to FoDataList to have pascal case component name by @michaelcozzolino in #165
To upgrade from 2.x to 3.x you can follow this upgrade guide!
core
- tests(core): Add attributes and native events forwarding tests by @michaelcozzolino in #162
- fix(FoRange): Rename default prop from isDisabled to disabled by @michaelcozzolino in #164
- release: v3.0.0 by @michaelcozzolino in #170
docs
- docs: Explain how to use class and styles with components properly by @michaelcozzolino in #110
- chore: Upgrade Vite and Vitepress to the last versions by @michaelcozzolino in #114
- feat(docs): Add docs links to older FlyonUI Vue versions by @michaelcozzolino in #115
- feat(docs): add EndOfLifeAlert component to notify users of outdated documentation version by @michaelcozzolino in #129