@salesforce/webapp-template-feature-graphql-experimental 1.35.1 → 1.36.0
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/README.md +52 -65
- package/package.json +6 -43
- package/rules/graphql-data-access-rule.md +5 -5
- package/skills/graphql-data-access/SKILL.md +17 -40
- package/skills/graphql-data-access/docs/explore-schema.md +3 -3
- package/dist/.a4drules/build-validation.md +0 -81
- package/dist/.a4drules/code-quality.md +0 -150
- package/dist/.a4drules/graphql/tools/knowledge/lds-explore-graphql-schema.md +0 -227
- package/dist/.a4drules/graphql/tools/knowledge/lds-generate-graphql-mutationquery.md +0 -212
- package/dist/.a4drules/graphql/tools/knowledge/lds-generate-graphql-readquery.md +0 -185
- package/dist/.a4drules/graphql/tools/knowledge/lds-guide-graphql.md +0 -205
- package/dist/.a4drules/graphql/tools/schemas/shared.graphqls +0 -1150
- package/dist/.a4drules/graphql.md +0 -408
- package/dist/.a4drules/images.md +0 -13
- package/dist/.a4drules/react.md +0 -361
- package/dist/.a4drules/react_image_processing.md +0 -45
- package/dist/.a4drules/skills/install-feature/SKILL.md +0 -67
- package/dist/.a4drules/skills/install-feature/scripts/copy-feature-assets.sh +0 -36
- package/dist/.a4drules/typescript.md +0 -224
- package/dist/.forceignore +0 -15
- package/dist/.husky/pre-commit +0 -4
- package/dist/.prettierignore +0 -11
- package/dist/.prettierrc +0 -17
- package/dist/CHANGELOG.md +0 -487
- package/dist/README.md +0 -18
- package/dist/config/project-scratch-def.json +0 -13
- package/dist/force-app/main/default/webapplications/feature-graphql/.graphqlrc.yml +0 -6
- package/dist/force-app/main/default/webapplications/feature-graphql/.prettierignore +0 -9
- package/dist/force-app/main/default/webapplications/feature-graphql/.prettierrc +0 -11
- package/dist/force-app/main/default/webapplications/feature-graphql/build/vite.config.d.ts +0 -2
- package/dist/force-app/main/default/webapplications/feature-graphql/build/vite.config.js +0 -76
- package/dist/force-app/main/default/webapplications/feature-graphql/e2e/app.spec.ts +0 -24
- package/dist/force-app/main/default/webapplications/feature-graphql/eslint.config.js +0 -113
- package/dist/force-app/main/default/webapplications/feature-graphql/feature-graphql.webapplication-meta.xml +0 -7
- package/dist/force-app/main/default/webapplications/feature-graphql/index.html +0 -13
- package/dist/force-app/main/default/webapplications/feature-graphql/package-lock.json +0 -11134
- package/dist/force-app/main/default/webapplications/feature-graphql/package.json +0 -52
- package/dist/force-app/main/default/webapplications/feature-graphql/playwright.config.ts +0 -24
- package/dist/force-app/main/default/webapplications/feature-graphql/scripts/rewrite-e2e-assets.mjs +0 -23
- package/dist/force-app/main/default/webapplications/feature-graphql/src/api/graphql-operations-types.ts +0 -118
- package/dist/force-app/main/default/webapplications/feature-graphql/src/api/graphql.test.ts +0 -91
- package/dist/force-app/main/default/webapplications/feature-graphql/src/api/graphql.ts +0 -35
- package/dist/force-app/main/default/webapplications/feature-graphql/src/api/utils/accounts.ts +0 -35
- package/dist/force-app/main/default/webapplications/feature-graphql/src/api/utils/query/highRevenueAccountsQuery.graphql +0 -29
- package/dist/force-app/main/default/webapplications/feature-graphql/src/api/utils/user.test.ts +0 -129
- package/dist/force-app/main/default/webapplications/feature-graphql/src/api/utils/user.ts +0 -53
- package/dist/force-app/main/default/webapplications/feature-graphql/src/app.tsx +0 -22
- package/dist/force-app/main/default/webapplications/feature-graphql/src/appLayout.tsx +0 -11
- package/dist/force-app/main/default/webapplications/feature-graphql/src/assets/icons/book.svg +0 -3
- package/dist/force-app/main/default/webapplications/feature-graphql/src/assets/icons/copy.svg +0 -4
- package/dist/force-app/main/default/webapplications/feature-graphql/src/assets/icons/rocket.svg +0 -3
- package/dist/force-app/main/default/webapplications/feature-graphql/src/assets/icons/star.svg +0 -3
- package/dist/force-app/main/default/webapplications/feature-graphql/src/assets/images/codey-1.png +0 -0
- package/dist/force-app/main/default/webapplications/feature-graphql/src/assets/images/codey-2.png +0 -0
- package/dist/force-app/main/default/webapplications/feature-graphql/src/assets/images/codey-3.png +0 -0
- package/dist/force-app/main/default/webapplications/feature-graphql/src/assets/images/vibe-codey.svg +0 -194
- package/dist/force-app/main/default/webapplications/feature-graphql/src/components/AccountsTable.tsx +0 -121
- package/dist/force-app/main/default/webapplications/feature-graphql/src/index.ts +0 -7
- package/dist/force-app/main/default/webapplications/feature-graphql/src/navigationMenu.tsx +0 -81
- package/dist/force-app/main/default/webapplications/feature-graphql/src/pages/About.tsx +0 -12
- package/dist/force-app/main/default/webapplications/feature-graphql/src/pages/AccountsPage.tsx +0 -19
- package/dist/force-app/main/default/webapplications/feature-graphql/src/pages/Home.tsx +0 -12
- package/dist/force-app/main/default/webapplications/feature-graphql/src/pages/NotFound.tsx +0 -18
- package/dist/force-app/main/default/webapplications/feature-graphql/src/pages/new.tsx +0 -10
- package/dist/force-app/main/default/webapplications/feature-graphql/src/router-utils.tsx +0 -34
- package/dist/force-app/main/default/webapplications/feature-graphql/src/routes.tsx +0 -48
- package/dist/force-app/main/default/webapplications/feature-graphql/src/styles/global.css +0 -13
- package/dist/force-app/main/default/webapplications/feature-graphql/tsconfig.json +0 -36
- package/dist/force-app/main/default/webapplications/feature-graphql/tsconfig.node.json +0 -13
- package/dist/force-app/main/default/webapplications/feature-graphql/vite-env.d.ts +0 -1
- package/dist/force-app/main/default/webapplications/feature-graphql/vite.config.ts +0 -69
- package/dist/force-app/main/default/webapplications/feature-graphql/vitest-env.d.ts +0 -2
- package/dist/force-app/main/default/webapplications/feature-graphql/vitest.config.ts +0 -11
- package/dist/force-app/main/default/webapplications/feature-graphql/vitest.setup.ts +0 -1
- package/dist/force-app/main/default/webapplications/feature-graphql/webapplication.json +0 -7
- package/dist/jest.config.js +0 -6
- package/dist/package.json +0 -37
- package/dist/scripts/apex/hello.apex +0 -10
- package/dist/scripts/soql/account.soql +0 -6
- package/dist/sfdx-project.json +0 -12
- package/skills/graphql-data-access/scripts/codegen.js +0 -15
- package/skills/graphql-data-access/scripts/get-graphql-schema.mjs +0 -59
- package/src/force-app/main/default/webapplications/feature-graphql/.graphqlrc.yml +0 -6
- package/src/force-app/main/default/webapplications/feature-graphql/src/api/graphql-operations-types.ts +0 -118
- package/src/force-app/main/default/webapplications/feature-graphql/src/api/graphql.test.ts +0 -91
- package/src/force-app/main/default/webapplications/feature-graphql/src/api/graphql.ts +0 -35
- package/src/force-app/main/default/webapplications/feature-graphql/src/api/utils/accounts.ts +0 -35
- package/src/force-app/main/default/webapplications/feature-graphql/src/api/utils/query/highRevenueAccountsQuery.graphql +0 -29
- package/src/force-app/main/default/webapplications/feature-graphql/src/api/utils/user.test.ts +0 -129
- package/src/force-app/main/default/webapplications/feature-graphql/src/api/utils/user.ts +0 -53
- package/src/force-app/main/default/webapplications/feature-graphql/src/components/AccountsTable.tsx +0 -121
- package/src/force-app/main/default/webapplications/feature-graphql/src/index.ts +0 -7
- package/src/force-app/main/default/webapplications/feature-graphql/src/pages/AccountsPage.tsx +0 -19
- package/src/force-app/main/default/webapplications/feature-graphql/src/routes.tsx +0 -20
- package/src/force-app/main/default/webapplications/feature-graphql/vite.config.ts +0 -69
package/dist/CHANGELOG.md
DELETED
|
@@ -1,487 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [1.35.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.35.0...v1.35.1) (2026-02-18)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# [1.35.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.34.0...v1.35.0) (2026-02-18)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
# [1.34.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.33.6...v1.34.0) (2026-02-18)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## [1.33.6](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.33.5...v1.33.6) (2026-02-18)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## [1.33.5](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.33.4...v1.33.5) (2026-02-18)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## [1.33.4](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.33.3...v1.33.4) (2026-02-17)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
## [1.33.3](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.33.2...v1.33.3) (2026-02-17)
|
|
55
|
-
|
|
56
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
## [1.33.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.33.1...v1.33.2) (2026-02-17)
|
|
63
|
-
|
|
64
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
## [1.33.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.33.0...v1.33.1) (2026-02-17)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
# [1.33.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.32.0...v1.33.0) (2026-02-17)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
# [1.32.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.31.0...v1.32.0) (2026-02-17)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
# [1.31.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.30.1...v1.31.0) (2026-02-16)
|
|
95
|
-
|
|
96
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
## [1.30.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.30.0...v1.30.1) (2026-02-16)
|
|
103
|
-
|
|
104
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
# [1.30.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.29.1...v1.30.0) (2026-02-13)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
### Features
|
|
114
|
-
|
|
115
|
-
* add feature and skill for Micro Frontends ([#110](https://github.com/salesforce-experience-platform-emu/webapps/issues/110)) ([489a939](https://github.com/salesforce-experience-platform-emu/webapps/commit/489a939b1c7c80eadd88d9daf8312400fbedb3c5))
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
## [1.29.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.29.0...v1.29.1) (2026-02-13)
|
|
122
|
-
|
|
123
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
# [1.29.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.28.2...v1.29.0) (2026-02-12)
|
|
130
|
-
|
|
131
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
## [1.28.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.28.1...v1.28.2) (2026-02-12)
|
|
138
|
-
|
|
139
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
## [1.28.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.28.0...v1.28.1) (2026-02-12)
|
|
146
|
-
|
|
147
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
# [1.28.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.27.1...v1.28.0) (2026-02-12)
|
|
154
|
-
|
|
155
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
## [1.27.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.27.0...v1.27.1) (2026-02-12)
|
|
162
|
-
|
|
163
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
# [1.27.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.26.0...v1.27.0) (2026-02-12)
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
### Features
|
|
173
|
-
|
|
174
|
-
* defining graphql feature @W-20226218@ ([#83](https://github.com/salesforce-experience-platform-emu/webapps/issues/83)) ([51a9273](https://github.com/salesforce-experience-platform-emu/webapps/commit/51a92733063e1adf0c6e44ceab37162baddc2ffb))
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
# [1.26.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.25.2...v1.26.0) (2026-02-11)
|
|
181
|
-
|
|
182
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
## [1.25.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.25.1...v1.25.2) (2026-02-11)
|
|
189
|
-
|
|
190
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
## [1.25.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.25.0...v1.25.1) (2026-02-11)
|
|
197
|
-
|
|
198
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
# [1.25.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.24.0...v1.25.0) (2026-02-11)
|
|
205
|
-
|
|
206
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
# [1.24.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.23.0...v1.24.0) (2026-02-11)
|
|
213
|
-
|
|
214
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
# [1.23.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.22.1...v1.23.0) (2026-02-11)
|
|
221
|
-
|
|
222
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
## [1.22.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.22.0...v1.22.1) (2026-02-11)
|
|
229
|
-
|
|
230
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
# [1.22.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.21.0...v1.22.0) (2026-02-10)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
### Features
|
|
240
|
-
|
|
241
|
-
* @W-20916499 use DataSDK ([#81](https://github.com/salesforce-experience-platform-emu/webapps/issues/81)) ([fbd88e5](https://github.com/salesforce-experience-platform-emu/webapps/commit/fbd88e58283925f8fe241e99c3f968ba2c614f48))
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
# [1.21.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.20.0...v1.21.0) (2026-02-10)
|
|
248
|
-
|
|
249
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
# [1.20.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.19.1...v1.20.0) (2026-02-10)
|
|
256
|
-
|
|
257
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
## [1.19.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.19.0...v1.19.1) (2026-02-10)
|
|
264
|
-
|
|
265
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
# [1.19.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.18.0...v1.19.0) (2026-02-10)
|
|
272
|
-
|
|
273
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
# [1.18.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.17.1...v1.18.0) (2026-02-10)
|
|
280
|
-
|
|
281
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
## [1.17.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.17.0...v1.17.1) (2026-02-09)
|
|
288
|
-
|
|
289
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
# [1.17.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.16.1...v1.17.0) (2026-02-09)
|
|
296
|
-
|
|
297
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
## [1.16.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.16.0...v1.16.1) (2026-02-09)
|
|
304
|
-
|
|
305
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
# [1.16.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.15.0...v1.16.0) (2026-02-09)
|
|
312
|
-
|
|
313
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
# [1.15.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.14.0...v1.15.0) (2026-02-07)
|
|
320
|
-
|
|
321
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
# [1.14.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.13.0...v1.14.0) (2026-02-06)
|
|
328
|
-
|
|
329
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
# [1.13.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.12.0...v1.13.0) (2026-02-06)
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
### Features
|
|
339
|
-
|
|
340
|
-
* adding a sample feature package for reference ([#77](https://github.com/salesforce-experience-platform-emu/webapps/issues/77)) ([94b4d8e](https://github.com/salesforce-experience-platform-emu/webapps/commit/94b4d8e5e89c10888868b8b014c1032ff4b6177d))
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
# [1.12.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.11.2...v1.12.0) (2026-02-06)
|
|
347
|
-
|
|
348
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
## [1.11.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.11.1...v1.11.2) (2026-02-06)
|
|
355
|
-
|
|
356
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
## [1.11.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.11.0...v1.11.1) (2026-02-05)
|
|
363
|
-
|
|
364
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
# [1.11.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.10.0...v1.11.0) (2026-02-05)
|
|
371
|
-
|
|
372
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
# [1.10.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.9.0...v1.10.0) (2026-02-05)
|
|
379
|
-
|
|
380
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
# [1.9.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.8.1...v1.9.0) (2026-02-05)
|
|
387
|
-
|
|
388
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
## [1.8.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.8.0...v1.8.1) (2026-02-04)
|
|
395
|
-
|
|
396
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
# [1.8.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.7.0...v1.8.0) (2026-02-04)
|
|
403
|
-
|
|
404
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
# [1.7.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.6.2...v1.7.0) (2026-02-04)
|
|
411
|
-
|
|
412
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
## [1.6.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.6.1...v1.6.2) (2026-02-04)
|
|
419
|
-
|
|
420
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
## [1.6.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.6.0...v1.6.1) (2026-02-04)
|
|
427
|
-
|
|
428
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
# [1.6.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.5.1...v1.6.0) (2026-02-04)
|
|
435
|
-
|
|
436
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
## [1.5.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.5.0...v1.5.1) (2026-02-04)
|
|
443
|
-
|
|
444
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
# [1.5.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.4.0...v1.5.0) (2026-02-03)
|
|
451
|
-
|
|
452
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
# [1.4.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.3.5...v1.4.0) (2026-02-03)
|
|
459
|
-
|
|
460
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
## [1.3.5](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.3.4...v1.3.5) (2026-01-31)
|
|
467
|
-
|
|
468
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
## [1.3.4](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.3.3...v1.3.4) (2026-01-31)
|
|
475
|
-
|
|
476
|
-
**Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
## [1.3.3](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.3.2...v1.3.3) (2026-01-30)
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
### Bug Fixes
|
|
486
|
-
|
|
487
|
-
* enabling npm publish for template packages ([#47](https://github.com/salesforce-experience-platform-emu/webapps/issues/47)) ([a8274f6](https://github.com/salesforce-experience-platform-emu/webapps/commit/a8274f606a2636c1fbdeade58f88a6797a12981e))
|
package/dist/README.md
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# Salesforce DX Project: Next Steps
|
|
2
|
-
|
|
3
|
-
Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started.
|
|
4
|
-
|
|
5
|
-
## How Do You Plan to Deploy Your Changes?
|
|
6
|
-
|
|
7
|
-
Do you want to deploy a set of changes, or create a self-contained application? Choose a [development model](https://developer.salesforce.com/tools/vscode/en/user-guide/development-models).
|
|
8
|
-
|
|
9
|
-
## Configure Your Salesforce DX Project
|
|
10
|
-
|
|
11
|
-
The `sfdx-project.json` file contains useful configuration information for your project. See [Salesforce DX Project Configuration](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_ws_config.htm) in the _Salesforce DX Developer Guide_ for details about this file.
|
|
12
|
-
|
|
13
|
-
## Read All About It
|
|
14
|
-
|
|
15
|
-
- [Salesforce Extensions Documentation](https://developer.salesforce.com/tools/vscode/)
|
|
16
|
-
- [Salesforce CLI Setup Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_intro.htm)
|
|
17
|
-
- [Salesforce DX Developer Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_intro.htm)
|
|
18
|
-
- [Salesforce CLI Command Reference](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference.htm)
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"orgName": "My Saleforce Org",
|
|
3
|
-
"edition": "Developer",
|
|
4
|
-
"features": ["EnableSetPasswordInApi"],
|
|
5
|
-
"settings": {
|
|
6
|
-
"lightningExperienceSettings": {
|
|
7
|
-
"enableS1DesktopEnabled": true
|
|
8
|
-
},
|
|
9
|
-
"mobileSettings": {
|
|
10
|
-
"enableS1EncryptedStoragePref2": false
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { defineConfig } from 'vite';
|
|
2
|
-
import react from '@vitejs/plugin-react';
|
|
3
|
-
import path from 'path';
|
|
4
|
-
import { resolve } from 'path';
|
|
5
|
-
import tailwindcss from '@tailwindcss/vite';
|
|
6
|
-
import salesforce from '@salesforce/vite-plugin-webapp-experimental';
|
|
7
|
-
export default defineConfig(function (_a) {
|
|
8
|
-
var mode = _a.mode;
|
|
9
|
-
return {
|
|
10
|
-
// Ensure root base for e2e/static serve; plugin may override when deployed under a path
|
|
11
|
-
base: '/',
|
|
12
|
-
plugins: [tailwindcss(), react(), salesforce()],
|
|
13
|
-
// Build configuration for MPA
|
|
14
|
-
build: {
|
|
15
|
-
outDir: resolve(__dirname, 'dist'),
|
|
16
|
-
assetsDir: 'assets',
|
|
17
|
-
sourcemap: false,
|
|
18
|
-
},
|
|
19
|
-
// Resolve aliases (shared between build and test)
|
|
20
|
-
resolve: {
|
|
21
|
-
dedupe: ['react', 'react-dom'],
|
|
22
|
-
alias: {
|
|
23
|
-
'@': path.resolve(__dirname, './src'),
|
|
24
|
-
'@api': path.resolve(__dirname, './src/api'),
|
|
25
|
-
'@components': path.resolve(__dirname, './src/components'),
|
|
26
|
-
'@utils': path.resolve(__dirname, './src/utils'),
|
|
27
|
-
'@styles': path.resolve(__dirname, './src/styles'),
|
|
28
|
-
'@assets': path.resolve(__dirname, './src/assets'),
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
// Vitest configuration
|
|
32
|
-
test: {
|
|
33
|
-
// Override root for tests (build uses src/pages as root)
|
|
34
|
-
root: resolve(__dirname),
|
|
35
|
-
// Use jsdom environment for React component testing
|
|
36
|
-
environment: 'jsdom',
|
|
37
|
-
// Setup files to run before each test
|
|
38
|
-
setupFiles: ['./src/test/setup.ts'],
|
|
39
|
-
// Global test patterns
|
|
40
|
-
include: [
|
|
41
|
-
'src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}',
|
|
42
|
-
'src/**/__tests__/**/*.{js,mjs,cjs,ts,mts,cts,jsx,tsx}',
|
|
43
|
-
],
|
|
44
|
-
// Coverage configuration
|
|
45
|
-
coverage: {
|
|
46
|
-
provider: 'v8',
|
|
47
|
-
reporter: ['text', 'html', 'clover', 'json'],
|
|
48
|
-
exclude: [
|
|
49
|
-
'node_modules/',
|
|
50
|
-
'src/test/',
|
|
51
|
-
'src/**/*.d.ts',
|
|
52
|
-
'src/main.tsx',
|
|
53
|
-
'src/vite-env.d.ts',
|
|
54
|
-
'src/components/**/index.ts',
|
|
55
|
-
'**/*.config.ts',
|
|
56
|
-
'build/',
|
|
57
|
-
'dist/',
|
|
58
|
-
'coverage/',
|
|
59
|
-
'eslint.config.js',
|
|
60
|
-
],
|
|
61
|
-
thresholds: {
|
|
62
|
-
global: {
|
|
63
|
-
branches: 85,
|
|
64
|
-
functions: 85,
|
|
65
|
-
lines: 85,
|
|
66
|
-
statements: 85,
|
|
67
|
-
},
|
|
68
|
-
},
|
|
69
|
-
},
|
|
70
|
-
// Test timeout
|
|
71
|
-
testTimeout: 10000,
|
|
72
|
-
// Globals for easier testing
|
|
73
|
-
globals: true,
|
|
74
|
-
},
|
|
75
|
-
};
|
|
76
|
-
});
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { test, expect } from '@playwright/test';
|
|
2
|
-
|
|
3
|
-
test.describe('base-react-app', () => {
|
|
4
|
-
test('home page loads and shows welcome content', async ({ page }) => {
|
|
5
|
-
await page.goto('/');
|
|
6
|
-
await expect(page.getByRole('heading', { name: 'Home' })).toBeVisible();
|
|
7
|
-
await expect(
|
|
8
|
-
page.getByText('Welcome to your React application.')
|
|
9
|
-
).toBeVisible();
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
test('about page loads', async ({ page }) => {
|
|
13
|
-
await page.goto('/about');
|
|
14
|
-
await expect(page).toHaveURL(/\/about/);
|
|
15
|
-
await expect(page.getByRole('heading', { name: 'About' })).toBeVisible();
|
|
16
|
-
await expect(page.getByText('This is the about page.')).toBeVisible();
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
test('not found route shows 404', async ({ page }) => {
|
|
20
|
-
await page.goto('/non-existent-route');
|
|
21
|
-
await expect(page.getByRole('heading', { name: '404' })).toBeVisible();
|
|
22
|
-
await expect(page.getByText('Page not found')).toBeVisible();
|
|
23
|
-
});
|
|
24
|
-
});
|