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

feat(BCheckbox)!: Implement reverse and without label #1825

Merged
merged 4 commits into from Apr 2, 2024

Commits on Mar 22, 2024

  1. fix(BFormCheckBoxGroup)!: remove change & input events to conform to b…

    …ootstrap-vue-next#1696
    
    BREAKINGCHANGE: BFormCheckboxGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead
    dwgray committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    be5d211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f03ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce4f9f7 View commit details
    Browse the repository at this point in the history
  4. fix(BRadioGroup)!: Remove change and input events, use update:modelValue

    BREAKINGCHANGE: BRadioGroup no longer emits 'change' and 'input' events, listen for 'update:modelValue' instead
    dwgray committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    eb3baa3 View commit details
    Browse the repository at this point in the history