@wix/app-extensions 1.0.150 → 1.0.151
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 +20 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
### What are App Extensions?
|
|
2
|
+
|
|
3
|
+
App Extensions enhance the Wix App Public SDK by providing access to various app functionalities and data. These improvements aim to streamline development and enhance coding experiences, including:
|
|
4
|
+
|
|
5
|
+
- **Slot Props**: Access to component props for slots in Wix apps.
|
|
6
|
+
- **Pickers**: Simplified item selection workflows.
|
|
7
|
+
- **Modals**: Easy-to-navigate modal management.
|
|
8
|
+
- **Pages**: Access to Wix page data and navigation builders.
|
|
9
|
+
- **Lightbox**: Data specific to Lightbox apps.
|
|
10
|
+
- **Frontend Module Capabilities**: Integration with frontend modules for site functionality.
|
|
11
|
+
- **PopulateSlots**: Ability to add plugins to supported slots in apps.
|
|
12
|
+
|
|
13
|
+
#### Key Features:
|
|
14
|
+
- Directly import component props from the SDK to enhance plugin development.
|
|
15
|
+
- Improved dashboard navigation using page and modal builders.
|
|
16
|
+
- Mapping app IDs to SDK modules for better configurability.
|
|
17
|
+
- Automatic compilation of SDK packages to include pages, modals, pickers, and slots.
|
|
18
|
+
- Integration with frontend modules for seamless use in site code.
|
|
19
|
+
|
|
20
|
+
App Extensions simplify complex workflows, reduce dependency on documentation, and improve the overall developer experience.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/app-extensions",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.151",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
|
-
"falconPackageHash": "
|
|
40
|
+
"falconPackageHash": "2073db8806241ea243093e99b27b5da540321737499708419973aaaa"
|
|
41
41
|
}
|