Releases: pangolinjs/core
Releases · pangolinjs/core
v6.1.2
Bug Fixes
- Add file protocol to dynamic import (#109) (c5313ef)
- Make host IP extractor Node 18 compatible (db66632)
v6.1.1
6.1.1 (2021-08-24)
Bug Fixes
- Create dist folder before copying files (309c405)
v6.1.0
⚠ Pangolin.js is now compatible with Node.js 16!
Features
- Migrate to webpack Asset Modules (7f89a3b)
v6.0.1
Bug Fixes
- Add extensions to webpack resolver (4b31c93)
v6.0.0
I guess I can’t keep this as a release candidate forever 😏
⚠ BREAKING CHANGES
Some dependencies have been moved to peer dependencies:
npm install --save-dev @babel/core postcss sass
v6.0.0-rc.9
Features
- Set more specific labels for component HTML tabs (af50c6a)
v5.9.1
⚠ Sometimes the dependencies will be screwed up during npm update
with npm v7. In that case, delete your node_modules
and package-lock.json
and install from scratch with npm install
.
Bug Fixes
- Async filters not working (8b9ef04)
v6.0.0-rc.7
Version bump for npm publish screw up.
v6.0.0-rc.6
Refactor project to use global module type.
⚠ BREAKING CHANGES
The configuration file pangolin.config.mjs
has to be renamed to pangolin.config.js
.