Skip to content

Latest commit

 

History

History
766 lines (402 loc) · 19.3 KB

CHANGELOG.md

File metadata and controls

766 lines (402 loc) · 19.3 KB

v1.5.3 (2023-07-12)

Update

  • Update dependencies

Pull Requests

  • Merge pull request #49 from darkmavis1980/bugfix/update-dependencies

v1.5.2 (2023-04-15)

Updated

  • Updated dependencies

Pull Requests

  • Merge pull request #48 from darkmavis1980/bugfix/maintenance-update

v1.5.1 (2023-03-17)

Updated

  • Updated dependencies

Pull Requests

  • Merge pull request #46 from darkmavis1980/feature/upgrade-to-swr-2

v1.5.0 (2023-01-01)

Updated

  • Updated all dependencies Updated SWR to version 2

Pull Requests

  • Merge pull request #45 from darkmavis1980/bugfix/maintenance

v1.4.2 (2022-12-08)

Bump

  • Bump decode-uri-component from 0.2.0 to 0.2.2
  • Bump loader-utils from 2.0.2 to 2.0.4

Updated

  • Updated dependencies Fixed issue with window object and Jest

Pull Requests

  • Merge pull request #43 from darkmavis1980/dependabot/npm_and_yarn/loader-utils-2.0.4
  • Merge pull request #44 from darkmavis1980/dependabot/npm_and_yarn/decode-uri-component-0.2.2
  • Merge pull request #41 from darkmavis1980/bugfix/maintenance-update

v1.4.1 (2022-09-21)

Updated

  • Updated changelog
  • Updated jest
  • Updated dependencies
  • Updated changelog

Pull Requests

  • Merge pull request #39 from darkmavis1980/feature/use-swr-hook

v1.4.0 (2022-06-15)

Added

  • Added example using SWR to fetch data

Updated

  • Updated dependencies Updated snapshots
  • Updated component
  • Updated changelog

Pull Requests

  • Merge pull request #38 from darkmavis1980/feature/add-error-boundary
  • Merge pull request #37 from darkmavis1980/bugfix/update-version
  • Merge pull request #36 from darkmavis1980/bugfix/fix-typo

v1.3.0 (2022-06-14)

Added

  • Added error boundary

Removed

  • Removed build status as TravisCI is no longer used

Updated

  • Updated docs

v1.2.3 (2022-06-13)

Fixed

  • Fixed typo

Pull Requests

  • Merge pull request #35 from darkmavis1980/bugfix/component-has-too-divs

v1.2.2 (2022-06-13)

Fixed

  • Fixed typo in component Updated dependencies

Updated

  • Updated changelog

Pull Requests

  • Merge pull request #34 from darkmavis1980/bugfix/minor-cleanups

v1.2.1 (2022-06-11)

Minor

  • Minor cleanups Updated eslint configuration Added loading component

Updated

  • Updated changelog

Pull Requests

  • Merge pull request #33 from darkmavis1980/feature/add-suspense-example
  • Merge pull request #32 from darkmavis1980/bugfix/fix-coverage
  • Merge pull request #31 from darkmavis1980/feature/add-jsx-support
  • Merge pull request #30 from darkmavis1980/feature/deprecate-enzyme

v1.2.0 (2022-06-11)

Added

  • Added example of how to use suspense

Updated

  • Updated snapshots

v1.1.1 (2022-06-11)

Fixed

  • Fixed coverage

v1.1.0 (2022-06-11)

Added

  • Added support for JSX

v1.0.0 (2022-06-11)

Fixed

  • Fixed issue with workflow
  • Fixed typo

Set

  • Set major version

Updated

  • Updated workflow

Upgraded

  • Upgraded to React 18 Removed Enzyme in favour of react-test-renderer Updated tests Updated mount point for React Enabled Strictmode for React 18

Pull Requests

  • Merge pull request #29 from darkmavis1980/bugfix/update-dependencies

v0.11.4 (2022-05-26)

Updated

  • Updated dependencies

v0.12.0 (2022-05-04)

Bump

  • Bump node-forge from 1.2.1 to 1.3.1
  • Bump minimist from 1.2.5 to 1.2.6
  • Bump follow-redirects from 1.14.7 to 1.14.8

Updated

  • Updated to react 18
  • Updated readme

Pull Requests

  • Merge pull request #26 from darkmavis1980/dependabot/npm_and_yarn/node-forge-1.3.1
  • Merge pull request #23 from darkmavis1980/dependabot/npm_and_yarn/follow-redirects-1.14.8
  • Merge pull request #25 from darkmavis1980/dependabot/npm_and_yarn/minimist-1.2.6
  • Merge pull request #22 from darkmavis1980/bugfix/fix-audit-errors

v0.11.3 (2022-02-03)

Fixed

  • Fixed audit errors

Updated

  • Updated changelog

Pull Requests

  • Merge pull request #20 from darkmavis1980/bugfix/update-dependencies-feb-2022

v0.11.2 (2022-02-03)

Updated

  • Updated dependencies

v0.11.1 (2021-12-10)

Fixed

  • Fixed issue with snapshot

Updated

  • Updated changelog

Pull Requests

  • Merge pull request #19 from darkmavis1980/bugfix/update-dependencies-2

v0.11.0 (2021-12-10)

Simplified

  • Simplified code Upgraded to react router 6

Pull Requests

  • Merge pull request #18 from darkmavis1980/bugfix/update-dependencies

v0.10.5 (2021-10-15)

Updated

  • Updated dependencies

v0.10.4 (2021-09-29)

Updated

  • Updated dependencies

0.10.3 (2021-07-17)

Bump

  • Bump dns-packet from 1.3.1 to 1.3.4

Updated

  • Updated dependencies Changed enzyme adapter to work with React 17
  • Updated changelog

Pull Requests

  • Merge pull request #16 from darkmavis1980/dependabot/npm_and_yarn/dns-packet-1.3.4

v0.10.2 (2021-05-21)

Fixed

  • Fixed audit

Updated

  • Updated dependencies Fixed issue with definePlugin

Pull Requests

  • Merge pull request #15 from darkmavis1980/bugfix/fix-issue-with-defineplugin

v0.10.1 (2021-04-03)

Updated

  • Updated dependencies
  • Updated readme with newer versions
  • Updated changelog

v0.10.0 (2020-12-18)

Added

  • Added github action configuration

Removed

  • Removed travis-ci configuration

Updated

  • Updated webpack to major version 5.11.0 Updated react to major version 17.0.1
  • Updated changelog

Pull Requests

  • Merge pull request #14 from darkmavis1980/feature/remove-travis-add-github-actions

v0.9.3 (2020-12-08)

Updated

  • Updated dependencies
  • Updated changelog

v0.9.2 (2020-10-07)

Updated

  • Updated dependencies to latest version

v0.9.1 (2020-09-16)

Updated

  • Updated dependencies

v0.9.0 (2020-08-11)

Bump

  • Bump lodash from 4.17.14 to 4.17.19

Updated

  • Updated dependencies Migrated to use latest version of sass-loader Removed node-sass in favour of sass (dart-sass)

Pull Requests

  • Merge pull request #11 from darkmavis1980/dependabot/npm_and_yarn/lodash-4.17.19

v0.8.9 (2020-07-02)

Updated

  • Updated dependencies

v0.8.8 (2020-06-12)

Updated

  • Updated dependencies

v0.8.7 (2020-04-29)

Updated

  • Updated dependencies

v0.8.6 (2020-03-27)

Updated

  • Updated dependencies

v0.8.5 (2020-02-06)

Updated

  • Updated dependencies

v0.8.4 (2020-01-30)

Updated

  • Updated dependencies

v0.8.3 (2020-01-20)

Updated

  • Updated dependencies

v0.8.2 (2019-12-09)

Update

  • Update dependencies

v0.8.1 (2019-12-02)

Added

  • Added travisci badge

Updated

  • Updated dependencies

v0.8.0 (2019-11-19)

Added

  • Added travis ci configuration

Bumped

  • Bumped version to 0.8.0

Pull Requests

  • Merge pull request #8 from darkmavis1980/feature/add-travis-ci

v0.7.7 (2019-11-19)

Updated

  • Updated dependencies

v0.7.6 (2019-11-08)

Updated

  • Updated dependencies

v0.7.5 (2019-10-23)

Updated

  • Updated dependencies

v0.7.4 (2019-10-16)

Updated

  • Updated dependencies
  • Updated changelog

v0.7.3 (2019-10-08)

Updated

  • Updated dependencies

v0.7.2 (2019-09-24)

Fixed

  • Fixed compatibility issue with sass-loader 8.0.0

v0.7.1 (2019-09-23)

Updated

  • Updated dependencies

v0.7.0 (2019-09-12)

Updated

  • Updated dependencies Renamed task start:dev to just dev
  • Updated dependencies
  • Updated dependencies Added @babel/plugin-transform-runtime
  • Updated dependencies

v0.5.4 (2019-07-04)

Updated

  • Updated dependencies

v0.5.3 (2019-05-31)

Updated

  • Updated changelog
  • Updated dependencies Fixed issue with CleanWebpackPlugin

v0.5.2 (2019-05-20)

Updated

  • Updated dependencies
  • Updated dependencies Set option class-methods-use-this in eslint to false
  • Updated changelog

v0.5.0 (2019-05-07)

Set

  • Set babel to use the current version of Node to avoid issues with Jest and async/await Updated dependencies, node-sass now supports Node.js 12

Updated

  • Updated package-lock.json
  • Updated eslintrc to fix the issue with react version Updated dependencies Minor formatting cleanup for the jest.config.js file Added webpack-bundle-analyzer to analyze the bundler

Pull Requests

  • Merge pull request #7 from darkmavis1980/bugfix/fix-issue-with-eslint

v0.4.2 (2019-04-24)

Minor

  • Minor cleanups

v0.4.1 (2019-04-24)

Updated

  • Updated webpack-cli
  • Updated changelog

v0.4.0 (2019-04-17)

Conformed

  • Conformed code to ESLint standards Added missing libraries Updated eslintrc configuration Added Changelog

Pull Requests

  • Merge pull request #6 from darkmavis1980/bugfix/fix-eslint-integration

v0.3.4 (2019-04-16)

Updated

  • Updated dependencies

v0.3.3 (2019-04-04)

Fixed

  • Fixed issue with navigation with jest Updated dependencies and react to 16.8.6

Updated

  • Updated babel and jest to latest version
  • Updated ESLint version

Pull Requests

  • Merge pull request #5 from darkmavis1980/bugfix/issue-with-navigation-with-jest

v0.3.2 (2019-03-20)

Updated

  • Updated dependcies
  • Updated dependencies

v0.3.1 (2019-03-12)

0.3.1 (2019-03-12)

Added

  • Added note on the README.md

Updated

  • Updated dependencies

v0.3.0 (2019-03-06)

Added

  • Added support for docker

Updated

  • Updated version on package.json

Pull Requests

  • Merge pull request #4 from darkmavis1980/add-dockerfile

v0.2.1 (2019-03-06)

Fixed

  • Fixed issue with devServer fallback path
  • Fixed issue introduced by previous changes

Pull Requests

  • Merge pull request #3 from darkmavis1980/fix-issue-with-missing-webpack-variable

v0.2.0 (2019-03-06)

Added

  • Added support for environmental variables

Fixed

  • Fixed issue with build script running on ubuntu Fixed incompatibility with CleanWebpackPlugin v2.0.0

Merge

  • Merge branch 'master' of github.com:darkmavis1980/react-jest-boilerplate into add-support-for-env-variables

Pull Requests

  • Merge pull request #2 from darkmavis1980/add-support-for-env-variables
  • Merge pull request #1 from darkmavis1980/Fix-issue-with-CleanWebpackPlugin-v2.0.0

v0.1.0 (2019-03-06)

First

  • First commit

Minor

  • Minor fix on the readme