Skip to content

Latest commit

 

History

History
96 lines (77 loc) · 3.62 KB

CHANGELOG.md

File metadata and controls

96 lines (77 loc) · 3.62 KB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning. All minor versions less than 1.0.0 are breaking changes.

1.0.4 - 2021-11-29

  • Fix: Allow elements created in one window context to be observed when mounted to the DOM of another window context (#100)

1.0.3 - 2021-11-15

  • Fix: Allow elements to be observed across window contexts (#99)

1.0.2 - 2021-05-24

Fixed

  • Fix: Enable reuse of ResizeObserver (#96)
  • Fix allowing double tracking of the first element (#94; thgreasi)

1.0.1 - 2021-05-24

Fixed

  • Fix memory & cpu leak after disconnect() (#93; thgreasi)

Chores

  • Update various dev dependencies (#25, #27, #29, #31; dependabot)

1.0.0 - 2018-11-28

Added

  • Added unpkg field in package.json. You can now load dist/resize-observer.min.js via <script src="https://unpkg.com/resize-observer"></script>. (#14; renaatdemuynck)

Changed

  • Include src/ files in the npm package (#12)
  • resize-observer is now a ponyfill
  • Rewritten in TypeScript
  • Type declaration files are now generated
  • Migrate from Travis to CircleCI for PR tests (#13)
  • Removed defective coverage badge (f65192b)

1.0.0-alpha.1 - 2018-08-21

Changed

  • Include src/ files in the npm package (#12)

1.0.0-alpha.0 - 2018-08-13

Changed

  • resize-observer is now a ponyfill
  • Rewritten in TypeScript
  • Type declaration files are now generated

0.1.1 - 2018-08-10

Fixed

  • Added typings to package.json

0.1.0 - 2018-03-25

Fixed

  • new ResizeObserver, ResizeObserver.prototype.observe, and , ResizeObserver.prototype.unobserve should throw a TypeError when called with no arguments or the wrong argument type.

0.0.4 - 2016-10-26

Fixed

  • Use setTimeout instead of setInterval for fallback when requestAnimationFrame doesn't exist

0.0.3 - 2016-06-10

Changed

  • Updated CHANGELOG with links to diffs

Fixed

  • Removed erroneous [ from Typescript definition file
  • Improved Typescript definition file to more closely describe the interface

0.0.2 - 2016-06-08

Added

  • tests using mocha, chai, mock-browser, mock-raf

Fixed

  • get basic tests running
  • several critical typos and bugs that kept anything from working
  • CHANGELOG is now CHANGELOG.md for proper viewing in Github

0.0.1 - 2016-06-07

Added

  • base untested resize-observer
  • resize-observer typescript definition file
  • readme
  • license
  • npm package