@salesforce/webapp-template-feature-react-authentication-experimental 1.29.1 → 1.30.1

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.
@@ -20,6 +20,7 @@ Available features (npm packages):
20
20
  | **Analytics charts** | `@salesforce/webapp-template-feature-react-chart-experimental` | Recharts line/bar charts with theming (AnalyticsChart, ChartContainer) |
21
21
  | **GraphQL data access**| `@salesforce/webapp-template-feature-graphql-experimental` | executeGraphQL utilities, codegen tooling, and example AccountsTable |
22
22
  | **Shared UI (shadcn)** | `@salesforce/webapp-template-feature-react-shadcn-experimental` | Button, Card, Input, Select, Table, Tabs, etc. |
23
+ | **Micro frontends** | `@salesforce/webapp-template-feature-micro-frontend-experimental` | Embed an App into Salesforce UI
23
24
 
24
25
 
25
26
 
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.30.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.30.0...v1.30.1) (2026-02-16)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
14
+ # [1.30.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.29.1...v1.30.0) (2026-02-13)
15
+
16
+
17
+ ### Features
18
+
19
+ * 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))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [1.29.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.29.0...v1.29.1) (2026-02-13)
7
26
 
8
27
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
@@ -13,14 +13,14 @@
13
13
  "@radix-ui/react-slot": "^1.2.4",
14
14
  "@salesforce/webapp-experimental": "*",
15
15
  "@tailwindcss/vite": "^4.1.17",
16
- "@tanstack/react-form": "^1.28.1",
16
+ "@tanstack/react-form": "^1.28.3",
17
17
  "class-variance-authority": "^0.7.1",
18
18
  "clsx": "^2.1.1",
19
19
  "lucide-react": "^0.562.0",
20
20
  "react": "^19.2.0",
21
21
  "react-dom": "^19.2.0",
22
22
  "react-router": "^7.10.1",
23
- "tailwind-merge": "^3.4.0",
23
+ "tailwind-merge": "^3.4.1",
24
24
  "tailwindcss": "^4.1.17",
25
25
  "zod": "^4.3.6"
26
26
  },
@@ -3097,14 +3097,14 @@
3097
3097
  }
3098
3098
  },
3099
3099
  "node_modules/@tanstack/form-core": {
3100
- "version": "1.28.1",
3101
- "resolved": "https://registry.npmjs.org/@tanstack/form-core/-/form-core-1.28.1.tgz",
3102
- "integrity": "sha512-+7rOzEOoQjuGFBV9/QoW2XjYjB5hbRYDAJxhooSMAQSkBQrIyoXqV3pqyDS/q4I5kgtDJmfWMnOZU5ieCkhsCQ==",
3100
+ "version": "1.28.3",
3101
+ "resolved": "https://registry.npmjs.org/@tanstack/form-core/-/form-core-1.28.3.tgz",
3102
+ "integrity": "sha512-DBhnu1d5VfACAYOAZJO8tsEUHjWczZMJY8v/YrtAJNWpwvL/3ogDuz8e6yUB2m/iVTNq6K8yrnVN2nrX0/BX/w==",
3103
3103
  "license": "MIT",
3104
3104
  "dependencies": {
3105
3105
  "@tanstack/devtools-event-client": "^0.4.0",
3106
3106
  "@tanstack/pacer-lite": "^0.1.1",
3107
- "@tanstack/store": "^0.7.7"
3107
+ "@tanstack/store": "^0.8.1"
3108
3108
  },
3109
3109
  "funding": {
3110
3110
  "type": "github",
@@ -3125,13 +3125,13 @@
3125
3125
  }
3126
3126
  },
3127
3127
  "node_modules/@tanstack/react-form": {
3128
- "version": "1.28.1",
3129
- "resolved": "https://registry.npmjs.org/@tanstack/react-form/-/react-form-1.28.1.tgz",
3130
- "integrity": "sha512-JN5J8p7aAybTzqgomi4rApr9/dDH1y+nFqYErv+dM+lufW30srYqey2PsSqBe7i8eqsZG70E2JjaDCk1fBon8w==",
3128
+ "version": "1.28.3",
3129
+ "resolved": "https://registry.npmjs.org/@tanstack/react-form/-/react-form-1.28.3.tgz",
3130
+ "integrity": "sha512-84yd0swZRcyC3Q46dYBH6bHf1tlIY1flchbdG3VwArg/wLVW5RdBenIrJhleHjk2OxXuF+9HoKQbHglJyWIXQA==",
3131
3131
  "license": "MIT",
3132
3132
  "dependencies": {
3133
- "@tanstack/form-core": "1.28.1",
3134
- "@tanstack/react-store": "^0.8.0"
3133
+ "@tanstack/form-core": "1.28.3",
3134
+ "@tanstack/react-store": "^0.8.1"
3135
3135
  },
3136
3136
  "funding": {
3137
3137
  "type": "github",
@@ -3147,12 +3147,12 @@
3147
3147
  }
3148
3148
  },
3149
3149
  "node_modules/@tanstack/react-store": {
3150
- "version": "0.8.0",
3151
- "resolved": "https://registry.npmjs.org/@tanstack/react-store/-/react-store-0.8.0.tgz",
3152
- "integrity": "sha512-1vG9beLIuB7q69skxK9r5xiLN3ztzIPfSQSs0GfeqWGO2tGIyInZx0x1COhpx97RKaONSoAb8C3dxacWksm1ow==",
3150
+ "version": "0.8.1",
3151
+ "resolved": "https://registry.npmjs.org/@tanstack/react-store/-/react-store-0.8.1.tgz",
3152
+ "integrity": "sha512-XItJt+rG8c5Wn/2L/bnxys85rBpm0BfMbhb4zmPVLXAKY9POrp1xd6IbU4PKoOI+jSEGc3vntPRfLGSgXfE2Ig==",
3153
3153
  "license": "MIT",
3154
3154
  "dependencies": {
3155
- "@tanstack/store": "0.8.0",
3155
+ "@tanstack/store": "0.8.1",
3156
3156
  "use-sync-external-store": "^1.6.0"
3157
3157
  },
3158
3158
  "funding": {
@@ -3164,20 +3164,10 @@
3164
3164
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3165
3165
  }
3166
3166
  },
3167
- "node_modules/@tanstack/react-store/node_modules/@tanstack/store": {
3168
- "version": "0.8.0",
3169
- "resolved": "https://registry.npmjs.org/@tanstack/store/-/store-0.8.0.tgz",
3170
- "integrity": "sha512-Om+BO0YfMZe//X2z0uLF2j+75nQga6TpTJgLJQBiq85aOyZNIhkCgleNcud2KQg4k4v9Y9l+Uhru3qWMPGTOzQ==",
3171
- "license": "MIT",
3172
- "funding": {
3173
- "type": "github",
3174
- "url": "https://github.com/sponsors/tannerlinsley"
3175
- }
3176
- },
3177
3167
  "node_modules/@tanstack/store": {
3178
- "version": "0.7.7",
3179
- "resolved": "https://registry.npmjs.org/@tanstack/store/-/store-0.7.7.tgz",
3180
- "integrity": "sha512-xa6pTan1bcaqYDS9BDpSiS63qa6EoDkPN9RsRaxHuDdVDNntzq3xNwR5YKTU/V3SkSyC9T4YVOPh2zRQN0nhIQ==",
3168
+ "version": "0.8.1",
3169
+ "resolved": "https://registry.npmjs.org/@tanstack/store/-/store-0.8.1.tgz",
3170
+ "integrity": "sha512-PtOisLjUZPz5VyPRSCGjNOlwTvabdTBQ2K80DpVL1chGVr35WRxfeavAPdNq6pm/t7F8GhoR2qtmkkqtCEtHYw==",
3181
3171
  "license": "MIT",
3182
3172
  "funding": {
3183
3173
  "type": "github",
@@ -7497,9 +7487,9 @@
7497
7487
  "license": "MIT"
7498
7488
  },
7499
7489
  "node_modules/tailwind-merge": {
7500
- "version": "3.4.0",
7501
- "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz",
7502
- "integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==",
7490
+ "version": "3.4.1",
7491
+ "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.1.tgz",
7492
+ "integrity": "sha512-2OA0rFqWOkITEAOFWSBSApYkDeH9t2B3XSJuI4YztKBzK3mX0737A2qtxDZ7xkw9Zfh0bWl+r34sF3HXV+Ig7Q==",
7503
7493
  "license": "MIT",
7504
7494
  "funding": {
7505
7495
  "type": "github",
@@ -17,14 +17,14 @@
17
17
  "@radix-ui/react-slot": "^1.2.4",
18
18
  "@salesforce/webapp-experimental": "*",
19
19
  "@tailwindcss/vite": "^4.1.17",
20
- "@tanstack/react-form": "^1.28.1",
20
+ "@tanstack/react-form": "^1.28.3",
21
21
  "class-variance-authority": "^0.7.1",
22
22
  "clsx": "^2.1.1",
23
23
  "lucide-react": "^0.562.0",
24
24
  "react": "^19.2.0",
25
25
  "react-dom": "^19.2.0",
26
26
  "react-router": "^7.10.1",
27
- "tailwind-merge": "^3.4.0",
27
+ "tailwind-merge": "^3.4.1",
28
28
  "tailwindcss": "^4.1.17",
29
29
  "zod": "^4.3.6"
30
30
  },
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.29.1",
3
+ "version": "1.30.1",
4
4
  "description": "Base SFDX project template",
5
5
  "private": true,
6
6
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-feature-react-authentication-experimental",
3
- "version": "1.29.1",
3
+ "version": "1.30.1",
4
4
  "description": "Authentication feature for web applications",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -20,7 +20,7 @@
20
20
  "watch": "npx tsx ../../cli/src/index.ts watch-patches packages/template/feature/feature-react-authentication packages/template/base-app/base-react-app packages/template/feature/feature-react-authentication/dist"
21
21
  },
22
22
  "devDependencies": {
23
- "@salesforce/webapp-experimental": "^1.29.1",
23
+ "@salesforce/webapp-experimental": "^1.30.1",
24
24
  "@tanstack/react-form": "^1.27.7",
25
25
  "@types/react": "^19.2.7",
26
26
  "@types/react-dom": "^19.2.3",
@@ -28,5 +28,5 @@
28
28
  "react-router": "^7.10.1",
29
29
  "vite": "^7.3.1"
30
30
  },
31
- "gitHead": "a9638ee25f6b90f08f032bb06fabc218a3b0ebd4"
31
+ "gitHead": "a5cc859ca5bec49a2501879befaa90787bf5c578"
32
32
  }