Skip to content

Releases: pangolinjs/core

Release 4.5.0

10 Nov 10:55
Compare
Choose a tag to compare

Improved

a555f44 33e168a Section CSS
095cfa7 Inherit font-family from project

Added

d74f3a1 Sidebar fuzzy search

Release 4.4.0

04 Nov 10:53
Compare
Choose a tag to compare

⚠️ 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

14 Oct 10:23
Compare
Choose a tag to compare

Improved

74ce37c Limit section height

Added

2268c11 Dev server port can be set with env variable PORT
57d3e2a Code copy button

Updated

4d7096f Dependencies

Fixed

2012f2d Branding variables

Release 4.2.0

08 Oct 09:01
Compare
Choose a tag to compare

Improved

8de6862 Expanded custom Nunjucks section tag

Updated

1d42aa7 Dependencies

Release 4.1.0

05 Oct 06:56
Compare
Choose a tag to compare

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

03 Oct 10:37
Compare
Choose a tag to compare

Fixed

1e6906a webpack include paths

Release 4.0.0

03 Oct 10:01
Compare
Choose a tag to compare

Complete rewrite with webpack. The test represents the new and improved folder structure.

Release 3.8.1

15 Sep 15:51
Compare
Choose a tag to compare

Fixed

7ec947b HTML preview rendering config

Release 3.8.0

12 Sep 13:38
Compare
Choose a tag to compare

Added

0ef3a14 HTML linting/validation

Improved

e55b291 Remove empty lines from console log
1890163 Move styleguide front end JavaScript to Browserify
2c87a1b Move more console logging to separate file
0101e96 Switch to some sort of Gulp plugins for HTML rendering

Updated

adebf20 Readme
7837a6c 02b023a Dependencies

Release 3.7.3

23 Aug 09:36
Compare
Choose a tag to compare

Improved

32a78b5 Gulp task names
d898713 Readme

Updated

455a120 b6ccbad Dependencies