Skip to content

Latest commit

 

History

History
193 lines (150 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

193 lines (150 loc) · 13.7 KB

2.2.0 (2018-10-03)

Bug Fixes

  • 🐛 export CssVars using correc casing (b46164f)

Features

  • 🎸 export EsNext modules (1805455)
  • 🎸 export TypeScript types and improve build process (c050afd)

Performance Improvements

  • ⚡️ upgrade throttle-debounce lib, fix tests after refactor (a8da481)

2.1.0 (2018-09-30)

Bug Fixes

  • 🐛 simplify AfterDraf component (5d71134)

Features

  • 🎸 add GoogleAuthButton scaffolding (b22fb0a)
  • 🎸 implement Google auth Provider and Consumer components (ece3676)

2.0.1 (2018-06-28)

Bug Fixes

  • 🐛 fix .setState() warning in constructor (4a7b515)
  • 🐛 fix new TypeScript errors (f3e9529)

2.0.0 (2018-06-09)

Features

BREAKING CHANGES

  • bump version to v2

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)
  • fix repo address (a22254f)
  • 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

  • release v2
  • moved to React 16 context API