Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 5.87 KB

CHANGELOG.md

File metadata and controls

63 lines (51 loc) · 5.87 KB

0.10.0 (2019-07-10)

Change Log

upcoming (2019/06/24 16:21 +00:00)

v0.8.0 (2019/06/24 16:19 +00:00)

v0.7.0 (2018/10/10 04:16 +00:00)

  • e6f5a25 revert react-responsive@5 change since it breaks ssr (@modosc)
  • ead65f6 update babel to released version, udpate react-responsive dep to @^5 (@modosc)

v0.6.0 (2018/07/08 23:31 +00:00)

  • c465518 update peerDeps for redux@4, cleanup old test stuff, dep updates (@modosc)
  • cca0920 update changelog (@modosc)

v0.5.0 (2018/02/02 19:27 +00:00)

  • 09a2c23 bump to 0.5.0 (@modosc)
  • fe362b4 add test for component prop (@modosc)
  • 18b2b94 default component to 'div' if not specified (@modosc)
  • 99c7685 react-responsive@4 (@modosc)
  • 3e31aca mocha -> jest, add workaround for babel arrow function coverage bug (@modosc)
  • 0cdcb04 update changelog (@modosc)

v0.4.0 (2017/12/15 22:53 +00:00)

  • ab90c68 add bootstrap components (@modosc)

v0.3.0 (2017/12/15 21:53 +00:00)

  • a73c006 updates, default to desktop size instead of tablet + 1, explicitly export methods to work around broken webpack treeshaking (@modosc)
  • aa9ccac Dependency updates
  • c4b82af update CHANGELOG
  • 8270e0f MediaQuery child can be a node or func. (@marnusw)

v0.2.0 (2017/10/04 16:44 +00:00)

v0.1.2 (2017/09/13 21:01 +00:00)

  • f19de88 add peerDeps in README.md

v0.1.1 (2017/09/13 20:56 +00:00)

  • 2e7c59e make react-responsive an actual dep instead of a peerDep

v0.1.0 (2017/09/13 20:32 +00:00)

  • 56bf7f1 initial version?
  • 7b17b7d make props.children optional, default to null
  • e040cd9 parser -> mobileParser
  • 92e7d57 responsiveReducer -> reducer
  • 1a33477 add eslint ruleset, fix test
  • 497728a simplify reducer
  • 8cb74f7 buildReducer -> buildResponsiveReducer
  • fc5d392 no user specified breakpoints for now
  • 0128c23 add component name
  • 372cc54 bugs
  • 874d236 add-module-exports, not sure we need this anymore
  • b977553 now with parser
  • 3ef699d initial build working, tests next
  • dba3b9e initial commit