Releases: bigcommerce/stencil-utils
Releases · bigcommerce/stencil-utils
1.0.1: Merge pull request #61 from hegrec/bump
Version bump
Use standard ES6 import methods that support NPM
Breaking changes
Removing JSPM as the self executing bundle generator and adding webpack to handle that bit.
window
bound bundles continue to be used from dist/stencil-utils.min.js
as a <script>
tag in the markup of a page.
Any themes that were utilizing JSPM before will need to manually resolve the package eventemitter2
by updating their package.json
and config.js
to point to have "eventemitter2": "github:asyncly/EventEmitter2@^0.4.14",
and not "asyncly/EventEmitter2": "github:asyncly/EventEmitter2@^0.4.14",
Open Source Readiness
Added license files and bumped version
Added license files
- Added License files
0.3.8: Merge pull request #52 from hegrec/jquery
Remove jQuery noConflict
Bugfixes and Cookie Warning
- Set noConflict for JQuery so that it will return to the window
- Changes for EU Cookie message
Cookie Warning
This Release includes the updated code for the EU Cookie warning.
0.3.5: Merge pull request #45 from bigcommerce/addarr
Allow array of items to have quantity updated at once
Releasing 0.3.4
Merge pull request #43 from bigcommerce/cartopts API endpoint for cart option changing
Release 0.3.3
Merge pull request #42 from mickr/BIG-20885 BIG-20885 - Apply GiftCertificates in Cart