Skip to content

Latest commit

Β 

History

History
374 lines (231 loc) Β· 19.5 KB

CHANGELOG.md

File metadata and controls

374 lines (231 loc) Β· 19.5 KB

2.13.3 (2020-06-15)

Bug Fixes

  • πŸ› update tslib dependency (7be746b)

2.13.2 (2019-09-23)

Bug Fixes

  • πŸ› call .laodMore() on multiple short pages (fe73c91)

2.13.1 (2019-04-05)

Bug Fixes

  • πŸ› call onElement from componentDidMount (95fd86f)

2.13.0 (2019-04-04)

Features

  • 🎸 don't blur elements with data-modal-ignore attribute (718c1df)

2.12.2 (2019-02-12)

Bug Fixes

  • typo in LocalStorage.md (ff1c8a8)

2.12.1 (2019-02-08)

Bug Fixes

  • example referred to incorrect component (cfa0671)

2.12.0 (2019-02-05)

Bug Fixes

  • πŸ› avoide React use "key" warnings (66fad9b)

Features

  • 🎸 add component (c9d767a)
  • 🎸 improve and add reference to docs (d95444d)

2.11.0 (2019-01-27)

Features

  • 🎸 add polling to scroll sensor and infinite scroll (dbc5646)

2.10.1 (2018-12-30)

Bug Fixes

  • πŸ› fix and data type (cd51a81)

2.10.0 (2018-12-25)

Bug Fixes

  • πŸ› fix when threshold not spec (a486bec)
  • πŸ› improve viewport sensors and speed up Storybook (16d1603)

Features

  • 🎸 add component (0768958)
  • 🎸 preload items 100px before the reach end (cb2990b)
  • 🎸 use window resize in ViewportScrollSensor (9004447)

2.9.3 (2018-12-22)

Bug Fixes

  • snapshot must be object or null (a1eaca6)

2.9.2 (2018-12-22)

Bug Fixes

2.9.1 (2018-12-22)

Bug Fixes

  • define shouldUpdate function (2277cfe)
  • ensure we always return boolean from shouldComponentUpdate (f2776ab)

2.9.0 (2018-12-22)

Features

  • 🎸 improve component (baae6ea)

2.8.1 (2018-11-20)

Bug Fixes

  • πŸ› fire onMount event before attempting to play video (cde669a)
  • πŸ› remove testing code (ac8c487)

2.8.0 (2018-11-20)

Features

  • 🎸 reset
  • 🎸 track canPlay boolean in state of

2.7.0 (2018-11-15)

Bug Fixes

Features

  • 🎸 prevent window scroll under (11b3a97)

2.6.0 (2018-10-22)

Features

2.5.0 (2018-10-20)

Features

  • TouchSupportSensor: Add the TouchSupportSensor HOC and func (a06fbed)

2.4.0 (2018-10-12)

Features

  • 🎸 improve props typings of (090c2bb)

2.3.0 (2018-10-12)

Bug Fixes

  • πŸ› loosen render prop types (392214e)

Features

  • 🎸 add universal component typings (f725230)

2.2.1 (2018-10-06)

Bug Fixes

  • πŸ› add typings to build artifacts (28812cc)

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