Skip to content

Conversation

@VividLemon
Copy link
Member

Describe the PR

A clear and concise description of what the pull request does.

Small replication

A small replication or video walkthrough can help demonstrate the changes made. This is optional, but can help observe the intended changes. A mentioned issue that contains a replication also works.

PR checklist

What kind of change does this PR introduce? (check at least one)

  • Bugfix 🐛 - fix(...)
  • Feature - feat(...)
  • ARIA accessibility - fix(...)
  • Documentation update - docs(...)
  • Other (please describe)

The PR fulfills these requirements:

  • Pull request title and all commits follow the Conventional Commits convention or has an override in this pull request body This is very important, as the CHANGELOG is generated from these messages, and determines the next version type. Pull requests that do not follow conventional commits or do not have an override will be denied

@bolt-new-by-stackblitz
Copy link

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

@VividLemon VividLemon merged commit 0d2fc28 into bootstrap-vue-next:main Oct 16, 2024
@github-actions github-actions bot mentioned this pull request Oct 16, 2024
@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 16, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/bootstrap-vue-next/bootstrap-vue-next@2274
pnpm add https://pkg.pr.new/bootstrap-vue-next/bootstrap-vue-next/@bootstrap-vue-next/nuxt@2274

commit: d60be90

xvaara added a commit to xvaara/bootstrap-vue-next that referenced this pull request Oct 16, 2024
* upstream/main:
  chore: release main (bootstrap-vue-next#2275)
  fix(BFormCheckbox): indeterminate state not working properly fixes bootstrap-vue-next#2271 (bootstrap-vue-next#2274)
  chore: release main (bootstrap-vue-next#2270)
  fix(BModal): fix backdrop when modal is shown using v-if (bootstrap-vue-next#2269)
  chore: release main (bootstrap-vue-next#2259)
  fix(BFormInput): bad model modifier trim behavior fixes bootstrap-vue-next#2253 (bootstrap-vue-next#2267)
  fix(BModal): multiple modals backdrop fix (bootstrap-vue-next#2263)
  feat: clean deprecated classes and props from bootstrap (sr-only => visually-hidden)
  docs(BDropdown): Fill out component references for subcomponents (bootstrap-vue-next#2265)
  feat(BDropdown): add variant, classes and correct attrs to text sub components (bootstrap-vue-next#2258)
  fix(BModal): fix backdrop click prevention, fix flickering when no-fade (bootstrap-vue-next#2262)
  fix(BPopover): calculate mouse and element positions in a performant way (bootstrap-vue-next#2252)
@xvaara
Copy link
Contributor

xvaara commented Oct 16, 2024

@VividLemon is there a reason why you'd like to remove the indeterminate prop from dom? You should fix the tests also if this was the intent.

@VividLemon
Copy link
Member Author

VividLemon commented Oct 16, 2024

@VividLemon is there a reason why you'd like to remove the indeterminate prop from dom? You should fix the tests also if this was the intent.

It's not a dom attribute, it's a javascript psuedoclass
image

@xvaara
Copy link
Contributor

xvaara commented Oct 16, 2024

TIL

@dwgray
Copy link
Member

dwgray commented Oct 16, 2024

@VividLemon is there a reason why you'd like to remove the indeterminate prop from dom? You should fix the tests also if this was the intent.

It's not a dom attribute, it's a javascript psuedoclass

I feel like this is likely causing the test failure on #2276, but let me know if you think otherwise @VividLemon and I'll dig into it...

@xvaara
Copy link
Contributor

xvaara commented Oct 17, 2024

@VividLemon is there a reason why you'd like to remove the indeterminate prop from dom? You should fix the tests also if this was the intent.

It's not a dom attribute, it's a javascript psuedoclass

I feel like this is likely causing the test failure on #2276, but let me know if you think otherwise @VividLemon and I'll dig into it...

Yes it is, we need to fix the tests. Just remove the failing tests, they are wrong :) indeterminate prop should not be in dom as the test expexts.

xvaara added a commit to xvaara/bootstrap-vue-next that referenced this pull request Oct 21, 2024
* upstream/main:
  test: form checkbox indeterminate behavior (bootstrap-vue-next#2279)
  chore: release main (bootstrap-vue-next#2278)
  fix(BModal): remove scrolllock on unmount (bootstrap-vue-next#2277)
  chore: release main (bootstrap-vue-next#2275)
  fix(BFormCheckbox): indeterminate state not working properly fixes bootstrap-vue-next#2271 (bootstrap-vue-next#2274)
  chore: release main (bootstrap-vue-next#2270)
  fix(BModal): fix backdrop when modal is shown using v-if (bootstrap-vue-next#2269)
  chore: release main (bootstrap-vue-next#2259)
  fix(BFormInput): bad model modifier trim behavior fixes bootstrap-vue-next#2253 (bootstrap-vue-next#2267)
  fix(BModal): multiple modals backdrop fix (bootstrap-vue-next#2263)
  feat: clean deprecated classes and props from bootstrap (sr-only => visually-hidden)
  docs(BDropdown): Fill out component references for subcomponents (bootstrap-vue-next#2265)
  feat(BDropdown): add variant, classes and correct attrs to text sub components (bootstrap-vue-next#2258)
  fix(BModal): fix backdrop click prevention, fix flickering when no-fade (bootstrap-vue-next#2262)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants