@speedkit/cli 2.19.0 → 2.20.0
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
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.20.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.19.0...v2.20.0) (2024-04-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **customer-config:** adjust default lazy loading removal config to keep data attributes ([9db27c3](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/9db27c38fb18b4c90f61665972e6bd298dbd4212))
|
|
7
|
+
|
|
1
8
|
# [2.19.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.18.0...v2.19.0) (2024-04-09)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
{{#if removeLazyLoading}}
|
|
3
3
|
const lazyLoadDefaultConfig = {
|
|
4
4
|
attributes: [
|
|
5
|
-
{ find: 'data-src',
|
|
6
|
-
{ find: 'data-srcset',
|
|
5
|
+
{ find: 'data-src', set: 'src' },
|
|
6
|
+
{ find: 'data-srcset', set: 'srcset' },
|
|
7
7
|
],
|
|
8
8
|
lazyClass: 'lazyload',
|
|
9
9
|
lazyLoad: false,
|
package/oclif.manifest.json
CHANGED