Skip to content

Releases: mmazzarolo/react-native-monorepo-tools

v1.2.1

09 Dec 12:12
Compare
Choose a tag to compare

1.2.1 (2022-12-09)

Bug Fixes

  • Add support for CRACO 7 and CRA 5 (1431875)

v1.2.0

24 Jun 10:51
Compare
Choose a tag to compare

1.2.0 (2022-06-24)

Features

  • 🐛 support nohoist in package config (#13) (409c800)

v1.1.4

31 Dec 18:02
Compare
Choose a tag to compare

1.1.4 (2021-12-31)

Bug Fixes

  • Added safety check on rule.loader access (#11) (413b86f)

v1.1.3

08 Nov 19:09
Compare
Choose a tag to compare

1.1.3 (2021-11-08)

Bug Fixes

  • Fix error when nohoist is not defined (#10) (ffef661)

v1.1.2

07 Nov 09:26
Compare
Choose a tag to compare

1.1.2 (2021-11-07)

Bug Fixes

  • Update get-workspaces to return OS specific paths (#8) (714fd0c)

v1.1.1

11 Oct 08:10
Compare
Choose a tag to compare

1.1.1 (2021-10-11)

Bug Fixes

  • solve nohoist windows path backslash issue (#6) (8aa1368)

v1.1.0

21 Sep 18:31
Compare
Choose a tag to compare

1.1.0 (2021-09-21)

Features

  • Fix previous feature release (#4) (e8900e8)
  • Renamed getMetroConfig to getMetroTools (getMetroConfig is still supported but deprecated).
  • Renamed getWebpackConfig to getWebpackTools (getWebpackConfig is still supported but deprecated).
  • getWebpackTools returns a new enableWorkspacesResolution(webpackConfig) tool: Updates a webpack config to allow importing from external workspaces.
  • getWebpackTools returns a new addNohoistAliases(webpackConfig) tool: Updates a webpack config to ensure nohoisted libraries are resolved from this workspace.