Skip to content

Latest commit

 

History

History
236 lines (132 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

236 lines (132 loc) · 11.4 KB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

11.0.6 — 2024-05-13

🐛 Bug fixes

11.0.5 — 2024-05-02

This version does not introduce any user-facing changes.

11.0.4 — 2024-05-01

This version does not introduce any user-facing changes.

11.0.3 — 2024-05-01

💡 Others

11.0.2 — 2024-04-23

This version does not introduce any user-facing changes.

11.0.1 — 2024-04-22

This version does not introduce any user-facing changes.

11.0.0 — 2024-04-18

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

10.0.1 - 2023-12-19

💡 Others

  • Change @babel/plugin-proposal-object-rest-spread to @babel/plugin-transform-object-rest-spread. (#26035 by @EvanBacon)

10.0.0 — 2023-12-12

🛠 Breaking changes

  • Move babel-plugin-module-resolver alias for react-native-vector-icons to @expo/vector-icons to individual implementations in Metro (via @expo/cli) and jest-expo. (#25512 by @EvanBacon)

🎉 New features

🐛 Bug fixes

💡 Others

9.9.0 — 2023-11-14

🛠 Breaking changes

  • Remove support for native.useTransformReactJSXExperimental and web.useTransformReactJSXExperimental option in favor of jsxRuntime: 'classic'. React support can no longer be removed. (#25125 by @EvanBacon)

🎉 New features

  • Rename basePath to baseUrl and expose to bundles with process.env.EXPO_BASE_URL. (#25305 by @EvanBacon)
  • Add Platform.OS shaking without needing to enable experimental ESM transforms. (#25171 by @EvanBacon)
  • Inline environment variables in production before the serializer to support source maps. (#25239 by @EvanBacon)
  • Support all options in top-level object and in native and web sub-objects. (#25172 by @EvanBacon)
  • Use the standard @babel/preset-react for all React transformations. (#25125 by @EvanBacon)

🐛 Bug fixes

  • Only inline platforms when explicitly bundling for production. (#25275 by @EvanBacon)
  • Fix jsx dev transform with React components that are defined in the function parameters. (#25235 by @EvanBacon)

💡 Others

  • Drop unused native.withDevTools and web.withDevTools options. (#25125 by @EvanBacon)
  • Migrate from @babel/plugin-proposal-export-namespace-from to @babel/plugin-transform-export-namespace-from. (#25127 by @EvanBacon)
  • Update reanimated tests. (#25126 by @EvanBacon)

9.8.0 — 2023-10-17

🎉 New features

9.7.0 — 2023-09-15

🛠 Breaking changes

💡 Others

9.6.2 — 2023-09-04

This version does not introduce any user-facing changes.

9.6.1 — 2023-08-02

🎉 New features

  • Automatically add react-native-reanimated/plugin when available. (#23798 by @EvanBacon)

9.6.0 — 2023-07-28

📚 3rd party library updates

9.5.0 — 2023-06-21

🎉 New features

💡 Others

9.4.1 — 2023-06-13

📚 3rd party library updates

  • Update metro-react-native-babel-preset to 0.76.5. (#22588 by @kudo)

9.4.0 — 2023-05-08

This version does not introduce any user-facing changes.

9.3.2 - 2023-04-03

📚 3rd party library updates

  • Update metro-react-native-babel-preset to 0.73.9. (#21909 by @kudo)

9.3.0 — 2023-02-03

🐛 Bug fixes

9.2.2 — 2022-11-03

This version does not introduce any user-facing changes.

9.2.1 — 2022-10-06

⚠️ Notices

  • Added support for React Native 0.70.x. (#19261 by @kudo)

9.2.0 — 2022-07-07

💡 Others

📚 3rd party library updates

  • Updates metro-react-native-babel-preset for react-native 0.69. (#18006 by @kudo)

9.1.0 — 2022-04-18

📚 3rd party library updates

9.0.2 — 2021-12-15

🐛 Bug fixes

9.0.1 — 2021-12-08

This version does not introduce any user-facing changes.

9.0.0 — 2021-12-03

🛠 Breaking changes

🎉 New features

  • Added option jsxImportSource to allow passing in a custom importSource (#15275 by @kbrandwijk)