@playbasis-ai/qwikcard-sdk 2.3.20 → 2.3.22
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 +13 -0
- package/dist/web/widgetAssets.d.ts +2 -2
- package/dist/web/widgetAssets.d.ts.map +1 -1
- package/dist/web/widgetAssets.js +2 -2
- package/dist/web/widgetHtml.d.ts.map +1 -1
- package/dist/web/widgetHtml.js +2 -0
- package/package.json +1 -1
- package/src/web/widgetAssets.ts +2 -2
- package/src/web/widgetHtml.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -100,6 +100,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
100
100
|
- Restore badge detail modal header styling in the embedded widget.
|
|
101
101
|
- Map quest catalog into widget quests so onboarding is never empty.
|
|
102
102
|
|
|
103
|
+
## [2.3.21] - 2026-01-31
|
|
104
|
+
|
|
105
|
+
### Changed
|
|
106
|
+
|
|
107
|
+
- Expanded “How to Earn XP” guidance to reflect the full Qwik rulebook and flag planned actions.
|
|
108
|
+
|
|
109
|
+
## [2.3.22] - 2026-01-31
|
|
110
|
+
|
|
111
|
+
### Fixed
|
|
112
|
+
|
|
113
|
+
- Lock text autoscaling in the embedded widget to stabilize layout in RN WebView.
|
|
114
|
+
- Normalize badge modal sizing and gradients for RN WebView rendering.
|
|
115
|
+
|
|
103
116
|
## [2.3.11] - 2026-01-29
|
|
104
117
|
|
|
105
118
|
### Changed
|