surveysparrow-ionic-plugin 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -75,7 +75,7 @@ To achieve this, the **`emailaddress`** of the user must be passed in the `param
75
75
 
76
76
  ## Params
77
77
 
78
- The `params` object allows passing **survey variables**, which can be accessed in the survey's end-user interface. Ensure that the spelling of survey variables matches the configured values. Additionally, make sure to include the **`emailaddress`** field.
78
+ The `params` object allows passing **survey variables**, which can be accessed in the survey's end-user interface. Ensure that the spelling of survey variables matches the configured values. Additionally, make sure to include the **`emailaddress`** field for validations.
79
79
 
80
80
  ## Properties
81
81
 
@@ -83,7 +83,7 @@ The `properties` object includes the following parameters:
83
83
 
84
84
  1. **`isCloseButtonEnabled`** (default: `true`)
85
85
  - If set to `false`, the close button will be removed.
86
- - **Note:** Disabling this option will also disable the close button inside the survey.
86
+ - **Note:** Disabling this option will also disable the survey validation.
87
87
 
88
88
  2. **`langcode`** (default: `en`)
89
89
  - To load the survey in a specific language, pass the corresponding language code.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "surveysparrow-ionic-plugin",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "SurveySparrow SDK enables you to collect feedback from your mobile app. Embed the Classic, Chat & NPS surveys in your ionic application seamlessly with few lines of code.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",