Skip to content

Releases: BiosBoy/coconat

v.4.0.0

26 Nov 15:24
Compare
Choose a tag to compare
  • Fully rethought business logic architecture.
  • Updated all the packages up to the latest.
  • Added Storybook for UI testing in isolation.
  • Added better running scripts abstraction.
  • Added Webpack v.5 + React v.17 + TypeScript v.4.

v.3.0.0

29 Jun 11:41
Compare
Choose a tag to compare
  • 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

13 Jun 16:16
Compare
Choose a tag to compare
  • 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

25 Mar 10:42
27ef471
Compare
Choose a tag to compare
  • Updated Webpack to 4.29.1 version

Version v2.0.0

25 Mar 10:34
ec10a1e
Compare
Choose a tag to compare

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

29 Jan 12:00
5f824a8
Compare
Choose a tag to compare
  • Added Code of Conduct and Pull Request Templates.
  • Minor fixes.

Version 1.8.2

28 Jan 15:15
Compare
Choose a tag to compare
  • Fixed Test scripts suite.

Version v1.8.1

28 Jan 15:00
3fafc8e
Compare
Choose a tag to compare
  • Added travis-ci integration for automation build passing.
  • Fixed Jest testing environment.
  • Minor improvements.

Version 1.7.1

08 Jan 23:38
Compare
Choose a tag to compare
  • Added Jest dev and peer packages.
  • Fixed Jest testing environment.
  • Minor improvements.

Version 1.6.0

08 Jan 10:03
Compare
Choose a tag to compare
  • Added ServiceWorkers in App.
  • Added Added AnimationTransitionGroup v2 package for animation handling with example in Body Component.