Skip to content

Commit 3ee76bc

Browse files
committed
Bump to 1.4.0
1 parent a8f658e commit 3ee76bc

File tree

6 files changed

+230
-240
lines changed

6 files changed

+230
-240
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A polyfill for the Resize Observer API.
88

99
Implementation is based on the MutationObserver (no polling unless DOM changes) with a fall back to a continuous dirty checking cycle if the first one is not supported. Doesn't modify observed elements. Handles CSS transitions/animations, `<textarea>` resizes and can possibly observe changes caused by dynamic CSS pseudo-classes, e.g. by `:hover`.
1010

11-
Compliant with the [spec](http://rawgit.com/WICG/ResizeObserver/master/index.html) and the native implementation. The size is _2.5kb_ when minified and gzipped.
11+
Compliant with the [spec](http://rawgit.com/WICG/ResizeObserver/master/index.html) and the native implementation. The size is _2.6kb_ when minified and gzipped.
1212

1313
[Live demo](http://que-etc.github.io/resize-observer-polyfill) (has style problems in IE10 and lower).
1414

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"node",
1111
"es6"
1212
],
13-
"version": "1.3.2",
13+
"version": "1.4.0",
1414
"main": [
1515
"dist/ResizeObserver.js"
1616
],

0 commit comments

Comments
 (0)