@simplybusiness/mobius 6.10.0 → 6.10.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.
- package/CHANGELOG.md +19 -0
- package/dist/cjs/meta.json +5078 -0
- package/dist/esm/meta.json +5156 -0
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/src/components/Image/Image.stories.tsx +1 -3
- package/src/components/Image/test-image.png +0 -0
- package/src/global.d.ts +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 6.10.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- daa463f: Extract embedded base64 images to separate PNG files
|
|
8
|
+
- Replace ~92KB of base64-encoded images with actual PNG files
|
|
9
|
+
- Add TypeScript declaration for PNG module imports
|
|
10
|
+
- Add Jest mock configuration for image file imports
|
|
11
|
+
- Results in ~22KB smaller bundle (base64 encoding has 33% overhead)
|
|
12
|
+
- Images now cached independently from JavaScript bundle
|
|
13
|
+
- @simplybusiness/icons@4.40.1
|
|
14
|
+
|
|
15
|
+
## 6.10.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 409219d: Remove css imports from component files and add linting rule to prevent this
|
|
20
|
+
- @simplybusiness/icons@4.40.1
|
|
21
|
+
|
|
3
22
|
## 6.10.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|