Releases: pplancq/dev-tools
Releases · pplancq/dev-tools
@pplancq/semantic-release-config@1.1.0
@pplancq/react-template@1.1.2
@pplancq/react-template@1.1.1
@pplancq/webpack-config@1.1.0
@pplancq/webpack-config 1.1.0 (2024-03-12)
Features
- webpack-config: add note about the inclusion of environment variable (e6e4e31)
- webpack-config: replace MD5 Hash in Webpack Cache Versioning (46deffe)
- webpack-config: use require.resolve() for loaders in webpack-config (d80db4c)
Bug Fixes
- webpack-config: fix build css from node_modules (3de54a9)
@pplancq/stylelint-config@2.0.0
@pplancq/stylelint-config 2.0.0 (2024-03-12)
⚠ BREAKING CHANGES
- stylelint-config: The default configuration no longer supports the stylelint-prettier plugin.
You must now install prettier and stylelint-prettier separately and use the alternative configuration.
To use is alternative configuration, replace"stylelint": { "extends": ["@pplancq/stylelint-config/prettier"] }
to yourpackage.json
.
Features
- stylelint-config: prettier made fully optional (984aa69)
@pplancq/react-template@1.1.0
@pplancq/react-template 1.1.0 (2024-03-12)
Features
- react-template: add fetchApi example (c2318c3)
- webpack-config: add note about the inclusion of environment variable (e6e4e31)
- react-template: add peerDependencies of commitLint and webpack config (d501781)
- react-template: add script for migrate to vite (d5d3337)
- react-template: add script for remove Demo (355d887)
- react-template: add support for yarn and pnpm to script migrate to vite (b4b9d6b)
- create-react-app: add support for yarn and pnpm (eafc39d)
- react-template: add test report on .gitignore (072a240)
- react-template: rename Error page to UnexpectedError (c6eea7b)
- react-template: update eslint un stylelint config (82a4df3)
- react-template: update react-query@3 to @tanstack/react-query@5 (f79e642)
- react-template: update readme (3aa2543)
Bug Fixes
- react-template: ambiguous Spacing before (56c9a8e)
- react-template: fix peerDependencies of commitlint-config (fe0dd7c)
Dependencies
- @pplancq/commitlint-config: upgraded to 2.0.0
- @pplancq/eslint-config: upgraded to 2.0.0
- @pplancq/stylelint-config: upgraded to 2.0.0
- @pplancq/webpack-config: upgraded to 1.1.0
@pplancq/eslint-config@2.0.0
@pplancq/eslint-config 2.0.0 (2024-03-12)
⚠ BREAKING CHANGES
- eslint-config: The default configuration no longer supports the eslint-plugin-prettier plugin.
You must now install prettier and eslint-plugin-prettier separately and use the alternative configuration.
Use prettier configuration, add"eslintConfig": { "extends": ["@pplancq/eslint-config/prettier"] }
to yourpackage.json
. - eslint-config: Bumps ESLint ^8.55.0 to ^8.57.0 the minimum requirements
- eslint-config: Bumps Prettier ^3.1.1 to ^3.2.5 the minimum requirements
Features
@pplancq/create-react-app@1.1.0
@pplancq/create-react-app 1.1.0 (2024-03-12)
Features
- create-react-app: add check to prevent command injection (65de337)
- create-react-app: add option to use vite on new project (337a6f1)
- create-react-app: add remove CHANGELOG.md during create new project (27d8e7b)
- create-react-app: add support for yarn and pnpm (eafc39d)
- react-template: update readme (3aa2543)