-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a changelog.
- Loading branch information
Showing
4 changed files
with
65 additions
and
5 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,60 @@ | ||
0.2.10 | ||
====== | ||
|
||
* Detect bounding rect bug with wrapped text, present in Chrome+FF (#25) | ||
|
||
0.2.9 | ||
===== | ||
|
||
* Use faster indexOf search for endContainer | ||
* Only export `rangefix.js` in package files | ||
|
||
0.2.8 | ||
===== | ||
|
||
* Preserve content order of fixed RectList (#11) | ||
|
||
0.2.7 | ||
===== | ||
|
||
* Use minimally valid src for test `<img>` | ||
|
||
0.2.6 | ||
===== | ||
|
||
* Chrome 55 bug: Treat IE/Edge's single rectangle response as valid | ||
|
||
0.2.4 | ||
===== | ||
|
||
* Use UMD (#7, #9) | ||
|
||
0.2.3 | ||
===== | ||
|
||
* Update feature detection to catch more bugs | ||
|
||
0.2.2 | ||
===== | ||
|
||
* Use safer batchPush to avoid issues with large arrays | ||
|
||
0.2.1 | ||
===== | ||
|
||
* Migrate jscs/jshint to eslint | ||
|
||
0.2.0 | ||
===== | ||
|
||
* Add detection for IE<=10 zoom bug (#4) | ||
|
||
0.1.1 | ||
===== | ||
|
||
* Fix for broken range.getBoundingClientRect behaviour in Safari | ||
|
||
0.1.0 | ||
===== | ||
|
||
Initial release |
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
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