@salesforce/webapp-template-feature-react-shadcn-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.
- package/dist/.a4drules/skills/install-feature/SKILL.md +1 -0
- package/dist/CHANGELOG.md +19 -0
- package/dist/force-app/main/default/webapplications/feature-react-shadcn/package-lock.json +4 -4
- package/dist/force-app/main/default/webapplications/feature-react-shadcn/package.json +1 -1
- package/dist/package.json +1 -1
- package/package.json +2 -2
|
@@ -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
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"react": "^19.2.0",
|
|
20
20
|
"react-dom": "^19.2.0",
|
|
21
21
|
"react-router": "^7.10.1",
|
|
22
|
-
"tailwind-merge": "^3.4.
|
|
22
|
+
"tailwind-merge": "^3.4.1",
|
|
23
23
|
"tailwindcss": "^4.1.17"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -7394,9 +7394,9 @@
|
|
|
7394
7394
|
"license": "MIT"
|
|
7395
7395
|
},
|
|
7396
7396
|
"node_modules/tailwind-merge": {
|
|
7397
|
-
"version": "3.4.
|
|
7398
|
-
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.
|
|
7399
|
-
"integrity": "sha512-
|
|
7397
|
+
"version": "3.4.1",
|
|
7398
|
+
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.1.tgz",
|
|
7399
|
+
"integrity": "sha512-2OA0rFqWOkITEAOFWSBSApYkDeH9t2B3XSJuI4YztKBzK3mX0737A2qtxDZ7xkw9Zfh0bWl+r34sF3HXV+Ig7Q==",
|
|
7400
7400
|
"license": "MIT",
|
|
7401
7401
|
"funding": {
|
|
7402
7402
|
"type": "github",
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/webapp-template-feature-react-shadcn-experimental",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.30.1",
|
|
4
4
|
"description": "Shared UI component library based on shadcn-ui patterns",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"react-router": "^7.10.1",
|
|
33
33
|
"tailwind-merge": "^3.4.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "a5cc859ca5bec49a2501879befaa90787bf5c578"
|
|
36
36
|
}
|