Skip to content

Latest commit

 

History

History
148 lines (78 loc) · 5.82 KB

CHANGELOG.md

File metadata and controls

148 lines (78 loc) · 5.82 KB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

3.5.1 — 2024-04-23

This version does not introduce any user-facing changes.

3.5.0 — 2024-04-18

🎉 New features

  • Add support for package cli and utils subpackages (like plugins). (#27083 by @wschurman)

🐛 Bug fixes

  • Use appropriate version of tsc when executing expo-module build in monorepos with multiple typescript versions installed (#27779 by @peter.jozsa

💡 Others

  • Target Node 18 in the Babel CLI preset. (#26847 by @simek)
  • Update Babel dependencies to the latest version from 7.23 releases. (#26525 by @simek)

3.4.1 - 2024-02-01

🐛 Bug fixes

3.4.0 — 2023-12-12

🎉 New features

  • Add Node-specific Babel and Jest configurations. (#25458 by @byCedric)
  • Add Node override in ESLint config for root configuration files. (#25767 by @byCedric)

3.3.0 — 2023-11-14

🐛 Bug fixes

  • Remove watchPlugins from sub-projects when using multi-project runner. (#25302 by @EvanBacon)
  • Default to using jest-preset-plugin when running yarn test plugin with no plugin/jest.config.js file. (#25302 by @EvanBacon)

3.2.0 — 2023-10-17

🎉 New features

  • Preserve JSX in production exports to support jsx/createElement interception. (#24889 by @EvanBacon)

💡 Others

3.1.1 — 2023-09-18

This version does not introduce any user-facing changes.

3.1.0 — 2023-08-02

This version does not introduce any user-facing changes.

3.0.12 — 2023-07-26

This version does not introduce any user-facing changes.

3.0.10 — 2023-06-22

This version does not introduce any user-facing changes.

3.0.9 — 2023-06-02

🐛 Bug fixes

  • Fixed npx script failing when yarn is not installed. (#22582 by @tsapeta)

3.0.8 — 2023-05-08

This version does not introduce any user-facing changes.

3.0.7 — 2023-02-09

This version does not introduce any user-facing changes.

3.0.6 — 2023-02-03

📚 3rd party library updates

3.0.5 — 2022-12-30

This version does not introduce any user-facing changes.

3.0.3 — 2022-11-02

This version does not introduce any user-facing changes.

3.0.2 — 2022-10-30

💡 Others

  • Remove Enzyme plugin - it does not work with React 18. Not considered a breaking change because the Enzyme plugin has never worked with React 18 and so is already broken. (#19777 by @brentvatne)

3.0.1 — 2022-10-28

This version does not introduce any user-facing changes.

3.0.0 — 2022-10-25

🛠 Breaking changes

  • [plugin] Upgrade minimum runtime requirement to Node 14 (LTS). (#18204 by @EvanBacon)

💡 Others

  • Use the correct TSConfig package in dependencies to match one referred in tsconfig.plugin.json. (#19670 by @Simek)

2.1.1 - 2022-08-22

🐛 Bug fixes

  • Fixed with-node.sh doesn't keep quotes when passing arguments to Node.js and caused build errors when there are spaces in target name. (#18741 by @kudo)

2.1.0 — 2022-08-04

🎉 New features

  • Add templates/scripts/source-login-scripts.sh vendoring tool for node binary resolution in Xcode build phases scripts. (#15336 by @kudo)

🐛 Bug fixes

  • Fixed source-login-scripts.sh error when extendedglob is enabled in zsh config. (#17024 by @kudo)
  • Fixed expo-module prepare error if target packages contain temporary kotlin build files. (#17023 by @kudo)
  • Improved support of nvm sourcing in iOS shell scripts. (#17109 by @liamronancb)
  • Fixed source-login-scripts.sh ~/zlogin typo. (#17622 by @vrgimael)
  • Deprecated the unreliable source-login-scripts.sh and sourcing the Node.js binary path from .xcode.env and .xcode.env.local. (#18330 by @kudo)

💡 Others

  • Updated @testing-library/react-hooks to version 7.0.1. (#14552) by @Simek)