Skip to content

Releases: the-events-calendar/product-taskmaster

3.0.2

28 Feb 04:21
794c575
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1

05 Dec 21:14
3.0.1
842e701
Compare
Choose a tag to compare
Tag version 3.0.1

3.0.0

31 Jan 05:47
2e2f9c9
Compare
Choose a tag to compare
  • Update version of Node to 18.13.0
  • Update version of NPM to 8.19.3
  • Moved from using UglifyJS on Gulp to Terser for Compress JS
  • compress-js task now exposes a couple of it's methods
  • Watch command now has the same code for compress-js as the default build command
  • Minified JS files also have a preamble like our compiled CSS files.

2.2.1

26 Mar 01:20
44cf0da
Compare
Choose a tag to compare

Updated version.
Ensure that js in subfolders gets minified

2.2.0

16 Feb 14:10
Compare
Choose a tag to compare
  • Add webpack optimizations for chunking out node module packages.
  • Update wp externals to allow for packages with dashes.
  • Add vendor and lodash externals.
  • Add module externals and map them to the tribe.modules window object.
  • Remove tribe entry function.

2.1.1

08 Dec 08:23
Compare
Choose a tag to compare
  • Update Jest task to properly handle test matching through gulp

2.1.0

07 Dec 09:21
Compare
Choose a tag to compare
  • Add jest task to gulp tasks
  • Add jest-related packages as peer dependencies
  • Add extendable jest configuration

2.0.1

27 Oct 10:02
Compare
Choose a tag to compare
  • Move gulp to peer dependencies
  • Add webpack loaders and plugins to peer dependencies

2.0.0

19 Oct 17:13
0d831e9
Compare
Choose a tag to compare
  • Upgrade node version to 16.6.1
  • Upgrade gulp to version 4
  • Upgrade babel and related plugins and presets
  • Pass package.json into gulp tasks to grab configurations
  • Move .browserlintrc configuration to JS module
  • Add a script to sync browserslist configuration into package.json

1.3.1

13 Jul 18:44
4ae4559
Compare
Choose a tag to compare
  • Set the preserve flag only for custom properties in the PostCSS Preset Env plugin