Skip to content

Commit

Permalink
Release 0.2.10
Browse files Browse the repository at this point in the history
Add a changelog.
  • Loading branch information
edg2s committed Jan 7, 2022
1 parent 527ecf1 commit b6fa842
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 5 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rangefix",
"version": "0.2.9",
"version": "0.2.10",
"description": "Workaround for browser bugs in Range.prototype.getClientRects and Range.prototype.getBoundingClientRect.",
"license": "MIT",
"author": "Ed Sanders",
Expand Down
4 changes: 2 additions & 2 deletions rangefix.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* RangeFix v0.2.9
* RangeFix v0.2.10
* https://github.com/edg2s/rangefix
*
* Copyright 2014-17 Ed Sanders.
* Copyright 2014-22 Ed Sanders.
* Released under the MIT license
*/

Expand Down

0 comments on commit b6fa842

Please sign in to comment.