Skip to content

Latest commit

Β 

History

History
236 lines (115 loc) Β· 9.07 KB

CHANGELOG.md

File metadata and controls

236 lines (115 loc) Β· 9.07 KB

3.7.0 (2023-07-04)

Features

  • 🎸 add CodeSandbox support (f6e507c)

3.6.0 (2022-04-19)

Features

  • 🎸 bump react-simple-player dependency (23069dd)

3.5.1 (2022-04-13)

Bug Fixes

  • stop looping when library is ready (5a764d4)

3.5.0 (2022-04-13)

Features

  • 🎸 add dropbox support (82b236e)
  • 🎸 use global to specify Dropbox app key (e0cd6a8)

3.4.0 (2022-04-11)

Features

  • 🎸 add simple PDF viewer (ee7faba)

3.3.3 (2021-04-19)

Bug Fixes

  • deps: update dependency react-youtube to ^7.13.1 (7dafefc)

3.3.2 (2020-04-25)

Bug Fixes

  • πŸ› bump react-simple-player library (c661883)

3.3.1 (2020-04-25)

Bug Fixes

  • πŸ› bump react-simple-player (96d5733)

3.3.0 (2020-04-25)

Features

  • 🎸 add dark mode support to audio player (a32bc51)
  • 🎸 add support for dark mode in Twitter (b0ef2cd)
  • 🎸 improve supported audio file formats (9d639d9)
  • 🎸 support responsivenes in audio player (f79158f)

3.2.0 (2020-04-24)

Features

  • 🎸 add react-simple-player (1df0a8c)

3.1.0 (2020-04-19)

Bug Fixes

  • πŸ› add controls to react-player (08e52bc)

Features

3.0.1 (2020-03-17)

Bug Fixes

  • adds support for shortened youtube share links (f78f13f)

3.0.0 (2020-02-16)

Features

  • 🎸 stretch YouTube videos 100% (967984a)

BREAKING CHANGES

  • 🧨 YouTube embeds are now stretched to 100% width. Limit stretching by wrapping this component in a custom
    .

2.7.1 (2019-08-17)

Bug Fixes

  • πŸ› wrap only block success contents (9a7f320)

2.7.0 (2019-08-17)

Features

  • 🎸 add renderWrap() prop (f984b4f)

2.6.0 (2019-04-24)

Features

  • 🎸 impl Tweet from scratch, make sure it fits into rect (f419a40)
  • 🎸 make figma block fit outer box (cf76ab0)
  • 🎸 make gist fit outer box (b63d31e)
  • 🎸 make imgur fit box (0b25ed1)
  • 🎸 make JsFiddle fit box without margins (ad201df)
  • 🎸 make sure components fit without margins in container (79f78cf)
  • 🎸 make sure gmaps fits box well and has rounded corners (4ab3749)

2.5.0 (2019-04-24)

Bug Fixes

  • πŸ› replace renderLoading() by fallback (4175be9)
  • πŸ› vendor react-gist as importing it crashes (fec94c5)

Features

  • 🎸 add error boundary (6956bdb)

2.4.0 (2019-04-23)

Features

  • 🎸 make blocks responsive to small down to 300px sizes (90bfe0c)

2.3.1 (2019-04-18)

Bug Fixes

2.3.0 (2019-03-06)

Features

  • 🎸 add gfycat block (45f46d1)

2.2.0 (2019-03-06)

Features

  • 🎸 add figma block (434cabe)
  • 🎸 add gmaps block (08de529)

2.1.0 (2019-03-06)

Features

2.0.0 (2019-02-27)

Bug Fixes

  • πŸ› export typings from module (ff6c8b4)

Features

  • 🎸 add JSFiddle iframe (5fcdb7e)
  • 🎸 add react-player (d786dcd)
  • 🎸 make default export lazy loaded (aa06d4b)

BREAKING CHANGES

  • Now default component is React.lazy()

1.2.0 (2019-02-26)

Features

  • 🎸 add Vimeo through react-player (aba25e4)

1.1.0 (2019-02-23)

Features

  • 🎸 add soundcloud (ca87b30)
  • 🎸 feat make library itself lazy (4bea742)

1.0.0 (2019-02-23)

Bug Fixes

  • πŸ› add back yourtube.com domain without WWW (9e42113)

Features

  • 🎸 add render prop (1ac763d)
  • 🎸 add renderVoid prop to render errors and null (1d1aab7)
  • 🎸 add YouTube block (a744d7f)
  • 🎸 feat use renderLoading() while block is being loaded (bb8c794)
  • 🎸 implement first version with routing (a6de691)
  • 🎸 lazy load blocks and better router error handling (9a93642)