Skip to content

Commit 9ec36df

Browse files
committed
v2.0.0 beta 2
1 parent ee706f9 commit 9ec36df

File tree

5 files changed

+99
-113
lines changed

5 files changed

+99
-113
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#### Repository Changes
88
- add tests
99

10-
## 2.0.0 beta 2 (Soon)
10+
## 2.0.0 beta 2 (2019-01-18)
1111
#### Breaking Changes
1212
- splitted `options` prop into `settings` and `methods`
1313
- renamed option `position-base` to `base`
@@ -19,6 +19,7 @@
1919

2020
#### Bug Fix
2121
- fixed `window is not defined`
22+
- fixed `global` error (CDN)
2223

2324
## 2.0.0 beta 1 (2018-12-10)
2425
#### New Feature

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Or Yarn:
2828
$ yarn add universal-tilt.js
2929
```
3030

31+
**You can also connect script via one of CDNs:**
32+
bundle.run: `https://bundle.run/universal-tilt.js`
33+
jsDelivr: `https://cdn.jsdelivr.net/npm/universal-tilt.js/`
34+
unpkg: `https://unpkg.com/universal-tilt.js/`
35+
3136
## Getting Started
3237
**Connect libary with project using script tag in HTML:**
3338
```html

lib/universal-tilt.js

Lines changed: 90 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/universal-tilt.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)