Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1894

Merged
merged 1 commit into from
May 17, 2024
Merged

chore: release main #1894

merged 1 commit into from
May 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release beep boop

nuxt: 0.18.0

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
bootstrapvuenext: 0.18.0

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)

This PR was generated with Release Please. See documentation.

Copy link

stackblitz bot commented May 17, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@VividLemon VividLemon merged commit 8a977ab into main May 17, 2024
Copy link
Contributor Author

Copy link
Contributor Author

xvaara added a commit to xvaara/bootstrap-vue-next that referenced this pull request May 22, 2024
* upstream/main: (23 commits)
  feat(BInput): Alias BFormInput to BInput
  fix(nuxt): dont teleport everything to #teleports -- selectively teleport based on body fixes bootstrap-vue-next#1898
  chore: release main
  feat(nuxt): allow passthrough options to createBootstrap plugin
  chore: release main (bootstrap-vue-next#1894)
  feat: implmenet a use defaults system WIP fixes bootstrap-vue-next#1607  (bootstrap-vue-next#1889)
  docs(BCheckBox*): Small changes to get documentation to parity (bootstrap-vue-next#1873)
  docs: Add component reference link in the page table of contents sidebar
  fixed BTableLite item _showDetails
  BTable delete selection when primary-key
  chore: release main
  feat(BTable): add change event -- replaces bv `modelValue` see bootstrap-vue-next#1775 (comment)
  chore: release main
  fix(BTable): selectedItems not clearing values properly fixes bootstrap-vue-next#1878 (bootstrap-vue-next#1879)
  chore: release main (bootstrap-vue-next#1874)
  fix(BTable): Pass through original records to slots in most circumstances (bootstrap-vue-next#1869)
  chore: release main (bootstrap-vue-next#1867)
  feat(BTable): Allow dot in sortby key
  fix: update dependencies to fix a bug in vue compiler (bootstrap-vue-next#1866)
  chore: release main (bootstrap-vue-next#1859)
  ...
Pequem pushed a commit to Pequem/bootstrap-vue-next that referenced this pull request May 28, 2024
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement aliasing system Global options
1 participant