Skip to content

Releases: alexandr-g/cra-template-typescript-redux

v1.0.2

17 May 17:00
Compare
Choose a tag to compare

1.0.2 (2023-05-17)

Bug Fixes

  • include eslint-disable @typescript-eslint/default-param-last in template (0583874)
  • update eslint-plugins that caused installation fail (a5769c1)

v1.0.1

15 May 12:35
Compare
Choose a tag to compare

1.0.1 (2023-05-15)

Bug Fixes

  • deps: update eslint-plugin-import (1fe926c)

v1.0.0

15 May 12:21
Compare
Choose a tag to compare

1.0.0 (2023-05-15)

Features

  • tests: migrate from enzyme to RTL (5ef17ec)
  • upgrade to react 18, react-router v6, react-redux v8 (746096b)
  • upgrade to react 18, react-router v6, react-redux v8, react-testing-library (3a915e6)

BREAKING CHANGES

  • swap enzyme in favour of react-testing-library (RTL) for unit tests; upgrade to
    React v18, react-redux v8, react-router-dom v6

v0.3.14

14 May 13:07
Compare
Choose a tag to compare

0.3.14 (2023-05-14)

Bug Fixes

  • deps: update @typescript-eslint/eslint-plugin (3c05395)

v0.3.13

11 Jan 09:38
Compare
Choose a tag to compare

0.3.13 (2022-01-11)

Bug Fixes

  • deps: update dependency @typescript-eslint/parser to v5.9.1 (8761fa3)

v0.3.12

10 Jan 10:31
Compare
Choose a tag to compare

0.3.12 (2022-01-10)

Bug Fixes

  • deps: update dependency eslint-config-prettier to v8 (3bd40e7)
  • simplify ESLint prettier config (7dbebcb)
  • upgrade eslint, react-scripts, eslint-plugin to major versions (ca456ba)

v0.3.11

09 Jan 16:58
Compare
Choose a tag to compare

0.3.11 (2022-01-09)

Bug Fixes

  • disable more ESLint rules (c9ad950)
  • remove beforeEach (402c884)
  • update "@typescript-eslint/parser" to "5.9.0" (05a39fa)
  • update eslint-config-airbnb-typescript to v16 (0229047)

v0.3.10

09 Jan 15:58
Compare
Choose a tag to compare

0.3.10 (2022-01-09)

Bug Fixes

  • add @types/redux-mock-store to the template (1a381b4)

v0.3.9

09 Jan 15:37
Compare
Choose a tag to compare

0.3.9 (2022-01-09)

Bug Fixes

  • deps: update dependency typescript to ~4.5.0 (c5b73a0)
  • update "typescript" to "~4.5.0" in template (8675c5a)

v0.3.8

14 Sep 14:46
Compare
Choose a tag to compare

0.3.8 (2021-09-14)

Bug Fixes

  • deps: update dependency @types/node to v14 (b3fc49e)