Skip to content

Latest commit

 

History

History
139 lines (124 loc) · 12 KB

CHANGELOG.md

File metadata and controls

139 lines (124 loc) · 12 KB

1.0.0 (2018-06-09)

Bug Fixes

  • .tsx -> .ts so is in build (f2e6066)
  • 🐛 include React correctly (36ed884)
  • add state to (73824ab)
  • allow setting max distance (89b910c)
  • allow to set only boolean (8e23e1c)
  • fix .onElement event (576e6ff)
  • fix event handling (ac2d04e)
  • fix build include .tsx files in output (218e0d3)
  • fix CSS resets after dep update (f64b2fa)
  • fix gulpfile build location (c74f736)
  • fix gulpfile build paths (0ea10f3)
  • localStorage can throw, wrap in try block (2ee63a7)
  • make initial SizeSensor width Infinity (f6c5787)
  • remove redundant isClient checks (38c2fc9)
  • remove unused debounce() function (aed1ee9)
  • rename .tsx -> .ts (a7d6834)
  • reverse logic (e55607f)
  • send event to onText callback (5546bdc)
  • set initial media muted value (55d9dd2)
  • universal render interface requires 2 args (422f677)
  • use .ts file (e9860c4)

Features

Performance Improvements

  • remove unnecessary regexp (f994f5d)

Tests

  • 💍 fix tests after context refactor and Enzyme update (f142450)

BREAKING CHANGES

  • moved to React 16 context API