@metricinsights/pp-dev 0.18.0 → 0.18.2
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 +84 -64
- package/README.md +91 -66
- package/dist/CHANGELOG.md +84 -64
- package/dist/README.md +91 -66
- package/dist/cjs/cli.js +1 -1
- package/dist/cjs/cli.js.map +1 -1
- package/dist/cjs/helpers.js.map +1 -1
- package/dist/cjs/index-B1GblhLQ.js +2 -0
- package/dist/cjs/index-B1GblhLQ.js.map +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/package.json +10 -3
- package/dist/cjs/plugin-DY9gjLm8.js +2 -0
- package/dist/cjs/plugin-DY9gjLm8.js.map +1 -0
- package/dist/cjs/plugin.js +1 -1
- package/dist/cjs/version-plugin-DSLhm6Q1.js +2 -0
- package/dist/cjs/version-plugin-DSLhm6Q1.js.map +1 -0
- package/dist/client/client.css +1 -1
- package/dist/client/client.css.map +1 -1
- package/dist/client/client.js +91 -2
- package/dist/client/client.js.map +1 -1
- package/dist/client/index.html +12 -9
- package/dist/esm/cli.js +1 -1
- package/dist/esm/cli.js.map +1 -1
- package/dist/esm/helpers.js.map +1 -1
- package/dist/esm/index-basLGB1P.js +2 -0
- package/dist/esm/index-basLGB1P.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/package.json +10 -3
- package/dist/esm/plugin-B6DaUVqp.js +2 -0
- package/dist/esm/plugin-B6DaUVqp.js.map +1 -0
- package/dist/esm/plugin.js +1 -1
- package/dist/esm/version-plugin-DekxT1OJ.js +2 -0
- package/dist/esm/version-plugin-DekxT1OJ.js.map +1 -0
- package/dist/types/index.d.ts +1 -205
- package/package.json +13 -4
- package/pp-dev.d.ts +1 -0
- package/scripts/patch-npm-bundled-vulnerabilities.mjs +9 -11
- package/dist/cjs/index-DR5Vl6zz.js +0 -2
- package/dist/cjs/index-DR5Vl6zz.js.map +0 -1
- package/dist/cjs/plugin-DMyHXqs8.js +0 -2
- package/dist/cjs/plugin-DMyHXqs8.js.map +0 -1
- package/dist/cjs/version-plugin-Cj4Pv-pw.js +0 -2
- package/dist/cjs/version-plugin-Cj4Pv-pw.js.map +0 -1
- package/dist/esm/index-Co3ktLxA.js +0 -2
- package/dist/esm/index-Co3ktLxA.js.map +0 -1
- package/dist/esm/plugin-CcoYWcTD.js +0 -2
- package/dist/esm/plugin-CcoYWcTD.js.map +0 -1
- package/dist/esm/version-plugin-B1n39tE6.js +0 -2
- package/dist/esm/version-plugin-B1n39tE6.js.map +0 -1
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,187 +1,183 @@
|
|
|
1
|
-
|
|
1
|
+
## [0.18.2-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.18.1...v0.18.2-beta.1) (2026-05-06)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* **deps:** resolve npm audit findings across workspace ([d13ffad](https://github.com/mi-examples/pp-dev/commit/d13ffadcda69cf6f8c8de39c7b0f7d0840e6fa3a))
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
## [0.18.1-beta.2](https://github.com/mi-examples/pp-dev/compare/v0.18.1-beta.1...v0.18.1-beta.2) (2026-04-22)
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
### Bug Fixes
|
|
12
12
|
|
|
13
|
-
*
|
|
13
|
+
* harden sync prompt lifecycle and metadata safety ([3aaaeb6](https://github.com/mi-examples/pp-dev/commit/3aaaeb6a2a706f7f2ba6639c5ce87a320626eb32))
|
|
14
14
|
|
|
15
|
+
## [0.18.1-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.18.0...v0.18.1-beta.1) (2026-04-21)
|
|
15
16
|
|
|
16
|
-
### Features
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **cli:** harden shortcut cleanup and add dts trace logging ([4de05ed](https://github.com/mi-examples/pp-dev/commit/4de05ed2469933007aa654e370a84d90aecf3df3))
|
|
19
21
|
|
|
20
|
-
# [0.
|
|
22
|
+
# [0.18.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.17.0...v0.18.0-beta.1) (2026-04-06)
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
- rewrite /data/page/ path for v7 proxy when template differs from internal name ([a060da2](https://github.com/mi-examples/pp-dev/commit/a060da26e4d4cb9e80625f2015e5ab19b82a398d))
|
|
21
27
|
|
|
28
|
+
# [0.17.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.16.1...v0.17.0-beta.1) (2026-04-06)
|
|
22
29
|
|
|
23
30
|
### Bug Fixes
|
|
24
31
|
|
|
25
|
-
|
|
32
|
+
- **tests:** align sandbox overrides with audited dependency policy ([5841aa8](https://github.com/mi-examples/pp-dev/commit/5841aa831833d74342e9bc134141f9913c1c0bab))
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
- **cli:** Webpack fallback for Next dev when Turbopack native SWC fails ([5940f31](https://github.com/mi-examples/pp-dev/commit/5940f316cf86056196ad3f69a8b3667460866aeb))
|
|
26
37
|
|
|
38
|
+
# [0.16.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.15.1...v0.16.0-beta.1) (2026-03-23)
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
- **version-plugin:** hash concatenated digests without hex input encoding ([1ea5e5a](https://github.com/mi-examples/pp-dev/commit/1ea5e5aed6b78b3bd67110d173a5195b75434e9c))
|
|
27
43
|
|
|
28
44
|
### Features
|
|
29
45
|
|
|
30
|
-
|
|
46
|
+
- version manifest plugin and upgrade to Vite 8 ([ad8c4ac](https://github.com/mi-examples/pp-dev/commit/ad8c4ac5b6bc7813d04947b418a5d3b77d2d75fb))
|
|
31
47
|
|
|
32
48
|
## [0.15.1-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.15.0...v0.15.1-beta.1) (2026-03-12)
|
|
33
49
|
|
|
34
|
-
|
|
35
50
|
### Bug Fixes
|
|
36
51
|
|
|
37
|
-
|
|
52
|
+
- resolve all package vulnerabilities ([79d7e24](https://github.com/mi-examples/pp-dev/commit/79d7e245b94d0be8c133803842329309f0e1b432))
|
|
38
53
|
|
|
39
54
|
# [0.15.0-beta.2](https://github.com/mi-examples/pp-dev/compare/v0.15.0-beta.1...v0.15.0-beta.2) (2026-03-02)
|
|
40
55
|
|
|
41
|
-
|
|
42
56
|
### Bug Fixes
|
|
43
57
|
|
|
44
|
-
|
|
58
|
+
- add overrides to fix serialize-javascript and minimatch vulnerabilities ([3f79b97](https://github.com/mi-examples/pp-dev/commit/3f79b970b604f8e5656d15f743f51c6902b2e0d5))
|
|
45
59
|
|
|
46
60
|
# [0.15.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.14.1...v0.15.0-beta.1) (2026-02-27)
|
|
47
61
|
|
|
48
|
-
|
|
49
62
|
### Bug Fixes
|
|
50
63
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
64
|
+
- add chokidar override to resolve npm ci sync ([3e24d40](https://github.com/mi-examples/pp-dev/commit/3e24d4020a33a5693f8aa442a0add6e80208719b))
|
|
65
|
+
- pass appId to initLoadPPData, remove debug logs, update lock file ([079c13b](https://github.com/mi-examples/pp-dev/commit/079c13bc3db2ea018d377ed01240ff7ffaea253d))
|
|
66
|
+
- proxy middleware - add cache headers for login page, inject token for HTML ([452755f](https://github.com/mi-examples/pp-dev/commit/452755f73391a0a6e2e19223db8f703219f6d993))
|
|
55
67
|
|
|
56
68
|
### Features
|
|
57
69
|
|
|
58
|
-
|
|
70
|
+
- add appId option and fix internal server restart ([ee74beb](https://github.com/mi-examples/pp-dev/commit/ee74beb07d0ffe091302c7af4b56b090ea5cb383))
|
|
59
71
|
|
|
60
72
|
## [0.14.1-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.14.0...v0.14.1-beta.1) (2026-02-24)
|
|
61
73
|
|
|
62
|
-
|
|
63
74
|
### Bug Fixes
|
|
64
75
|
|
|
65
|
-
|
|
76
|
+
- **nextjs:** rewrite response middleware for Next.js page URLs ([3e80f41](https://github.com/mi-examples/pp-dev/commit/3e80f413c3106d9be918604ae0a5e28eeafc98d5))
|
|
66
77
|
|
|
67
78
|
# [0.14.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.13.2...v0.14.0-beta.1) (2026-02-20)
|
|
68
79
|
|
|
69
|
-
|
|
70
80
|
### Bug Fixes
|
|
71
81
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
82
|
+
- ejs v4 default import for ESM compatibility ([e64f4c8](https://github.com/mi-examples/pp-dev/commit/e64f4c8fe1344a00daf575521215b0f82ec539ee))
|
|
83
|
+
- improve dev server restart reliability and config change detection ([3edd020](https://github.com/mi-examples/pp-dev/commit/3edd0206ab5d9e27e8088a8a55fc925f5a586f7f))
|
|
75
84
|
|
|
76
85
|
### Features
|
|
77
86
|
|
|
78
|
-
|
|
79
|
-
|
|
87
|
+
- **cli:** appId support, base path handling ([63ec031](https://github.com/mi-examples/pp-dev/commit/63ec0318a18a14b06803a59e8ac2d4be225d4631))
|
|
88
|
+
- **cli:** appId support, base path handling, API routes passthrough ([2c16dae](https://github.com/mi-examples/pp-dev/commit/2c16daea94e11d72a0ce93be0f40ed9f29eb4d6a))
|
|
80
89
|
|
|
81
90
|
## [0.13.2-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.13.1...v0.13.2-beta.1) (2026-02-12)
|
|
82
91
|
|
|
83
|
-
|
|
84
92
|
### Bug Fixes
|
|
85
93
|
|
|
86
|
-
|
|
94
|
+
- **client-injection:** resolve DIRNAME to parent directory for correct resource paths ([606fd91](https://github.com/mi-examples/pp-dev/commit/606fd919ffda4988f4e1a0c11ce805cacfd75f1e))
|
|
87
95
|
|
|
88
96
|
# [0.13.0-beta.2](https://github.com/mi-examples/pp-dev/compare/v0.13.0-beta.1...v0.13.0-beta.2) (2026-02-11)
|
|
89
97
|
|
|
90
|
-
|
|
91
98
|
### Bug Fixes
|
|
92
99
|
|
|
93
|
-
|
|
94
|
-
|
|
100
|
+
- **plugin:** correct DIRNAME path resolution in client injection ([dce83d7](https://github.com/mi-examples/pp-dev/commit/dce83d78e987e0555060552a51bf6d1d32154853))
|
|
95
101
|
|
|
96
102
|
### Features
|
|
97
103
|
|
|
98
|
-
|
|
99
|
-
|
|
104
|
+
- **cli:** support Next.js 16 and fix base path regex escaping ([9182d2a](https://github.com/mi-examples/pp-dev/commit/9182d2a1d319239abf1b7b61cd40f03bbdf312fd))
|
|
105
|
+
- **cli:** watch .env and pp-dev config files, await Next.js check ([69a07f0](https://github.com/mi-examples/pp-dev/commit/69a07f0cbf0d3613fd1e6cdbf892cf0905005b51))
|
|
100
106
|
|
|
101
107
|
# [0.13.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.12.4...v0.13.0-beta.1) (2026-01-22)
|
|
102
108
|
|
|
103
|
-
|
|
104
109
|
### Bug Fixes
|
|
105
110
|
|
|
106
|
-
|
|
107
|
-
|
|
111
|
+
- **plugin:** add null check for integrateMiTopBar validation ([df35e2a](https://github.com/mi-examples/pp-dev/commit/df35e2a8a265bd4a6445ec78c9ae94d4c24f105d))
|
|
108
112
|
|
|
109
113
|
### Features
|
|
110
114
|
|
|
111
|
-
|
|
115
|
+
- **plugin:** enhance integrateMiTopBar with selective configuration options ([cbb9a6c](https://github.com/mi-examples/pp-dev/commit/cbb9a6c59db401201fb2530f46ca47eaaa585526))
|
|
112
116
|
|
|
113
117
|
## [0.12.4-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.12.3...v0.12.4-beta.1) (2026-01-14)
|
|
114
118
|
|
|
115
|
-
|
|
116
119
|
### Bug Fixes
|
|
117
120
|
|
|
118
|
-
|
|
121
|
+
- **plugin:** move topbar scripts injection to head-prepend ([a248f91](https://github.com/mi-examples/pp-dev/commit/a248f91b14817a36a37d56e9107762b514bf90ac))
|
|
119
122
|
|
|
120
123
|
# [@metricinsights/pp-dev-v0.12.3-beta.1](https://github.com/mi-examples/pp-dev-js/compare/v0.12.2...v0.12.3-beta.1) (2025-12-19)
|
|
121
124
|
|
|
122
|
-
|
|
123
125
|
### Bug Fixes
|
|
124
126
|
|
|
125
|
-
|
|
127
|
+
- **pp-dev:** improve node compatibility for SSL and buffer handling ([fcef21f](https://github.com/mi-examples/pp-dev-js/commit/fcef21f22936aeabb3a4c40711a76631246e80b4))
|
|
126
128
|
|
|
127
129
|
# [@metricinsights/pp-dev-v0.12.2](https://github.com/mi-examples/pp-dev-js/compare/v0.12.1...v0.12.2) (2025-01-15)
|
|
128
130
|
|
|
129
131
|
### Bug Fixes
|
|
130
132
|
|
|
131
|
-
|
|
133
|
+
- **release:** prepare v0.12.2 patch release
|
|
132
134
|
|
|
133
135
|
# [@metricinsights/pp-dev-v0.12.1](https://github.com/mi-examples/pp-dev-js/compare/v0.12.0...v0.12.1) (2025-01-15)
|
|
134
136
|
|
|
135
137
|
### Bug Fixes
|
|
136
138
|
|
|
137
|
-
|
|
139
|
+
- **release:** prepare v0.12.1 patch release
|
|
138
140
|
|
|
139
141
|
# [@metricinsights/pp-dev-v0.12.0](https://github.com/mi-examples/pp-dev-js/compare/v0.11.0...v0.12.0) (2025-01-15)
|
|
140
142
|
|
|
141
|
-
|
|
142
143
|
### Features
|
|
143
144
|
|
|
144
|
-
|
|
145
|
-
|
|
145
|
+
- **auth:** add global authentication provider ([2b1e00d](https://github.com/mi-examples/pp-dev-js/commit/2b1e00d20cbfd21284aa871c47bc149829a2f865))
|
|
146
|
+
- **pp-dev:** enhance CLI and core functionality ([14a3772](https://github.com/mi-examples/pp-dev-js/commit/14a3772a4955aabad6b0fa0986a7047445e0cc5b))
|
|
146
147
|
|
|
147
148
|
# [@metricinsights/pp-dev-v0.11.0-beta.4](https://github.com/mi-examples/pp-dev-js/compare/v0.11.0-beta.3...v0.11.0-beta.4) (2025-08-29)
|
|
148
149
|
|
|
149
|
-
|
|
150
150
|
### Features
|
|
151
151
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
152
|
+
- **pp-dev:** add postbuild script and package renaming utility ([afdc0d6](https://github.com/mi-examples/pp-dev-js/commit/afdc0d6aefd4545b536090c363dad21308683777))
|
|
153
|
+
- **pp-dev:** refactor CLI and core functionality ([98ce2d2](https://github.com/mi-examples/pp-dev-js/commit/98ce2d282abc83759b96b76e3502a0db99835404))
|
|
154
|
+
- **test-commonjs:** moved test commonjs folder to new location ([9480d77](https://github.com/mi-examples/pp-dev-js/commit/9480d77d9dfc5ccafb0f4b0159fedd484143d754))
|
|
155
|
+
- **test-nextjs:** add initial Next.js project files and configuration ([a5da0fd](https://github.com/mi-examples/pp-dev-js/commit/a5da0fdb5ab6f50b9605663706e88f62300aaea3))
|
|
156
|
+
- **test-nextjs:** initialize Next.js test project structure ([2a6155d](https://github.com/mi-examples/pp-dev-js/commit/2a6155dc94f3b27a7b9c3535d5e8699fc9da655c))
|
|
157
157
|
|
|
158
158
|
# [@metricinsights/pp-dev-v0.11.0-beta.3](https://github.com/mi-examples/pp-dev-js/compare/v0.11.0-beta.2...v0.11.0-beta.3) (2025-08-14)
|
|
159
159
|
|
|
160
|
-
|
|
161
160
|
### Bug Fixes
|
|
162
161
|
|
|
163
|
-
|
|
164
|
-
|
|
162
|
+
- **ci:** improve package detection and JSON validation ([f787a1c](https://github.com/mi-examples/pp-dev-js/commit/f787a1c2bf47c091c275d09317745b924c45f53f))
|
|
165
163
|
|
|
166
164
|
### Features
|
|
167
165
|
|
|
168
|
-
|
|
166
|
+
- **pp-dev:** add startup optimization and enhance authentication helpers ([a29e311](https://github.com/mi-examples/pp-dev-js/commit/a29e31136e0c27d221fc26028fd5c4970654e386))
|
|
169
167
|
|
|
170
168
|
# [@metricinsights/pp-dev-v0.11.0-beta.2](https://github.com/mi-examples/pp-dev-js/compare/v0.11.0-beta.1...v0.11.0-beta.2) (2025-08-12)
|
|
171
169
|
|
|
172
|
-
|
|
173
170
|
### Bug Fixes
|
|
174
171
|
|
|
175
|
-
|
|
172
|
+
- remove issue number references from semantic-release configs ([f532226](https://github.com/mi-examples/pp-dev-js/commit/f532226b1ecc4cf9d2cfac6e92cb1c101468a329))
|
|
176
173
|
|
|
177
174
|
# [@metricinsights/pp-dev-v0.11.0-beta.1](https://github.com/mi-examples/pp-dev-js/compare/v0.10.1...v0.11.0-beta.1) (2025-08-12)
|
|
178
175
|
|
|
179
|
-
|
|
180
176
|
### Features
|
|
181
177
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
178
|
+
- **pp-dev:** add dependency version synchronization for create-pp-dev releases ([2597b01](https://github.com/mi-examples/pp-dev-js/commit/2597b017a59b1359753e85953648e2ce1674253c))
|
|
179
|
+
- **pp-dev:** add esbuild configuration and build optimization scripts ([bbe1791](https://github.com/mi-examples/pp-dev-js/commit/bbe1791e9eb2e220f1552618a9a534a80ddd2f96))
|
|
180
|
+
- **pp-dev:** add semantic release configuration and update dependencies ([5962bcc](https://github.com/mi-examples/pp-dev-js/commit/5962bccbb76fb684415f731f85f372cdd109d8f1))
|
|
185
181
|
|
|
186
182
|
# Changelog
|
|
187
183
|
|
|
@@ -190,112 +186,132 @@ All notable changes to the `@metricinsights/pp-dev` package will be documented i
|
|
|
190
186
|
## [0.10.0] - 2024-03-21
|
|
191
187
|
|
|
192
188
|
### Changed
|
|
189
|
+
|
|
193
190
|
- Removed unused `pino` and `pino-pretty` dependencies
|
|
194
191
|
|
|
195
192
|
## [0.9.0] - 2025-01-31
|
|
196
193
|
|
|
197
194
|
### Added
|
|
195
|
+
|
|
198
196
|
- Added support for MI v7.1.0 instances
|
|
199
197
|
- Added new API endpoints for v7 instances
|
|
200
198
|
|
|
201
199
|
## [0.8.0] - 2024-11-15
|
|
202
200
|
|
|
203
201
|
### Changed
|
|
202
|
+
|
|
204
203
|
- Updated package dependencies to latest versions
|
|
205
204
|
- Improved template loading mechanism
|
|
206
205
|
|
|
207
206
|
## [0.7.0] - 2024-02-28
|
|
208
207
|
|
|
209
208
|
### Added
|
|
209
|
+
|
|
210
210
|
- Added icon font generation tool
|
|
211
211
|
- Added changelog generator for assets
|
|
212
212
|
- Added image optimization tool
|
|
213
213
|
|
|
214
214
|
### Changed
|
|
215
|
+
|
|
215
216
|
- Improved helper logging system
|
|
216
217
|
|
|
217
218
|
## [0.6.0] - 2024-01-18
|
|
218
219
|
|
|
219
220
|
### Added
|
|
221
|
+
|
|
220
222
|
- Added support for React.js, TypeScript, and Next.js templates
|
|
221
223
|
- Added new npm package structure
|
|
222
224
|
- Added documentation for templates
|
|
223
225
|
|
|
224
226
|
### Changed
|
|
227
|
+
|
|
225
228
|
- Updated template code structure
|
|
226
229
|
- Improved helper info panel
|
|
227
230
|
|
|
228
231
|
## [0.5.0] - 2023-10-16
|
|
229
232
|
|
|
230
233
|
### Added
|
|
234
|
+
|
|
231
235
|
- Added Next.js support (beta)
|
|
232
236
|
- Added SSL validation support
|
|
233
237
|
- Added shields for package information
|
|
234
238
|
|
|
235
239
|
### Changed
|
|
240
|
+
|
|
236
241
|
- Fixed Next.js dependency versions
|
|
237
242
|
- Improved helper UI
|
|
238
243
|
|
|
239
244
|
## [0.4.0] - 2023-05-29
|
|
240
245
|
|
|
241
246
|
### Added
|
|
247
|
+
|
|
242
248
|
- Added CI/CD support
|
|
243
249
|
- Added package for CI/CD
|
|
244
250
|
- Added documentation
|
|
245
251
|
|
|
246
252
|
### Changed
|
|
253
|
+
|
|
247
254
|
- Updated publish configuration
|
|
248
255
|
- Improved installation command
|
|
249
256
|
|
|
250
257
|
## [0.3.3] - 2023-11-14
|
|
251
258
|
|
|
252
259
|
### Changed
|
|
260
|
+
|
|
253
261
|
- Fixed URL parameters handling in helper
|
|
254
262
|
- Improved helper UI
|
|
255
263
|
|
|
256
264
|
## [0.3.2] - 2023-11-14
|
|
257
265
|
|
|
258
266
|
### Changed
|
|
267
|
+
|
|
259
268
|
- Fixed Next.js dependency versions
|
|
260
269
|
- Improved helper UI
|
|
261
270
|
|
|
262
271
|
## [0.3.1] - 2023-12-04
|
|
263
272
|
|
|
264
273
|
### Changed
|
|
274
|
+
|
|
265
275
|
- Fixed URL parameters handling in helper
|
|
266
276
|
- Improved helper UI
|
|
267
277
|
|
|
268
278
|
## [0.3.0] - 2023-11-08
|
|
269
279
|
|
|
270
280
|
### Added
|
|
281
|
+
|
|
271
282
|
- Added Next.js support
|
|
272
283
|
- Added helper info panel
|
|
273
284
|
- Added support for React.js templates
|
|
274
285
|
|
|
275
286
|
### Changed
|
|
287
|
+
|
|
276
288
|
- Improved helper UI
|
|
277
289
|
- Updated template loading mechanism
|
|
278
290
|
|
|
279
291
|
## [0.2.0] - 2023-05-25
|
|
280
292
|
|
|
281
293
|
### Added
|
|
294
|
+
|
|
282
295
|
- Added support for React.js templates
|
|
283
296
|
- Added helper info panel
|
|
284
297
|
- Added documentation
|
|
285
298
|
|
|
286
299
|
### Changed
|
|
300
|
+
|
|
287
301
|
- Improved template loading mechanism
|
|
288
302
|
- Updated package structure
|
|
289
303
|
|
|
290
304
|
## [0.1.1] - 2023-05-23
|
|
291
305
|
|
|
292
306
|
### Changed
|
|
307
|
+
|
|
293
308
|
- Fixed template loading issues
|
|
294
309
|
- Improved helper UI
|
|
295
310
|
|
|
296
311
|
## [0.1.0] - 2023-05-17
|
|
297
312
|
|
|
298
313
|
### Added
|
|
314
|
+
|
|
299
315
|
- Initial release
|
|
300
316
|
- Basic template support
|
|
301
317
|
- Helper UI implementation
|
|
@@ -303,20 +319,24 @@ All notable changes to the `@metricinsights/pp-dev` package will be documented i
|
|
|
303
319
|
## [0.0.3] - 2023-05-17
|
|
304
320
|
|
|
305
321
|
### Added
|
|
322
|
+
|
|
306
323
|
- Added basic template support
|
|
307
324
|
- Added helper UI
|
|
308
325
|
|
|
309
326
|
### Changed
|
|
327
|
+
|
|
310
328
|
- Improved package structure
|
|
311
329
|
|
|
312
330
|
## [0.0.2] - 2023-05-17
|
|
313
331
|
|
|
314
332
|
### Added
|
|
333
|
+
|
|
315
334
|
- Added basic package structure
|
|
316
335
|
- Added helper implementation
|
|
317
336
|
|
|
318
337
|
## [0.0.1] - 2023-05-17
|
|
319
338
|
|
|
320
339
|
### Added
|
|
340
|
+
|
|
321
341
|
- Initial package setup
|
|
322
342
|
- Basic helper functionality
|