Releases: onyourmarks-agency/oym-webpack-boilerplate
Releases · onyourmarks-agency/oym-webpack-boilerplate
5.1.0
Updated
- Updated prettier to version 3.0.3
- Updated prettier-plugin-css-order to version 2.0.1
- Updated prettier-plugin-svelte to version 3.0.3
5.0.7
5.0.6
Add typescript to eslint script and update eslintignore file
Full Changelog: 5.0.5...5.0.6
5.0.5
Changed
- Add 'global' to ignorePseudoClasses for stylelintrc
- Add option 'keep_classnames' to TerserPlugin
- Rename variable url to domain for setCookie, add optional path and domain parameters to removeCookie
5.0.4
Changed
- Separate button files. And change button styles. Used css variables here
- Update package.json to newest versions
- Update webpack config
- Update typescript config
Full Changelog: 5.0.3...5.0.4
Release 5.0.3
- Fix browser storage helper
Release 5.0.2
Changed
- Add new check: Svelte-check. It's applied to
frontend-cs
and you can run it by yourself withppm svelte-check
; - Fix current code with results of svelte-check.
Full Changelog: 5.0.1...5.0.2
Release 5.0.1
- Small improvements for TypeScript
- Update aliases
Release 5.0.0
Changed
- Rewrite Javascript to Typescript
- Fix stylelint
- Added aliases (like @modules or @helpers), sorry folks if I mentioned you. You need to pick a less common name ^^
What's Changed
- Rewrite boilerplate to typescript by @jordikroon in #12
Full Changelog: 4.1.1...5.0.0