Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.2.0 (CrestApps fork)

### Highlights

- Added ESM, CommonJS, and browser-global (UMD) package formats so the plugin
can be consumed from a bundler as well as a plain `<script>` tag.
- Migrated the build system from Grunt to Rollup, producing three output formats
from a single shared source tree.
- Documented all three package formats (ESM, CommonJS, browser global) in the
Getting Started guide.
- Released as `@crestapps/bootstrap-select@1.2.0` on npm with the new
`import`/`require` entry points.

# v1.1.2 (CrestApps fork)

### Fixes
Expand Down
3 changes: 3 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ const config = {
current: {
label: 'Latest',
path: ''
},
'1.2': {
label: '1.2'
}
}
},
Expand Down