-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2f4b4b1
commit 43292c5
Showing
3 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2021-05-18) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* refactor utility classes to be treeshakable | ||
* break out dom static methods | ||
* rename Callback and add keyboard navigation watcher | ||
|
||
### Features | ||
|
||
* add keyboard navigation watcher ([33eb2f7](https://www.github.com/blinkkcode/degu/commit/33eb2f7f8f67d306372391f4e41101b0c7d361b5)) | ||
* add load attribute on video ([c02cafb](https://www.github.com/blinkkcode/degu/commit/c02cafb3b6b452bdd5282abb61e525773653b22b)) | ||
* add youtube modal ([#79](https://www.github.com/blinkkcode/degu/issues/79)) ([99bcb12](https://www.github.com/blinkkcode/degu/commit/99bcb1234b22488af646d087544e0d8b6996eb5b)) | ||
* Cull unneeded updates on Inview ([3ea11bd](https://www.github.com/blinkkcode/degu/commit/3ea11bd8a70571ff308a6cf0c583edbe5395d754)) | ||
* rename Callback and add keyboard navigation watcher ([33eb2f7](https://www.github.com/blinkkcode/degu/commit/33eb2f7f8f67d306372391f4e41101b0c7d361b5)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* circular dependencies ([034d1a0](https://www.github.com/blinkkcode/degu/commit/034d1a00e5804618882acd553a5b97c54776bbd3)) | ||
* fix syntax error ([aea02a3](https://www.github.com/blinkkcode/degu/commit/aea02a3fbfa86eb4c73bbb1e2143bce757714de8)) | ||
* fix syntax error ([c9a1a17](https://www.github.com/blinkkcode/degu/commit/c9a1a178830370fcc57b9aa2ef0898832eb33a4a)) | ||
* new line in package.json ([64fc4ef](https://www.github.com/blinkkcode/degu/commit/64fc4ef8195eb8d183c916574cbf62da0137e226)) | ||
* rename "master" to "main" ([d0c47ab](https://www.github.com/blinkkcode/degu/commit/d0c47ab6f88a53eeb405bc0956ce7ed46f4b6928)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* break out dom static methods ([b42ceb1](https://www.github.com/blinkkcode/degu/commit/b42ceb116220b258003769af42e9f23f51374b53)) | ||
* refactor utility classes to be treeshakable ([cedf721](https://www.github.com/blinkkcode/degu/commit/cedf721af3fc052a569ca8b4eb41152f9d038f5e)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@blinkk/degu", | ||
"version": "0.0.348", | ||
"version": "1.0.0", | ||
"description": "A general utility library for interactive websites, with a focus on performance.", | ||
"author": "Blinkk <[email protected]>", | ||
"main": "lib/index.js", | ||
|