Skip to content

Latest commit

 

History

History
158 lines (107 loc) · 14.6 KB

CHANGELOG.md

File metadata and controls

158 lines (107 loc) · 14.6 KB

1.3.1 (2024-09-16)

Other changes

  • update dependencies and set fixed versions (056b4c1)

1.3.0 (2024-04-29)

✨ Features

🐛 Bug Fixes

  • console log error for aborting request without reason (3dbfe16)

1.2.0 (2024-02-21)

✨ Features

1.1.1 (2023-12-15)

📚 Documentation

  • README: add info about proxy in Environment comparison table (d1d76ec)

Other changes

  • no-release: update ESLint env target to es2024 (e473acc)
  • update dependencies (6498e2a)

1.1.0 (2023-11-01)

✨ Features

  • add EnvironmentPlugin and example for it (cb8fbc1)
  • add backend proxy for dev builds (1e9ba36)
  • add Docker & nginx (6660704)

Other changes

1.0.1 (2023-10-30)

Other changes

  • change debug output file pattern for .gitignore (797738c)

1.0.0 (2023-10-30)

✨ Features

  • add @babel/plugin-transform-runtime & @babel/runtime to reduce bundle code size (3866af3)
  • add avif support (c877a0f)
  • add fork-ts-checker-webpack-plugin (e71476c)
  • add semantic-release and ci step (e961943)
  • add tsconfig, update dependencies (ebc41cd)
  • add auto propasl import (896652f)
  • add bundle report publication (379c1bd)
  • add debug commands for print ESLint, Stylelint and Prettier result configs (4c9a371)
  • add development friendly devtool source map (edd3820)
  • add JSON, XML, CSV loader example (af8f331)
  • add packages to inherit paths from tsconfig (744fda6)
  • add support for svg import as react component (815c0b7)
  • HMR: ➕ add HMR support for react and disable airbnb ESlint rules (a6c723e)
  • plop: add plop package for react component generation (cc257e4)
  • webpack: add ProgressPlugin (85da340)

🐛 Bug Fixes

📚 Documentation

  • README: add a mention of .browserslistrc (fea9bbb)
  • README: change ReactRefreshWebpackPlugin status in Environment comparison table (1a62899)
  • README: fix .browserslistrc config link (4c089d8)
  • README: improve grammar (1d67a1a)
  • README: mark svg loader as completed goal (3571e8c)
  • README: mention a possible alternative for ProgressPlugin (75cc4ba)
  • README: update @babel/runtime description (eec1dd3)
  • README: update eslint description (30b188d)
  • README: update readme (4c8ff86)

🛠 Code Refactor

  • change project structure (c3728a4)

📦 Build

  • add esm support for whole config (0dd5825)
  • add format & lint commands, improve stylelint config, improve webpack config, fix prettier config (8b68ca2)
  • babel: change @babel/preset-typescript position in config (8ec4e59)
  • browserslist: move to a separate file and update targets (6ee992c)
  • eslint-plugin-prettier: remove unused plugin (265e38b)
  • eslint: add react rules (73e1964)
  • eslint: complete migration from airbnb ESlint config to subconfigs (9c4c54c)
  • improve build (eb97aaf)
  • improve css modules names in dev mode, add separate folder for webpack configs file location (110d902)
  • package: ➖ remove cross-env dependency (15b9d97)
  • prettier: update package to 2.7.0 (3219d4d)
  • update commit-msg git hook (d51a313)
  • update dependencies (8c0e1ca)
  • update ignore files for lint tools (6a16489)

Other changes

  • add @typescript-eslint/eslint-plugin (f79c55c)
  • add CI tools to this project (3d498ad)
  • add comment about deprecated Array.prototype.group usage (262ef93)
  • add engines strict check (84b0057)
  • add JSDoc for several config files, some README.md updates and misc (97e18ba)
  • add more relevants logs for check babel work (c3d29e8)
  • add repository to package json (9c290db)
  • change page title (b9092be)
  • change tsconfig target to more relevant ESNext (13d1194)
  • changes in tsconfig.json (0c9dd2e)
  • core-js: update core-js, add example with group proposal (8ae2541)
  • delete needless files (0b287b8)
  • eslint-import: resolve extension problem (7934714)
  • improve project structure (a6a0b06)
  • improve webpack paths file name (aefedfb)
  • miscellaneous fixes in eslintrc & babel.config (579f486)
  • package.json: add type check command (b1806a1)
  • package.json: change the order of scripts (7abb633)
  • remove unnecessary eslint disable rules (f00932e)
  • update css-loader description in README.md (cb8f01f)
  • update Stylelint to 15.0.0, replace outdated stylelint-config-rational-order with stylelint-config-recess-order (71845b0)
  • update dependencies (9df04d9)
  • update dependencies (e059368)
  • update dependencies (4002a23)
  • update dependencies and set lockfileVersion to 3 in package-lock.json (73bfc1f)
  • update major dependencies (43eb71d)
  • update prettier config (667fd45)
  • update README ESLint section and remove unused ESLint plugin (790587b)
  • upgrade major package dependencies and overall improvements (cc24f7c)
  • upgrade minor package dependencies (89baf3f)