@xenterprises/nuxt-x-marketing 1.4.10 → 1.4.11

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/CHANGELOG.md CHANGED
@@ -30,6 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
30
  section and its sample product data were dropped with them. Every other section of the
31
31
  demo page is unchanged.
32
32
 
33
+ ## [1.4.11] - 2026-09-06
34
+
35
+ ### Changed
36
+
37
+ - `XMarkFAQ` accordion defaults `allowMultiple` to `true` so multiple items may stay open (marketing page standard).
38
+
33
39
  ## [1.4.10] - 2026-09-06
34
40
 
35
41
  ### Added
@@ -102,7 +102,7 @@ const props = defineProps({
102
102
  /** Whether multiple items can be open at once */
103
103
  allowMultiple: {
104
104
  type: Boolean,
105
- default: false,
105
+ default: true,
106
106
  },
107
107
  });
108
108
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@xenterprises/nuxt-x-marketing",
3
3
  "license": "SEE LICENSE IN LICENSE",
4
4
  "type": "module",
5
- "version": "1.4.10",
5
+ "version": "1.4.11",
6
6
  "main": "./nuxt.config.ts",
7
7
  "scripts": {
8
8
  "dev": "nuxi dev .playground",