Skip to content

Commit ddab851

Browse files
committed
chore: 1.2.0
1 parent 831903b commit ddab851

24 files changed

Lines changed: 1990 additions & 264 deletions

File tree

.nx/version-plans/version-plan-1766160851318.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.nx/version-plans/version-plan-1766258458200.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.nx/version-plans/version-plan-1767773916137.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.nx/version-plans/version-plan-1767876693085.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.nx/version-plans/version-plan-1768211500084.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 1.2.0 (2026-01-12)
2+
3+
### 🚀 Features
4+
5+
- **@rozenite/expo-atlas-plugin:** Unified Metro config mutators system where the order of mutators no longer matters. Transformers can now be composed in any sequence while preserving type safety across different Metro config export patterns. ([#162](https://github.com/callstackincubator/rozenite/pull/162))
6+
- **@rozenite/network-activity-plugin:** Add boot recording feature to capture network activity during app initialization, before DevTools connects. Call `withOnBootNetworkActivityRecording()` at your app entry point to enable queuing of network requests made during boot; these requests are displayed once DevTools is ready. ([#143](https://github.com/callstackincubator/rozenite/pull/143))
7+
- **@rozenite/overlay-plugin:** Introduces the Overlay Plugin, featuring customizable grid overlays and interactive image comparison tools to enhance design implementation and layout debugging in React Native DevTools. ([#167](https://github.com/callstackincubator/rozenite/pull/167))
8+
- **@rozenite/redux-devtools-plugin:** Add maxAge option to Redux DevTools plugin to configure action history size. This allows developers to control the maximum number of actions retained in DevTools; older actions are automatically removed once the limit is reached (default: 50). ([#159](https://github.com/callstackincubator/rozenite/pull/159))
9+
- **@rozenite/redux-devtools-plugin:** Unified Metro config mutators system where the order of mutators no longer matters. Transformers can now be composed in any sequence while preserving type safety across different Metro config export patterns. ([#162](https://github.com/callstackincubator/rozenite/pull/162))
10+
- **@rozenite/require-profiler-plugin:** Unified Metro config mutators system where the order of mutators no longer matters. Transformers can now be composed in any sequence while preserving type safety across different Metro config export patterns. ([#162](https://github.com/callstackincubator/rozenite/pull/162))
11+
- **@rozenite/tools:** Unified Metro config mutators system where the order of mutators no longer matters. Transformers can now be composed in any sequence while preserving type safety across different Metro config export patterns. ([#162](https://github.com/callstackincubator/rozenite/pull/162))
12+
13+
### 🩹 Fixes
14+
15+
- Fixed incorrect duration display in performance measurements, ensuring durations are properly formatted as milliseconds or seconds based on their actual values. ([#168](https://github.com/callstackincubator/rozenite/pull/168))
16+
17+
### ❤️ Thank You
18+
19+
- David Prevost @dprevost-LMI
20+
- Szymon Chmal
21+
122
## 1.1.0 (2025-12-01)
223

324
### 🚀 Features

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rozenite",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Command-line interface for creating and managing React Native DevTools plugins",
55
"type": "module",
66
"bin": {

packages/expo-atlas-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rozenite/expo-atlas-plugin",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Expo Atlas for Rozenite.",
55
"type": "module",
66
"main": "./dist/react-native.cjs",

packages/metro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rozenite/metro",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Metro bundler plugin for Rozenite.",
55
"type": "module",
66
"main": "./dist/index.js",

packages/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rozenite/middleware",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Middleware for Rozenite.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)