@salesforce/ui-bundle-template-app-react-template-b2x 11.31.2 → 11.31.4
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/dist/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
## [11.31.4](https://github.com/salesforce-experience-platform-emu/webapps/compare/v11.31.3...v11.31.4) (2026-07-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [11.31.3](https://github.com/salesforce-experience-platform-emu/webapps/compare/v11.31.2...v11.31.3) (2026-07-17)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [11.31.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v11.31.1...v11.31.2) (2026-07-17)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
package/dist/PRD.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# External User App (B2X)
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
A ready-to-use starter for building customer- and partner-facing apps on the Salesforce platform. It comes with a clean, modern interface, a complete sign-in experience (login, registration, password reset, and profile management), and the public site setup needed to make the app available to people outside your company. It ships with no data of its own — a clean slate — but includes one working example (an Account search with filtering, sorting, and a detail view) that shows how the app reads Salesforce data, so teams can point it at their own information.
|
|
6
|
+
|
|
7
|
+
## Problem
|
|
8
|
+
|
|
9
|
+
Building a customer-facing portal on Salesforce usually means solving the hard parts before any real product work begins: letting people sign in and manage their accounts, keeping public and private areas properly separated, and configuring the public site so it can be served to external users. Getting sign-in right is especially important and easy to get wrong. Until now there has been no simple starting point that gets these pieces right from day one alongside a working example of showing Salesforce data.
|
|
10
|
+
|
|
11
|
+
## Solution
|
|
12
|
+
|
|
13
|
+
A minimal external-facing starter with everything already in place: the app framework, a full sign-in experience with protected private areas, the public site setup, and a single example feature — Account search — that shows how the app displays Salesforce data. The sign-in and site setup are done for you so teams can focus on the customer experience, and the Account example serves as a template for building their own features.
|
|
14
|
+
|
|
15
|
+
### Core Features
|
|
16
|
+
|
|
17
|
+
- **Sign-in experience** — Login, registration, forgot/reset password, profile, and change-password screens, plus automatic sign-out after a period of inactivity.
|
|
18
|
+
- **Public and private areas** — Public pages stay open to anyone, while signed-in areas are protected — the right default for a public site.
|
|
19
|
+
- **Public site setup** — The site configuration needed to make the app available to external users out of the box.
|
|
20
|
+
- **App framework and navigation** — A ready-made layout with a Home page and a "page not found" screen, prepared for adding new screens.
|
|
21
|
+
- **Consistent design system** — A preinstalled set of interface building blocks so new screens look consistent from the start.
|
|
22
|
+
- **Account search example** — A complete example with a search bar, filters, sorting, and paging, plus a search results screen and a detail view. This is the template for showing Salesforce data.
|
|
23
|
+
- **Add-on features** — Tooling to browse and add additional prebuilt features into the app.
|
|
24
|
+
|
|
25
|
+
### Non-Goals
|
|
26
|
+
|
|
27
|
+
- Shipping a prebuilt data model — this starter deliberately includes none; teams bring their own.
|
|
28
|
+
- Setting up single sign-on or an outside identity provider — it uses Salesforce's built-in sign-in for external sites.
|
|
29
|
+
- A finished application — the Account example is meant to be copied and then removed, not kept.
|
|
30
|
+
- Internal, employee-facing tools — use the Internal User App (B2E) starter for those.
|
|
31
|
+
|
|
32
|
+
## Target Users
|
|
33
|
+
|
|
34
|
+
Salesforce teams building customer- or partner-facing portals (self-service portals, order and status lookups, community front-ends) who want sign-in, access control, and the public site setup handled correctly from the start rather than assembled by hand.
|
|
35
|
+
|
|
36
|
+
## Org prerequisites
|
|
37
|
+
|
|
38
|
+
- Serving the app to external users requires **Experience Cloud (Digital Experiences)** to be enabled in the org, so the public site can be published.
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"graphql:schema": "node scripts/get-graphql-schema.mjs"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@salesforce/platform-sdk": "^11.31.
|
|
22
|
-
"@salesforce/ui-bundle": "^11.31.
|
|
21
|
+
"@salesforce/platform-sdk": "^11.31.4",
|
|
22
|
+
"@salesforce/ui-bundle": "^11.31.4",
|
|
23
23
|
"@tailwindcss/vite": "^4.1.17",
|
|
24
24
|
"class-variance-authority": "^0.7.1",
|
|
25
25
|
"clsx": "^2.1.1",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@graphql-eslint/eslint-plugin": "^4.1.0",
|
|
47
47
|
"@graphql-tools/utils": "^11.0.0",
|
|
48
48
|
"@playwright/test": "^1.49.0",
|
|
49
|
-
"@salesforce/graphiti": "^11.31.
|
|
50
|
-
"@salesforce/vite-plugin-ui-bundle": "^11.31.
|
|
49
|
+
"@salesforce/graphiti": "^11.31.4",
|
|
50
|
+
"@salesforce/vite-plugin-ui-bundle": "^11.31.4",
|
|
51
51
|
"@testing-library/jest-dom": "^6.6.3",
|
|
52
52
|
"@testing-library/react": "^16.1.0",
|
|
53
53
|
"@testing-library/user-event": "^14.5.2",
|
package/dist/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/ui-bundle-template-base-sfdx-project",
|
|
3
|
-
"version": "11.31.
|
|
3
|
+
"version": "11.31.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/ui-bundle-template-base-sfdx-project",
|
|
9
|
-
"version": "11.31.
|
|
9
|
+
"version": "11.31.4",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fast-xml-parser": "^5.9.3",
|
package/dist/package.json
CHANGED