From 9799eea526b843654b5f1358e370d0a1e69bcab8 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 21 May 2023 13:20:00 -0600 Subject: [PATCH 1/5] Update dependencies versions for @cocreate libraries --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 14fb2a1..47bbe80 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,8 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/docs": "^1.7.12", - "@cocreate/hosting": "^1.10.4", - "@cocreate/observer": "^1.7.9" + "@cocreate/docs": "^1.7.13", + "@cocreate/hosting": "^1.10.5", + "@cocreate/observer": "^1.7.10" } -} +} \ No newline at end of file From 787bc439fc5ed4117de9e2e41ccb8d50b1438bcb Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sat, 27 May 2023 17:09:55 -0600 Subject: [PATCH 2/5] fix: Update dependencies versions for @cocreate libraries --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47bbe80..858f8c5 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "dependencies": { "@cocreate/docs": "^1.7.13", "@cocreate/hosting": "^1.10.5", - "@cocreate/observer": "^1.7.10" + "@cocreate/observer": "^1.8.0" } } \ No newline at end of file From d0456aef35aaba8c1678475a8a715f67c2c314e0 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Thu, 1 Jun 2023 17:48:56 -0600 Subject: [PATCH 3/5] format html --- docs/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index 79babdb..cb8ce02 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,13 +24,13 @@

CoCreate-lazy-loader

- - - - + + + +
-

A simple HTML5, CSS and pure javascript component. Easy configuration using data-attributes and highly styleable. +

A simple HTML5, CSS and pure javascript component. Easy configuration using data-attributes and highly styleable.

Install

@@ -73,7 +73,7 @@

Demo

-
+
From 9dbc0f53f74dead2d4255d8b5335b3ed88a29fd5 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Thu, 1 Jun 2023 19:00:38 -0600 Subject: [PATCH 4/5] fix: format demo html --- demo/index.html | 34 +++--- docs/index.html | 272 +++++++++++++++++++++++++++++++++++++----------- 2 files changed, 227 insertions(+), 79 deletions(-) diff --git a/demo/index.html b/demo/index.html index e67b2d5..dd9e314 100644 --- a/demo/index.html +++ b/demo/index.html @@ -1,22 +1,20 @@ + + + + + + lazy-loader | CoCreateJS + + - - - - - - lazy-loader | CoCreateJS - - - - - - - - - - - - + + + + diff --git a/docs/index.html b/docs/index.html index cb8ce02..980e0c8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,104 +1,254 @@ - - - - CoCreate-lazy-loader Documentation | CoCreateJS - - - + + + + CoCreate-lazy-loader Documentation | CoCreateJS + + + - + - - - - + + + +
-
+

CoCreate-lazy-loader

-
- - - - - +
+ + + + +
-

A simple HTML5, CSS and pure javascript component. Easy configuration using data-attributes and highly styleable.

+

+ A simple HTML5, CSS and pure javascript component. Easy + configuration using data-attributes and highly styleable. +

-

Install

-
npm install cocreate-lazy-loader
+

+ Install +

+
npm install cocreate-lazy-loader

Or you can use cdn link:

https://cdn.cocreate.app/js/CoCreate-lazy-loader.min.js
- -

Usage

+ +

+ Usage +

lazy-loader usage content

<div></div>
- -

Reference

-

This is lazy-loader reference content

+ +

+ Reference +

+

+ This is lazy-loader reference content +

<div></div>
-

This is lazy-loader reference content

+

+ This is lazy-loader reference content +

-

Attributes

-
    -
  • -

    lazy-loader string optional

    +

    + Attributes +

    +
      +
    • +

      + lazy-loader + string + optional +

      lazy-loader-attribute

    • -
    • -

      lazy-loader string optional

      +
    • +

      + lazy-loader + string + optional +

      lazy-loader-attribute

- -
+ +
-

Demo

-
+

+ Demo +

+
-
- -
- -
+
+
+ +
- -
+ +
- -
- - - - - + +
+ + + + +
-
-
+
- -
+
- + - \ No newline at end of file + From fc6be550eaf5aeb2f8940b556f4e6d0c540c4949 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Jun 2023 01:17:01 +0000 Subject: [PATCH 5/5] chore(release): 1.3.12 [skip ci] ## [1.3.12](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.3.11...v1.3.12) (2023-06-02) ### Bug Fixes * format demo html ([9dbc0f5](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/9dbc0f53f74dead2d4255d8b5335b3ed88a29fd5)) * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([787bc43](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/787bc439fc5ed4117de9e2e41ccb8d50b1438bcb)) --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9b65b..fecddf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.3.12](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.3.11...v1.3.12) (2023-06-02) + + +### Bug Fixes + +* format demo html ([9dbc0f5](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/9dbc0f53f74dead2d4255d8b5335b3ed88a29fd5)) +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([787bc43](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/787bc439fc5ed4117de9e2e41ccb8d50b1438bcb)) + ## [1.3.11](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.3.10...v1.3.11) (2023-05-21) diff --git a/package.json b/package.json index 858f8c5..87b50ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/lazy-loader", - "version": "1.3.11", + "version": "1.3.12", "description": "A simple lazy-loader component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "lazy-loader", @@ -63,4 +63,4 @@ "@cocreate/hosting": "^1.10.5", "@cocreate/observer": "^1.8.0" } -} \ No newline at end of file +}