Skip to content

nuxt: v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 22:48
8a977ab

0.18.0 (2024-05-17)

⚠ BREAKING CHANGES

  • BFormInput: move props lazy, trim & number to v-model modifier. Modifiers should behave more like native Vue modifiers (number modifier with unparseable value returns value as is)
  • BreakpointProps: strongly type breakpoints. Instead of weak string | number => 1,2,3...'1','2','3'...

Features

  • BCarouselSlide: allow individual interval for slides (8e73b17)
  • BFormInput: move props lazy, trim & number to v-model modifier. Modifiers should behave more like native Vue modifiers (number modifier with unparseable value returns value as is) (8e73b17)
  • BFormInput: type number performs the same as modifier (8e73b17)
  • BreakpointProps: strongly type breakpoints. Instead of weak string | number => 1,2,3...'1','2','3'... (8e73b17)
  • implement a use defaults system fixes #1607 (8e73b17)
  • implement global alias system fixes #1753 (8e73b17)
  • implmenet a use defaults system WIP fixes #1607 (#1889) (8e73b17)
  • nuxt: automatically globally set teleportTo to #teleports (8e73b17)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • bootstrap-vue-next bumped to 0.18.0
    • peerDependencies
      • bootstrap-vue-next bumped to 0.18.0