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(types): export more types #1585

Closed
3 tasks done
VividLemon opened this issue Nov 12, 2023 · 0 comments · Fixed by #1699 or #1634
Closed
3 tasks done

feat(types): export more types #1585

VividLemon opened this issue Nov 12, 2023 · 0 comments · Fixed by #1699 or #1634
Assignees
Labels
enhancement New feature or request

Comments

@VividLemon
Copy link
Member

Clear and concise description of the problem

The library has grown a lot since when the original exported types were made. Each type should be combed through to see if it should be exported. Items "on the fence" should be assumed exported. There's no reason not to export them

Suggested solution

n

Alternative

n

Additional context

n

Validations

@VividLemon VividLemon added the enhancement New feature or request label Nov 12, 2023
@VividLemon VividLemon self-assigned this Nov 12, 2023
VividLemon added a commit to VividLemon/bootstrap-vue-next that referenced this issue Dec 27, 2023
…r (copying example RouteLocationRaw applies to TableFieldRaw, for example)

feat!: rename TableFieldObject => TableField

feat!: rename TableField => TableFieldRaw

feat!: rename TableFieldObjectFormatter => TableFieldFormatter

feat(BAvatar): size type => LiteralUnion<Size, Numberish>

refactor: remove some deprecated methods

feat: export TableFieldRaw, TableField, & TableFieldFormatter

feat!: rename SelectOptionObject => SelectOpttion

feat!: rename SelectOption => SelectOptionRaw

fix(BScrollspy): "isObject" check rejects null value

feat(FormSelect)!: fully remove deprecated object options syntax fixes bootstrap-vue-next#1593

feat(BFormSpinbutton): modify locale resolution behavior to take into account global locale state from useRtl"

feat(BFormSelectOption): accept generic value

feat(BFormSelect): accept generic value

feat(BFormSelectOptionGroup): accept generic value

feat!: rename BreadcrumbItemObject => BreadcrumbItem

feat!: rename BreadcrumbItem => BreadcrumbItemRaw

feat: export more types fixes bootstrap-vue-next#1585 fixes bootstrap-vue-next#1340

feat(useRtl): implement useRtl composable https://getbootstrap.com/docs/5.3/getting-started/rtl/
VividLemon added a commit that referenced this issue Dec 27, 2023
#1699)

feat!: rename types to be more in line with the standard in vue-router (copying example RouteLocationRaw applies to TableFieldRaw, for example)

feat!: rename TableFieldObject => TableField

feat!: rename TableField => TableFieldRaw

feat!: rename TableFieldObjectFormatter => TableFieldFormatter

feat(BAvatar): size type => LiteralUnion<Size, Numberish>

refactor: remove some deprecated methods

feat: export TableFieldRaw, TableField, & TableFieldFormatter

feat!: rename SelectOptionObject => SelectOpttion

feat!: rename SelectOption => SelectOptionRaw

fix(BScrollspy): "isObject" check rejects null value

feat(FormSelect)!: fully remove deprecated object options syntax fixes #1593

feat(BFormSpinbutton): modify locale resolution behavior to take into account global locale state from useRtl"

feat(BFormSelectOption): accept generic value

feat(BFormSelect): accept generic value

feat(BFormSelectOptionGroup): accept generic value

feat!: rename BreadcrumbItemObject => BreadcrumbItem

feat!: rename BreadcrumbItem => BreadcrumbItemRaw

feat: export more types fixes #1585 fixes #1340

feat(useRtl): implement useRtl composable https://getbootstrap.com/docs/5.3/getting-started/rtl/

chore: noEmit on playground... for some reason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant