@speedkit/cli 2.65.3 → 2.66.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.66.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.65.3...v2.66.0) (2024-12-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **wizard:** add hint which lazy-removal option to use based on use-case ([daba081](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/daba0817180dc8d63630d84fc1a634067c0967ec))
|
|
7
|
+
|
|
1
8
|
## [2.65.3](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.65.2...v2.65.3) (2024-11-13)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
{{#if removeLazyLoading}}
|
|
3
3
|
const lazyLoadDefaultConfig = {
|
|
4
4
|
attributes: [
|
|
5
|
+
// TODO adjust based on if original attribute should be preserved or renamed
|
|
6
|
+
// when using find and set the original attribute is preserved
|
|
7
|
+
// when using find and rename the original attribute is renamed
|
|
5
8
|
{find: 'data-src', set: 'src'},
|
|
6
9
|
{find: 'data-srcset', set: 'srcset'},
|
|
7
10
|
],
|
package/oclif.manifest.json
CHANGED