Skip to content

Conversation

@sceee
Copy link
Contributor

@sceee sceee commented Feb 22, 2024

Describe the PR

Small replication

n/a

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

BEGIN_COMMIT_OVERRIDE
feat!: remove Booleanish type and useBooleanish composable, replace plain boolean type fixes #1774

END_COMMIT_OVERRIDE

@bolt-new-by-stackblitz
Copy link

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

@sceee
Copy link
Contributor Author

sceee commented Feb 23, 2024

@VividLemon thank you for your thorough review.
Apart from the remaining comment (waiting for your feedback), I think I applied all your requested changes. Let me know if you would prefer other adjustments.

sceee added 20 commits February 27, 2024 09:07
BREAKING CHANGE: remove Booleanish type and useBooleanish composable, replace by plain boolean type

Closes: bootstrap-vue-next#1774
@sceee sceee requested a review from VividLemon February 28, 2024 07:40
@VividLemon VividLemon requested review from VividLemon and removed request for VividLemon February 28, 2024 23:10
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.

Remove Booleanish type. Replace with boolean

2 participants