Detalhes do pacote

efficy-bootstrap-vue-3

Efficy57MIT0.1.19-beta1

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

bootstrap, components, typescript, vue

readme (leia-me)

BootstrapVue 3

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript


Current version Bootstrap version Vue.js version Build status
npm downloads npm weekly downloads

Why BootstrapVue3?

BootstrapVue3 is an attempt to have BootstrapVue components in Vue3, Bootstrap 5, and typescript. Another goal is to have components written in a simple and readable way.

As you may suppose, this library is heavily inspired by BootstrapVue, as well as the components properties, events, slots, directives, etc. We want to make it that way because we want to have compatibility with BootstrapVue, so it will be easy to switch between libraries.

Install

# NPM
npm i --save bootstrap bootstrap-vue-3

# Yarn
yarn add bootstrap bootstrap-vue-3

Contribute & support 🙌

This project is still in alpha version so there is a lot of work to do. If you want to contribute you can:

One-time donations

Or if you prefer you can make a one-time donation through these channels:

"Buy Me A Coffee" Invitame un café en cafecito.app

Links

License

Released under the MIT Licence. Copyright (c) BootstrapVue3.

Making a new release

Bootstrap Vue 3 uses release-please to automate releases using workflows. The .github/workflows/release-please.yml workflow will auto generate releases when using conventional Commits. We encourage your commit message to follow conventional commit guidelines to keep commits clean and automate releases

The workflow .github/workflows/npm-publish.yml will then auto-publish at https://www.npmjs.com/package/bootstrap-vue-3

Manual releases

One could also manually create a release PR using the cli, directions here. Follow the directions for bootstrapping and creating a release, then it will auto generate a PR containing the new release notes

It will then auto-publish as stated before

Collaborators can also manually release by:

increase version in package.json, commit https://github.com/cdmoro/bootstrap-vue-3/releases/new (create new tag)

changelog (log de mudanças)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.19 (2022-07-13)

Bug Fixes

  • test commit please ignore (a898b13)

0.1.18 (2022-07-12)

Bug Fixes

  • BCardBody: subTitleTag typo fix (ac4e86a)

0.1.17 (2022-07-12)

Bug Fixes

  • subtitle should be undefined by default (1424108)

0.1.16 (2022-07-11)

Bug Fixes

  • 463: replace alias links back to relative (b3750c4)
  • docs: import BV3 with the client config (7361a98)
  • docs: load the component reference inside the plugin (75b30ff)
  • workflow: fix package name.. again (9ab36e6)
  • workflows: release please bot will not update major versions for pre 1.0 (81288ef)

0.1.15 (2022-07-08)

Bug Fixes

  • Invalid check for type name (4d10742)

0.1.13 (2022-05-10)

Bug Fixes

0.1.12 (2022-05-06)

Features

  • BNavItemDropdown: pass slots to the child BDropdown (c8a9af9)
  • github-action: deploy docs to github-pages (f515fba)
  • support for library authors for nuxt3 (10388dd)

Bug Fixes

  • retain tooltip visibility on title update (d4c4e41)

0.1.11 (2022-04-26)

Features

  • generate dist/BootstrapVue.d.ts and update package.json (6a5075c)
  • generates *.d.ts files from .ts or .vue source (c3751c0)

0.1.10 (2022-04-07)

Bug Fixes

  • BNavItemDropdown: uncomment the component from the index (3007dec)
  • wrong import of BDropdown (851fe9c)

0.1.9 (2022-03-22)

0.1.8 (2022-03-17)

0.1.7 (2022-03-04)

0.1.6 (2022-02-16)

0.1.5 (2022-02-15)

0.1.4 (2022-02-09)

0.1.3 (2022-02-09)