Skip to content

Releases: react-native-integrate/integrate

v3.12.1

13 Mar 11:13
Compare
Choose a tag to compare

3.12.1 (2025-03-13)

Bug Fixes

  • copy xcode declaration to output (b240eae)

v3.12.0

13 Mar 09:31
Compare
Choose a tag to compare

3.12.0 (2025-03-13)

Features

  • script: support custom plugin modules (9c09291)

v3.11.0

12 Mar 00:13
Compare
Choose a tag to compare

3.11.0 (2025-03-12)

Features

  • add styles_xml task support (32f89dd)

v3.10.1

11 Mar 14:10
Compare
Choose a tag to compare

3.10.1 (2025-03-11)

Bug Fixes

  • jsparser: fix merging search-replace array when origin doesnt have property (08b42ae)

Dependencies and Other Build Updates

  • deps-dev: bump @types/node from 22.13.5 to 22.13.10 (5b8d11a)
  • deps-dev: bump @typescript-eslint/eslint-plugin (4f1fab3)
  • deps-dev: bump @typescript-eslint/parser from 8.24.1 to 8.26.0 (19eefe0)
  • deps-dev: bump eslint-config-prettier from 10.0.1 to 10.1.1 (3e01abe)
  • deps-dev: bump typescript from 5.7.3 to 5.8.2 (ee59286)
  • deps: bump cross-spawn from 7.0.3 to 7.0.6 (490704b)
  • deps: bump prismjs from 1.29.0 to 1.30.0 in /website (4ce20fc)

v3.10.0

28 Feb 23:34
Compare
Choose a tag to compare

3.10.0 (2025-02-28)

Features

  • script: add ability to call any task (79c244f)

v3.9.0

28 Feb 20:09
Compare
Choose a tag to compare

3.9.0 (2025-02-28)

Features

  • babel_config: add js modification to babel config (93f65d2)

Bug Fixes

  • jsparser: do not operate if search fails (04f7566)
  • jsparser: fix force assign (816749e)

v3.8.0

27 Feb 01:01
Compare
Choose a tag to compare

3.8.0 (2025-02-27)

Features

v3.7.0

25 Feb 08:42
48f5ca0
Compare
Choose a tag to compare

3.7.0 (2025-02-25)

Features

  • upgrade: add pre_install upgrade stage (ebc052f)

Bug Fixes

  • upgrade: fix git push on windows shell (98ee4a8)

Dependencies and Other Build Updates

  • deps: bump path-to-regexp from 1.8.0 to 1.9.0 in /website (fe26de4)

v3.6.0

24 Feb 22:48
7175c3e
Compare
Choose a tag to compare

3.6.0 (2025-02-24)

Features

  • upgrade: add ability to create project, apply changes and push to a new branch (bf63486), closes #105 #112

Bug Fixes

  • prompt: display last input value in prompts (df4b0d3)

Dependencies and Other Build Updates

  • deps-dev: bump @types/node from 22.13.4 to 22.13.5 (ac9f210)
  • deps-dev: bump ts-jest from 29.2.5 to 29.2.6 (16288c7)
  • deps: bump prettier from 3.5.1 to 3.5.2 (98964ed)

v3.5.4

23 Feb 17:40
Compare
Choose a tag to compare

3.5.4 (2025-02-23)

Bug Fixes

  • import: blacklist some folders when importing (2d02c8d), closes #74