Skip to content

Releases: 10up/10up-toolkit

[email protected]

12 Feb 01:48
Compare
Choose a tag to compare
  • Fix double dot issue in CopyWebpack plugin
  • Stop removing viewbox in svgs.
  • Added .ico and .otf files to be copied via copy-webpack-plugin.
  • Updated eslint-config to use eslint 8.
  • Updated deps

props @Antonio-Laguna @nicholasio

10up-toolkit v2

13 Jan 22:13
Compare
Choose a tag to compare

10up-toolkit

  • Updated several dependencies.
  • Updated to postcss-preset-env 7.0 and switched from postcss-nested to postcss-nesting [BREAKING CHANGE]
  • Disable polyfill for CSS custom properties.
  • Removed wordpress/jest-preset-default and now shipping a custom jest config. Jest has also been updated to the latest version.
  • Removed: IE 11 support. [BREAKING CHANGE]

babel-preset-default

  • Removed: IE 11 support. [BREAKING CHANGE]
  • Updated dependencies

eslint-config

  • Updated dependencies

stylelint-config

  • updated dependencies
  • Change Stylelint configuration to allow color properties to use any of the global CSS values without a variable.

Migrating from v1

  • 10up-toolkit no longs ships code compatible with IE 11, if you're currently supporting IE 11 you will need to drop support for IE 11 or manually modify the webpack and babel config (not recommended)
  • postcss-preset-env has been updated to 7.0 and postcss-nested has been replaced with postcss-nesting. If your project uses postcss-nested syntax, you will need to update it to be compatible with postcss-nesting syntax.

props @nicholasio @rdimascio @Antonio-Laguna @ian-pvd

[email protected]

09 Nov 21:45
Compare
Choose a tag to compare

[Security] Updated deps

1.0.12

20 Sep 14:46
Compare
Choose a tag to compare
  • Fixed: BrowserSync Config #105
  • Fixed: webpack watch command #105
  • Updated deps

[email protected]

05 Aug 02:58
Compare
Choose a tag to compare
  • Fixed: Allows passing a --port flag to browser-sync 10up-toolkit start|watch --port=3002 #95
  • Fixed: dev-server public path #98

[email protected]

26 Jul 17:37
Compare
Choose a tag to compare
  • Fixed empty scripts output when a CSS entry is added.#91

[email protected]

30 Jun 16:23
Compare
Choose a tag to compare

10up-toolkit

[1.0.9]

  • Updated deps 82
  • Remove husky from 10up-toolkit [81] (Updated: Husky to 6.x)

@10up/babel-preset-default

[1.2.0]

  • Removed: @wordpress/babel-preset-default is not a dependency anymore, instead, we bring in the specific WordPress config needed. 82
  • Updated deps 82

@10up/eslint-config

[2.3.6]

  • Updated deps 82

@10up/[email protected]

25 Jun 11:35
Compare
Choose a tag to compare
  • Add stylelint support for mixins. Props @rdimascio

[email protected]

25 Jun 11:36
Compare
Choose a tag to compare
  • Fixed PostCSS nested plugin. props @rdimascio
  • Fixed: Typo in HtmlWebpackPlugin where it was looking for the template in pulic folder instead of public folder. Additionally, it now only defines a custom template if it is defined in the project.

[email protected]

25 Jun 11:07
bea1df2
Compare
Choose a tag to compare

Fixed: Babel error when running jest.
Added: Webpack dev server