Skip to content

Tags: tommyip/bootstrap-icons-vue

Tags

v1.11.3

Toggle v1.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add ESLint, Prettier & fix issue with CommenJS get loaded as ES Module (

#14)

* Add ESLint, fix issue with load the lib.common.js as ES Module, just change the filetype to cjs
* Add .yarn to be ignored from lint
* Address ES module error issue

* Bump up Bootstrap Icons to v1.11.3

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tommyip Thomas Ip
Correct package version

v1.10.3

Toggle v1.10.3's commit message

Verified

This commit was signed with the committer’s verified signature.
tommyip Thomas Ip
Upgrade bootstrap-icons to v1.10.3

v1.8.1

Toggle v1.8.1's commit message
Upgrade to 1.8.1

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
tommyip Thomas Ip
Upgrade bootstrap-icons to v1.7.2

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
tommyip Thomas Ip
Reorganise README and add section about BootstrapVue

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
tommyip Thomas Ip
Upgrade bootstrap-icons to v1.4.0

Fixes #2

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
tommyip Thomas Ip
Upgrade to bootstrap-icons v1.3.0

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tommyip Thomas Ip
Add /*#__PURE__*/ annotations to hint Terser for tree-shaking

Webpack is more conservative in terms of dead code elimination
compared to Rollup, which causes it to bundle all the icons even
when they are not used. This patch annotate the `genIcon` and
`Object.keys` function as pure to give Terser a hint that it is
in fact side effect free.

Closes #1.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
tommyip Thomas Ip
Upgrade to bootstrap-icons v1.2.2