@qratilabs/qrati-connect 2.7.0-beta.1 → 2.7.0-beta.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/CHANGELOG.md +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # [2.7.0-beta.1](https://github.com/qrati-labs/qrati-connect-ts/compare/v2.6.0...v2.7.0-beta.1) (2026-03-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add missing import for PhotoSwipe CSS in global styles ([54ef1b8](https://github.com/qrati-labs/qrati-connect-ts/commit/54ef1b822cdf03cf1c2fdcfbe0eb602d1a94e5b0))
7
+ * correct selector for action button in PhotoSwipeCaption ([cc0db1c](https://github.com/qrati-labs/qrati-connect-ts/commit/cc0db1c927f849ae86844968d199a87ed5977ed9))
8
+ * refactor PhotoSwipe styles integration and remove unused CSS imports ([86e52f2](https://github.com/qrati-labs/qrati-connect-ts/commit/86e52f21441b541d9e7c156aa502fe8b8269e939))
9
+ * remove unused cleanSourceMaps function and update React peer dependencies to version 18 ([3ff4afc](https://github.com/qrati-labs/qrati-connect-ts/commit/3ff4afcf16000bbc0580904b0db1b15ec8a3c044))
10
+ * restore legacy PhotoSwipe stylesheet during post-build process ([c57b555](https://github.com/qrati-labs/qrati-connect-ts/commit/c57b5551467eeba546caf302d5a94e4c058cc629))
11
+ * update button text to lowercase for consistency ([686cae2](https://github.com/qrati-labs/qrati-connect-ts/commit/686cae238092c1e91b467211a4ef5ddfc0f4af01))
12
+ * update PhotoSwipe module import to dynamic loading in MediaGallery component ([2006bce](https://github.com/qrati-labs/qrati-connect-ts/commit/2006bcee78f09fa32067d22bca92e83ed338710e))
13
+ * update README.md for improved clarity and structure ([1d6bdce](https://github.com/qrati-labs/qrati-connect-ts/commit/1d6bdce7655ca67ec89f70cd98191bffb3dede54))
14
+
15
+
16
+ ### Features
17
+
18
+ * add Terms and Conditions modal and integrate acceptance flow in upload process ([afd7474](https://github.com/qrati-labs/qrati-connect-ts/commit/afd747448e866ec0a5a536e40c767507a7b0e657))
19
+ * integrate PhotoSwipe loader and update MediaGallery and LeaderboardCard components ([b5578c2](https://github.com/qrati-labs/qrati-connect-ts/commit/b5578c2e7b06d341b3764df8190d727adedfdd81))
20
+ * integrate PhotoSwipe loader in MediaGallery and element exports ([21b53ee](https://github.com/qrati-labs/qrati-connect-ts/commit/21b53ee6eabb1b128c12ceef2d66aa7793504cf8))
21
+
1
22
  # [2.6.0-beta.12](https://github.com/qrati-labs/qrati-connect-ts/compare/v2.6.0-beta.11...v2.6.0-beta.12) (2026-03-30)
2
23
 
3
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qratilabs/qrati-connect",
3
- "version": "2.7.0-beta.1",
3
+ "version": "2.7.0-beta.2",
4
4
  "description": "Qrati Connect - A React-based micro frontend component",
5
5
  "author": "Qrati Labs",
6
6
  "license": "MIT",