Releases: BiosBoy/coconat
Releases · BiosBoy/coconat
v.4.0.0
v.3.0.0
- Bumped up all outdated deps.
- Removed TSLint in favor of ESLint for a single source of truth.
- Added proxy middleware starter right into the app.
- Added SSL certificates and ability to work over HTTPS on localhost.
- Improved SCSS assets serving in development mode by placing them right into bundles instead of hardcode injection.
Version v2.1.2
- Fixed HMR work in development mode.
- Update UjlifyJS plugin corresponds to its internal update.
- Improved distinguish between prod and dev version running via Hot Module Replacement.
Version v2.0.1
- Updated Webpack to 4.29.1 version
Version v2.0.0
Hooks are fully integrated into the CoConat Starter-Kit Builder now!
Other improvements and features:
- Partially moved app to TypeScript v.3.3.4.
- Major Update of react dependencies (react react-dom react-redux react-router react-router-dom redux).
- Added React Hooks Example introduction in Boddy Component.
- Added es2017 lib in tsconfig.json for better namespaces handling.
- Added react-hooks linter to eslint configuration.
- Added react-hooks linter to tslint configuration.
- Added react-hooks/exhaustive-deps dependency.
- Moved space-in-parens rule in tslint config into the disabled state.
- Removed yarn-error.lock file.
Version 1.9.1
- Added Code of Conduct and Pull Request Templates.
- Minor fixes.
Version 1.8.2
- Fixed Test scripts suite.
Version v1.8.1
- Added travis-ci integration for automation build passing.
- Fixed Jest testing environment.
- Minor improvements.
Version 1.7.1
- Added Jest dev and peer packages.
- Fixed Jest testing environment.
- Minor improvements.
Version 1.6.0
- Added ServiceWorkers in App.
- Added Added AnimationTransitionGroup v2 package for animation handling with example in Body Component.