@weni/unnnic-system 3.1.3 → 3.1.4
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 +12 -0
- package/dist/apple-64.png +0 -0
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts.map +1 -1
- package/dist/{es-5ee61601.mjs → es-a17d2e50.mjs} +1 -1
- package/dist/{index-33c1d3d4.mjs → index-e1869f90.mjs} +683 -677
- package/dist/locales/en.json.d.ts +1 -0
- package/dist/locales/es.json.d.ts +1 -0
- package/dist/locales/pt_br.json.d.ts +1 -0
- package/dist/{pt-br-e6fd44f8.mjs → pt-br-91d596b9.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +11 -11
- package/package.json +1 -1
- package/public/apple-64.png +0 -0
- package/src/components/EmojiPicker/EmojiPicker.vue +16 -1
- package/src/components/EmojiPicker/__tests__/EmojiPicker.spec.js +6 -4
- package/src/locales/en.json +1 -0
- package/src/locales/es.json +1 -0
- package/src/locales/pt_br.json +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
|
|
9
|
+
# 3.1.4 (2025-09-05)
|
|
10
|
+
|
|
11
|
+
- **EmojiPicker Refactoring**: Complete modernization of EmojiPicker component:
|
|
12
|
+
- **Security Enhancement**: Local emoji sprite sheets to eliminate external CDN requests (CORS/CSP compliance)
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- **Security**: Eliminated external requests to unpkg.com for emoji sprite sheets
|
|
17
|
+
- **CSP Compliance**: EmojiPicker now works with strict Content Security Policy headers
|
|
18
|
+
- **Performance**: Reduced bundle size and improved loading times
|
|
19
|
+
|
|
8
20
|
# 3.1.3 (2025-09-05)
|
|
9
21
|
|
|
10
22
|
### Added
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmojiPicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EmojiPicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPicker.vue"],"names":[],"mappings":"AAyBA;AA4MA,OAAO,wCAAwC,CAAA;AAY/C,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAA;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;;;;;;;;YADU,MAAM;cADJ,KAAK,GAAG,QAAQ;gBADd,OAAO;;;;AAwLtB,wBAUG"}
|