@salesforce/webapp-template-feature-react-authentication-experimental 1.53.1 → 1.54.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 CHANGED
@@ -26,7 +26,7 @@ This feature provides authentication functionality for Salesforce Web Applicatio
26
26
  npm run build
27
27
 
28
28
  # Start the development server
29
- npm run start
29
+ npm run dev
30
30
  ```
31
31
 
32
32
  The `npm run build` command will apply feature patches to create the dist directory.
@@ -66,7 +66,7 @@ npm run lint # Run ESLint (always available)
66
66
 
67
67
  ## Key Commands (web app directory)
68
68
  ```bash
69
- npm run start # Start development server (vite)
69
+ npm run dev # Start development server (vite)
70
70
  npm run build # TypeScript + Vite build; check deployment readiness
71
71
  npm run lint # Run ESLint
72
72
  ```
@@ -33,7 +33,7 @@ The layout file is: `force-app/main/default/webapplications/<appName>/src/appLay
33
33
  - Main entry component: `force-app/main/default/webapplications/<appName>/src/App.tsx`
34
34
  - **Theme/layout shell**: `force-app/main/default/webapplications/<appName>/src/appLayout.tsx` — wraps all routed content (navigation, header, sidebar, outlet). Routes use `<AppLayout />` as the layout element; page content renders inside it via `<Outlet />`. When making UI edits that affect global layout, navigation, header, footer, sidebar, or theme, **you must consider and edit appLayout.tsx** in addition to page or component files; do not only edit individual pages and omit the layout.
35
35
  - Running Development Server (from the web app directory):
36
- - `npm run start` — starts the Vite dev server
36
+ - `npm run dev` — starts the Vite dev server
37
37
  - You can generally assume the dev server is already running and don't need to start it.
38
38
  - Build (from the web app directory):
39
39
  - `npm run build` — TypeScript check + Vite build
package/dist/AGENT.md CHANGED
@@ -38,7 +38,7 @@ cd force-app/main/default/webapplications/<appName>
38
38
 
39
39
  | Command | Purpose |
40
40
  |---------|---------|
41
- | `npm run start` | Start Vite dev server |
41
+ | `npm run dev` | Start Vite dev server |
42
42
  | `npm run build` | TypeScript (`tsc -b`) + Vite build |
43
43
  | `npm run lint` | ESLint for the React app |
44
44
  | `npm run test` | Vitest |
package/dist/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.54.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.53.2...v1.54.0) (2026-02-25)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.53.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.53.1...v1.53.2) (2026-02-25)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * move ACC from layout embed to route-based page approach ([#156](https://github.com/salesforce-experience-platform-emu/webapps/issues/156)) ([b778f44](https://github.com/salesforce-experience-platform-emu/webapps/commit/b778f44a7897fbf0914d7b1ebb36079c0b2d70fd))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [1.53.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.53.0...v1.53.1) (2026-02-25)
7
26
 
8
27
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental