@teispace/next-maker 5.0.2 → 5.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.0.3](https://github.com/teispace/npm-packages/compare/next-maker-v5.0.2...next-maker-v5.0.3) (2026-09-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **next-maker:** read dynamic route params inside Suspense ([#166](https://github.com/teispace/npm-packages/issues/166)) ([61f693d](https://github.com/teispace/npm-packages/commit/61f693d5606a83e07c8606efdb606a30f58b280a))
9
+
3
10
  ## [5.0.2](https://github.com/teispace/npm-packages/compare/next-maker-v5.0.1...next-maker-v5.0.2) (2026-09-05)
4
11
 
5
12
 
package/README.md CHANGED
@@ -158,7 +158,7 @@ NEXT_MAKER_STARTER_PATH=../../../starters/nextjs-starter yarn workspace @teispac
158
158
  yarn workspace @teispace/next-maker build
159
159
  ```
160
160
 
161
- `smoke` accepts case names (`default`, `minimal`, `full`, `zustand`, `spa`, `no-i18n`, `no-dark`, `no-state-i18n`, `zustand-no-i18n-axios`, `npm`, `bff`); set `SMOKE_KEEP=1` to keep the generated projects and `SMOKE_E2E=1` to run the default case's Playwright suite (browsers must be installed).
161
+ `smoke` accepts case names (`default`, `minimal`, `full`, `zustand`, `spa`, `no-i18n`, `no-dark`, `no-state-i18n`, `zustand-no-i18n-axios`, `npm`, `bff`); set `SMOKE_KEEP=1` to keep the generated projects and `SMOKE_E2E=1` to run the default case's Playwright suite (browsers must be installed). Three cases (`default`, `zustand-no-i18n-axios`, `no-state-i18n`) also run the feature, dynamic-page, and component generators before their gates, so generated code has to lint, type-check, test, and build like the rest of the project.
162
162
 
163
163
  ### Layers
164
164