Skip to content

flyonui-vue@3.0.0

Latest

Choose a tag to compare

@michaelcozzolino michaelcozzolino released this 30 Mar 18:12
· 37 commits to 3.x since this release
6fbe1ef

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 base color 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

docs