Releases: 10up/10up-toolkit
Releases · 10up/10up-toolkit
[email protected]
- 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
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 andpostcss-nested
has been replaced withpostcss-nesting
. If your project usespostcss-nested
syntax, you will need to update it to be compatible withpostcss-nesting
syntax.
[email protected]
[Security] Updated deps
1.0.12
[email protected]
[email protected]
- Fixed empty scripts output when a CSS entry is added.#91
[email protected]
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]
- Add stylelint support for mixins. Props @rdimascio
[email protected]
- 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]
Fixed: Babel error when running jest.
Added: Webpack dev server