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: remove Booleanish type and useBooleanish composable #1791

Merged
merged 85 commits into from
Feb 28, 2024

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

Copy link

stackblitz bot commented Feb 22, 2024

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

packages/bootstrap-vue-next/src/components/BCol.vue Outdated Show resolved Hide resolved
packages/bootstrap-vue-next/src/types/BreakpointProps.ts Outdated Show resolved Hide resolved
packages/bootstrap-vue-next/src/types/RadiusElement.ts Outdated Show resolved Hide resolved
packages/bootstrap-vue-next/src/types/TableTypes.ts Outdated Show resolved Hide resolved
packages/bootstrap-vue-next/src/types/TableTypes.ts Outdated Show resolved Hide resolved
@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.

BREAKING CHANGE: remove Booleanish type and useBooleanish composable, replace by plain boolean type

Closes: bootstrap-vue-next#1774
@VividLemon VividLemon merged commit d3a51d3 into bootstrap-vue-next:main Feb 28, 2024
3 checks passed
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