Skip to content

Releases: patrickkabwe/create-nitro-module

v3.3.2

16 Sep 06:27
Compare
Choose a tag to compare

3.3.2 (2025-09-16)

🐛 Bug Fixes

  • include all view manager files in post-script.js (af08747)
  • skip postcodegen when kotlin is enabled (d249e98)

🛠️ Other changes

  • deps-dev: bump @types/node from 24.3.1 to 24.4.0 (738aeaa)
  • deps-dev: bump eslint-plugin-n from 17.21.3 to 17.22.0 (3effa3e)
  • deps-dev: bump lefthook from 1.12.4 to 1.13.0 (a9fc6df)
  • deps-dev: bump semantic-release from 24.2.7 to 24.2.8 (614999c)
  • deps: downgrade react-native from 0.81.4 to 0.81.1 (55405d7)

v3.3.1

10 Sep 15:16
Compare
Choose a tag to compare

3.3.1 (2025-09-10)

🔄 Code Refactors

  • adjust indentation in generate-nitro-package.ts for improved readability (5b7b94c)

🛠️ Other changes

  • deps-dev: bump @typescript-eslint/eslint-plugin (f9a097e)
  • deps-dev: bump @typescript-eslint/parser from 8.42.0 to 8.43.0 (4c52221)
  • update nitro dependencies and commands to use 'nitrogen' instead of 'nitro-codegen' (0038b22)

v3.3.0

08 Sep 10:51
Compare
Choose a tag to compare

3.3.0 (2025-09-08)

✨ Features

  • cli: pin nitro deps to exact latest and allow '_' unused vars in ESLint (2918419)

🔄 Code Refactors

  • streamline dependency version resolution for nitro tools (41200c7)

🛠️ Other changes

  • deps-dev: bump @types/node from 24.3.0 to 24.3.1 (93b6ab3)
  • deps-dev: bump @typescript-eslint/eslint-plugin (a06aed9)
  • deps-dev: bump @typescript-eslint/parser from 8.41.0 to 8.42.0 (c2f8e4c)
  • deps-dev: bump eslint from 9.34.0 to 9.35.0 (5d4f2ff)
  • deps-dev: bump lefthook from 1.12.3 to 1.12.4 (558825c)
  • deps: bump actions/setup-node from 4 to 5 (4732338)
  • format and update configuration files for consistency (c8466a9)

v3.2.1

01 Sep 17:43
Compare
Choose a tag to compare

3.2.1 (2025-09-01)

🛠️ Other changes

  • deps: update nitro-codegen and react-native-nitro-modules to version 0.29.2 (5175f6b)
  • update Node.js engine requirement from >=18 to >=22 in package.json (970c0df)

v3.2.0

30 Aug 17:52
Compare
Choose a tag to compare

3.2.0 (2025-08-30)

✨ Features

  • snippets: update code.js.ts snippets (4fa1868)

🛠️ Other changes

  • android: enable RN_SERIALIZABLE_STATE for Nitro Views (fb0cd8a)
  • ci: add Xcode setup step and update gradle cache syntax in CI workflow (1bc93b5)
  • ci: refactor template android/ios workflows (ebc11ea)
  • ci: refactor test-nitro-cli workflow (bb53ba9)
  • ci: update e2e workflow and improve build error handling (154d89e)
  • deps-dev: bump @types/node from 24.1.0 to 24.2.1 (f2c8da1)
  • deps-dev: bump @typescript-eslint/eslint-plugin (bdaece7)
  • deps-dev: bump @typescript-eslint/eslint-plugin (825160a)
  • deps-dev: bump @typescript-eslint/eslint-plugin (3a63213)
  • deps-dev: bump @typescript-eslint/parser from 8.38.0 to 8.39.1 (72f74f3)
  • deps-dev: bump @typescript-eslint/parser from 8.39.1 to 8.40.0 (4c2ccef)
  • deps-dev: bump @typescript-eslint/parser from 8.40.0 to 8.41.0 (2140d19)
  • deps-dev: bump eslint from 9.32.0 to 9.33.0 (3011364)
  • deps-dev: bump eslint from 9.33.0 to 9.34.0 (f8b7e79)
  • deps-dev: bump lefthook from 1.12.2 to 1.12.3 (b748a27)
  • deps-dev: bump react-native (f346894)
  • deps-dev: bump react-native-nitro-modules in /assets/template (77d4fc5)
  • deps: bump actions/checkout from 4 to 5 (41f84bf)
  • deps: bump actions/download-artifact from 4 to 5 (be72d59)
  • deps: bump actions/setup-java from 4 to 5 (45c211d)
  • deps: bump actions/upload-pages-artifact from 3 to 4 (4fdf4b9)
  • remove pnpm from CI workflow package managers (2f45f1b)
  • update package dependencies and enhance CI workflows (81a99d3)

v3.1.0

31 Jul 12:43
Compare
Choose a tag to compare

3.1.0 (2025-07-31)

✨ Features

  • actions: add Setup Maestro action to install Maestro CLI (70838ef)
  • add support for --package-type which can either be view or module (83fb57d)

🐛 Bug Fixes

  • ci: update e2e workflow to use dynamic paths for Android app build and test execution (b87a171)
  • code: update import statement to conditionally include Text based on hybrid view (362391f)
  • e2e: correct path to gradlew in Android app build step (#274) (d544c3a)
  • e2e: update emulator options in E2E test configuration for improved performance (d727d90)
  • e2e: update emulator options in E2E test configuration for improved performance (#286) (e556a5c)

🔄 Code Refactors

  • improve formatting and readability in create.ts for package type validation (84615a1)

🛠️ Other changes

  • add xcpretty installation step to CI workflow for improved iOS build output (d88e2e3)
  • bum up nitro to 0.27.2 (0d08a5d)
  • bump up nitro and react-native (165558f)
  • change macOS runner version in CI workflow for iOS E2E tests (6e57677)
  • ci: add Git author and committer information to release workflow (7f4e371)
  • ci: enhance e2e workflow by adding Android app build and installation steps (021450f)
  • deps-dev: bump @types/jest in /assets/template (#250) (041f217)
  • deps-dev: bump @types/node from 24.0.1 to 24.0.10 (#244) (25cbc66)
  • deps-dev: bump @types/node from 24.0.10 to 24.0.12 (#254) (0619552)
  • deps-dev: bump @types/node from 24.0.12 to 24.0.13 (#258) (97be28b)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#248) (0d326d0)
  • deps-dev: bump @typescript-eslint/parser from 8.34.1 to 8.36.0 (#249) (338e58e)
  • deps-dev: bump eslint from 9.30.0 to 9.30.1 (#243) (4aa9aa2)
  • deps-dev: bump lefthook from 1.11.14 to 1.11.16 (#242) (66cb81c)
  • deps-dev: bump lefthook from 1.11.16 to 1.12.0 (#253) (11222d1)
  • deps-dev: bump lefthook from 1.12.0 to 1.12.2 (#272) (a676ae3)
  • deps-dev: bump prettier from 3.5.3 to 3.6.2 (#245) (4dd4586)
  • e2e: add caching and pod installation steps to iOS workflow (66d2b62)
  • e2e: add conditional execution for E2E tests based on previous workflow success (ed4540f)
  • e2e: remove commented-out Java setup steps from e2e workflow (#261) (fd48bed)
  • release: 3.1.0-next.1 [skip ci] (87f15c6)
  • release: 3.1.0-next.2 [skip ci] (ebab473)
  • update dependencies in bun.lock to latest versions (1e67116)
  • update macOS version in CI workflow for iOS build testing (2da1045)
  • update nitro-codegen and react-native-nitro-modules to version 0.26.4 (5d94e84)
  • update package.json dependencies and add fix-prefab.gradle file (7108fbd)
  • workflows: update release and test workflows (#246) (acb90e5)

v3.1.0-next.2

31 Jul 04:15
Compare
Choose a tag to compare
v3.1.0-next.2 Pre-release
Pre-release

3.1.0-next.2 (2025-07-31)

🛠️ Other changes

  • update package.json dependencies and add fix-prefab.gradle file (7108fbd)

v3.1.0-next.1

30 Jul 19:03
Compare
Choose a tag to compare
v3.1.0-next.1 Pre-release
Pre-release

3.1.0-next.1 (2025-07-30)

✨ Features

  • actions: add Setup Maestro action to install Maestro CLI (70838ef)
  • add support for --package-type which can either be view or module (83fb57d)

🐛 Bug Fixes

  • ci: update e2e workflow to use dynamic paths for Android app build and test execution (b87a171)
  • code: update import statement to conditionally include Text based on hybrid view (362391f)
  • e2e: correct path to gradlew in Android app build step (#274) (d544c3a)
  • e2e: update emulator options in E2E test configuration for improved performance (d727d90)
  • e2e: update emulator options in E2E test configuration for improved performance (#286) (e556a5c)

🔄 Code Refactors

  • improve formatting and readability in create.ts for package type validation (84615a1)

🛠️ Other changes

  • add xcpretty installation step to CI workflow for improved iOS build output (d88e2e3)
  • bum up nitro to 0.27.2 (0d08a5d)
  • bump up nitro and react-native (165558f)
  • change macOS runner version in CI workflow for iOS E2E tests (6e57677)
  • ci: add Git author and committer information to release workflow (7f4e371)
  • ci: enhance e2e workflow by adding Android app build and installation steps (021450f)
  • deps-dev: bump @types/jest in /assets/template (#250) (041f217)
  • deps-dev: bump @types/node from 24.0.1 to 24.0.10 (#244) (25cbc66)
  • deps-dev: bump @types/node from 24.0.10 to 24.0.12 (#254) (0619552)
  • deps-dev: bump @types/node from 24.0.12 to 24.0.13 (#258) (97be28b)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#248) (0d326d0)
  • deps-dev: bump @typescript-eslint/parser from 8.34.1 to 8.36.0 (#249) (338e58e)
  • deps-dev: bump eslint from 9.30.0 to 9.30.1 (#243) (4aa9aa2)
  • deps-dev: bump lefthook from 1.11.14 to 1.11.16 (#242) (66cb81c)
  • deps-dev: bump lefthook from 1.11.16 to 1.12.0 (#253) (11222d1)
  • deps-dev: bump lefthook from 1.12.0 to 1.12.2 (#272) (a676ae3)
  • deps-dev: bump prettier from 3.5.3 to 3.6.2 (#245) (4dd4586)
  • e2e: add conditional execution for E2E tests based on previous workflow success (ed4540f)
  • e2e: remove commented-out Java setup steps from e2e workflow (#261) (fd48bed)
  • update dependencies in bun.lock to latest versions (1e67116)
  • update macOS version in CI workflow for iOS build testing (2da1045)
  • update nitro-codegen and react-native-nitro-modules to version 0.26.4 (5d94e84)
  • workflows: update release and test workflows (#246) (acb90e5)

v3.0.3

06 Jul 11:49
Compare
Choose a tag to compare

3.0.3 (2025-07-06)

🛠️ Other changes

  • deps: downgrade react-native from 0.80.0 to 0.79.5 in package.json (c5591ce)

v3.0.2

05 Jul 15:20
Compare
Choose a tag to compare

3.0.2 (2025-07-05)

🛠️ Other changes

  • deps-dev: bump @typescript-eslint/eslint-plugin (65c290e)
  • deps-dev: bump eslint-plugin-n from 17.19.0 to 17.21.0 (88aa1bb)
  • deps-dev: bump semantic-release from 24.2.5 to 24.2.6 (1cc9971)
  • deps-dev: bump semantic-release in /assets/template (ecc0a60)