-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,34 @@ | ||
# Changelog | ||
|
||
## v1.0.0 | ||
## v1.4.0 | ||
|
||
. Eruption First Release. | ||
༼ つ ◕_◕ ༽つ🌋 | ||
. Upgraded several libs to the latest version. | ||
. Stylelint v15 removed all style rules, making `stylelint-config-prettier` obsolete. | ||
. Several new `eslint-import` rules added for DX QoL. | ||
|
||
## v1.3.0 | ||
|
||
. Upgraded Node to latest LTS version, v18 (hydrogen). | ||
. Upgraded Vite to v4. | ||
. Changed vite-react plugin to vite-react-swc. | ||
. Bumped dev dependencies to latest. | ||
|
||
## v1.2.0 | ||
|
||
. Added msw as a dev dep, but still missing default config. | ||
. Changed minor configs to match vite@latest with focus on DX. | ||
|
||
## v1.1.0 | ||
|
||
. Vite depedency updated to from v2 to v3. | ||
. Fixed missing .sh files for husky pre-commit and commit-msg hook. | ||
. Added missing config for promp-cli at commitlint. | ||
|
||
## v1.2.0 | ||
|
||
. Added msw as a dev dep, but still missing default config | ||
. Changed minor configs to match vite@latest with focus on DX | ||
## v1.0.0 | ||
|
||
## v1.3.0 | ||
. Eruption First Release. | ||
༼ つ ◕_◕ ༽つ🌋 | ||
|
||
. Upgraded Node to latest LTS version, v18 (hydrogen) | ||
. Upgraded Vite to v4. | ||
. Changed vite-react plugin to vite-react-swc | ||
. Bumped dev dependencies to latest | ||
## Know issue | ||
|
||
PS: Know issue on vitest/globals conflicting with testing-lib/jest-dom when running for build/preview scripts. Solutions provided were not sufficient to keep both globals working properly. As a fix, `"skipLibCheck": true,` from `tsconfig.json` was changed to `false`, in order to keep running those scripts. | ||
1. on vitest/globals conflicting with testing-lib/jest-dom when running for build/preview scripts. Solutions provided were not sufficient to keep both globals working properly. As a fix, `"skipLibCheck": true,` from `tsconfig.json` was changed to `false`, in order to keep running those scripts. |