@salesforce/templates 66.7.7 → 66.7.9
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/lib/templates/project/reactexternalapp/CHANGELOG.md +75 -0
- package/lib/templates/project/reactexternalapp/README.md +15 -8
- package/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package-lock.json +17203 -0
- package/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package.json +9 -3
- package/lib/templates/project/reactexternalapp/package.json +1 -1
- package/lib/templates/project/reactexternalapp/scripts/org-setup.config.json +6 -0
- package/lib/templates/project/reactexternalapp/scripts/org-setup.mjs +90 -12
- package/lib/templates/project/reactinternalapp/CHANGELOG.md +75 -0
- package/lib/templates/project/reactinternalapp/README.md +5 -3
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package-lock.json +17126 -0
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package.json +9 -3
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/src/components/AgentforceConversationClient.tsx +2 -1
- package/lib/templates/project/reactinternalapp/package.json +1 -1
- package/lib/templates/project/reactinternalapp/scripts/org-setup.config.json +6 -0
- package/lib/templates/project/reactinternalapp/scripts/org-setup.mjs +90 -12
- package/lib/templates/uiBundles/reactbasic/package-lock.json +17107 -0
- package/lib/templates/uiBundles/reactbasic/package.json +9 -3
- package/package.json +8 -8
|
@@ -3,6 +3,81 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.120.6](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.5...v1.120.6) (2026-04-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.120.5](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.4...v1.120.5) (2026-04-07)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.120.4](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.3...v1.120.4) (2026-04-07)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* make tenant owner of own record ([#414](https://github.com/salesforce-experience-platform-emu/webapps/issues/414)) ([bf1f289](https://github.com/salesforce-experience-platform-emu/webapps/commit/bf1f289a8d56a381adde51e642e67db38099f193))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [1.120.3](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.2...v1.120.3) (2026-04-02)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## [1.120.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.1...v1.120.2) (2026-04-01)
|
|
42
|
+
|
|
43
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## [1.120.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.120.0...v1.120.1) (2026-04-01)
|
|
50
|
+
|
|
51
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
# [1.120.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.119.6...v1.120.0) (2026-04-01)
|
|
58
|
+
|
|
59
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## [1.119.6](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.119.5...v1.119.6) (2026-04-01)
|
|
66
|
+
|
|
67
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## [1.119.5](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.119.4...v1.119.5) (2026-03-31)
|
|
74
|
+
|
|
75
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
6
81
|
## [1.119.4](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.119.3...v1.119.4) (2026-03-31)
|
|
7
82
|
|
|
8
83
|
|
|
@@ -4,14 +4,21 @@ An external React starter template for customer-facing apps on the Salesforce pl
|
|
|
4
4
|
|
|
5
5
|
## What's included
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
```
|
|
8
|
+
force-app/main/default/
|
|
9
|
+
├── classes/ # Apex Auth Logic
|
|
10
|
+
│ ├── UIBundleAuthUtils.cls
|
|
11
|
+
│ ├── UIBundleChangePassword.cls
|
|
12
|
+
│ ├── UIBundleForgotPassword.cls
|
|
13
|
+
│ ├── UIBundleLogin.cls
|
|
14
|
+
│ └── UIBundleRegistration.cls
|
|
15
|
+
├── digitalExperienceConfigs/ # Site configuration
|
|
16
|
+
├── digitalExperiences/ # Site definition & branding
|
|
17
|
+
├── networks/ # Experience Cloud network setup
|
|
18
|
+
├── sites/ # Salesforce Site metadata
|
|
19
|
+
└── uiBundles/
|
|
20
|
+
└── reactexternalapp/ # React UI Bundle (source, config, tests)
|
|
21
|
+
```
|
|
15
22
|
|
|
16
23
|
## Getting started
|
|
17
24
|
|