Skip to content

Releases: mlturner88/vue-simple-bem

Merging Dependabot PRs

24 Mar 04:36
Compare
Choose a tag to compare
v2.0.1

Bumping version to v2.0.1 for minor dependabot PRs

Vue 3 Support

24 Mar 04:15
29940b6
Compare
Choose a tag to compare

Upgraded library to fully support Vue 3.x

v1.2.0

17 Oct 21:06
Compare
Choose a tag to compare

Added MutationObserver support to account for changes in CSS classes outside the control of the directive. This closes #3 and prevents CSS classes being dropped when Vue or something else modifies an element the directive is attached to.

v1.1.1

13 Mar 18:03
Compare
Choose a tag to compare

Added extra whitespace trim to avoid leading or trailing whitespace. Closes #2.