fansunited-widget-either-or 2.11.1 → 2.12.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/README.md CHANGED
@@ -180,7 +180,7 @@ const labels = {
180
180
  createEitherOrErrorMessage: 'There was a problem creating Either/Or. Please try again',
181
181
  titleRequiredFieldValidationMessage: 'Title field is required!',
182
182
  livesFieldValidationMessage: "The value for 'lives' field is invalid. The valid one is withing the range of 1-20",
183
- timeFieldValidationMessage: "The value for 'time' field is invalid. The valid one is withing the range of 1-20",
183
+ timeFieldValidationMessage: "The value for 'time' field is invalid. The valid one is withing the range of 1-60",
184
184
  pointsFieldValidationMessage: "Points contain value where score or correct steps is an invalid one",
185
185
  optionsFieldValidationMessage: "Options must not contain any repeated IDs",
186
186
  tagsInvalidFieldValidationMessage: 'Tag entity is required!',
@@ -469,7 +469,7 @@ Here is all information about **`LabelsModel`**:
469
469
  | `createEitherOrErrorMessage` | [react-toastify](https://www.npmjs.com/package/react-toastify) error message when creating Either/Or | There was a problem creating Either/Or. Please try again |
470
470
  | `titleRequiredFieldValidationMessage` | [react-toastify](https://www.npmjs.com/package/react-toastify) error message when validating title for Either/Or | Title field is required! |
471
471
  | `livesFieldValidationMessage` | [react-toastify](https://www.npmjs.com/package/react-toastify) error message when validating lives for Either/Or | The value for 'lives' field is invalid. The valid one is withing the range of 1-20 |
472
- | `timeFieldValidationMessage` | [react-toastify](https://www.npmjs.com/package/react-toastify) error message when validating time for Either/Or | The value for 'time' field is invalid. The valid one is withing the range of 1-20 |
472
+ | `timeFieldValidationMessage` | [react-toastify](https://www.npmjs.com/package/react-toastify) error message when validating time for Either/Or | The value for 'time' field is invalid. The valid one is withing the range of 1-60 |
473
473
  | `pointsFieldValidationMessage` | [react-toastify](https://www.npmjs.com/package/react-toastify) error message when validating points for Either/Or | Points contain value where score or correct steps is an invalid one |
474
474
  | `optionsFieldValidationMessage` | [react-toastify](https://www.npmjs.com/package/react-toastify) error message when validating options for Either/Or | Options must not contain any repeated IDs |
475
475
  | `tagsInvalidFieldValidationMessage` | [react-toastify](https://www.npmjs.com/package/react-toastify) error message when validating tags for Either/Or | Tag entity is required! |
@@ -594,6 +594,10 @@ Here is all information about **`LabelsModel`**:
594
594
 
595
595
  ## Changelog
596
596
 
597
+ ### 2.12.0 - 2026-01-20
598
+ - **Added**:
599
+ - New load approach in Widget Embed Code
600
+
597
601
  ### 2.11.0 - 2026-01-08
598
602
 
599
603
  - **Changed**: