Skip to content

Releases: oklas/react-app-alias

react-app-alias-v2.2.2

09 Sep 09:56
9452a82
Compare
Choose a tag to compare

react-app-alias-v2.2.2 (2022-09-09)

Bug Fixes

  • main: check extends section for existence (699bcb3)

react-app-alias-v2.2.1

23 Jul 20:02
1cfc3ad
Compare
Choose a tag to compare

react-app-alias-v2.2.1 (2022-07-23)

Bug Fixes

  • set configPaths options to empty object (7c4140b)

react-app-alias-v2.2.0

28 Mar 15:37
80c8a06
Compare
Choose a tag to compare

react-app-alias-v2.2.0 (2022-03-28)

Features

  • baseUrl: add support baseUrl from config and options #10 (a857fd3)

react-app-alias-ex-v2.1.0

28 Mar 15:36
80c8a06
Compare
Choose a tag to compare

react-app-alias-ex-v2.1.0 (2022-03-28)

Bug Fixes

  • main: support both api of TsChecker #44 (d8b07ff)

Features

  • baseUrl: add support baseUrl from config and options #10 (a857fd3)

react-app-alias-v2.1.0

15 Mar 09:48
6aeda59
Compare
Choose a tag to compare

react-app-alias-v2.1.0 (2022-03-15)

Features

react-app-alias-v2.0.2

08 Mar 22:29
8bcb871
Compare
Choose a tag to compare

react-app-alias-v2.0.2 (2022-03-08)

Bug Fixes

  • make craco options actual (11a04f9)

react-app-alias-v2.0.1

08 Mar 20:03
f70d991
Compare
Choose a tag to compare

react-app-alias-v2.0.1 (2022-03-08)

Bug Fixes

  • react-app-alias: one rename was missing to stage #64 (af77597)

react-app-alias-ex-v2.0.2

08 Mar 22:29
8bcb871
Compare
Choose a tag to compare

react-app-alias-ex-v2.0.2 (2022-03-08)

Bug Fixes

  • make craco options actual (11a04f9)

react-app-alias-ex-v2.0.1

07 Mar 06:19
0c8be71
Compare
Choose a tag to compare

react-app-alias-ex-v2.0.1 (2022-03-07)

Bug Fixes

  • react-app-alias-ex: update deps version #62 (a928679)

react-app-alias-v2.0.0

25 Feb 10:39
Compare
Choose a tag to compare

react-app-alias-v2.0.0 (2022-02-25)

Bug Fixes

  • function alias renamed to aliasWebpack #60 (c9a6d38)

Features

  • migrate to alias options #58 (c6c20f5)
  • process config file form extends section of tsconfig #59 (930ee59)

BREAKING CHANGES

  • Functions aliasWebpack and aliasJest will receive object with options instead of alias map. Alias map will be option alias in object of options.
  • The alias function has been renamed to aliasWebpack to improve the readability of the rewire API, as part of a major release along with a rename of the library itself.