Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Verlicchi committed Jun 25, 2020
2 parents ed8d921 + cf2e5f9 commit 05ab4ba
Show file tree
Hide file tree
Showing 14 changed files with 663 additions and 133 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ Temporary Items
.idea

# Node modules
node_modules
node_modules

# Jekyll!
_site
.sass-cache
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
- The `elements_selector` option now defaults to `.lazy` (was `img`)
- The `cancel_on_exit` option now defaults to `true` (was `false`)

See [UPGRADE.md](UPGRADE.md) to understand **if** you are impacted by any breaking change and **how** to upgrade from previous versions.

---

**Love this project? 😍 [Buy me a coffee!](https://ko-fi.com/verlok)**

---

## Version 16

#### 16.1.0
Expand Down
148 changes: 95 additions & 53 deletions README.md

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions currentFeature.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# Current feature:

- The `elements_selector` option now defaults to `.lazy` (was `img`)
- The `cancel_on_exit` option now defaults to `true` (was `false`)
# Current feature:
Loading

0 comments on commit 05ab4ba

Please sign in to comment.