Releases: pangolinjs/core
Releases · pangolinjs/core
Release 4.5.0
Release 4.4.0
⚠️ Minor breaking change warning
Please remove the following to lines from your project's src/main.js
as they're no longer required:
// Import JavaScript
import './components'
// Import CSS
import './main.scss'
// Import Frond End Styleguide JavaScript and CSS
if (process.env.NODE_ENV === 'development') {
- require(`fesg/js/scripts`)
- require(`fesg/css/styles.scss`)
require('../config/branding.scss')
}
Improved
945638e Extract common webpack options into shared config
f3c6e7b Pre-compile styleguide CSS and JavaScript
Added
507893f Prototype build build:proto
Updated
aed53ec Dependencies
Removed
0f82acc css-loader url()
handling
Release 4.3.0
Release 4.2.0
Release 4.1.0
Added
b051cb5 PostCSS
Somehow I totally forgot about autoprefixing. With the addition of PostCSS to the CSS loader chain every PostCSS plugin is available through the postcss.config.js
in the project root. This file has to be created or the build fails. For an example take a look at the test config.
Release 4.0.1
Fixed
1e6906a webpack include paths
Release 4.0.0
Complete rewrite with webpack. The test
represents the new and improved folder structure.
Release 3.8.1
Fixed
7ec947b HTML preview rendering config