All Versions
48
Latest Version
Avg Release Cycle
25 days
Latest Release
-

Changelog History
Page 2

  • v6.1.0 Changes

    • ๐Ÿ›  Fix values prop existence not forcing static query resolution (Thanks @Herdismaria)
  • v6.0.0 Changes

    • Require React v16.3.0 or higher
    • โšก๏ธ Update and simplify all lifecycle functions
    • โœ‚ Remove all support for wrapper elements
      • Previously, when either component or non-mediaquery props were provided, we would render a wrapper element. This behavior no longer exists.
      • The rendering logic is now a basic ternary - matches ? props.children : null
    • Thanks to @whatknight for doing the work here.
  • v5.0.0 Changes

  • v4.1.0

    March 26, 2018
  • v4.0.5 Changes

    March 07, 2018
    • ๐Ÿ“ฑ e61ec94 4.0.5 (@contra)
    • ๐Ÿš€ a8ec8e6 pre-release (@contra)
    • ๐Ÿ“ฑ #146 Guard against null children (@lunaleaps)
    • ๐Ÿ“ฑ 3b40652 Guard against null children (@lunaleaps)
  • v4.0.4 Changes

    February 09, 2018
    • ๐Ÿ“ฑ 77d37de 4.0.4 (@contra)
    • ๐Ÿ“ฑ 19191ed closes #140 (@contra)
  • v4.0.3 Changes

    November 22, 2017
    • ๐Ÿ“ฑ 191d938 4.0.3 (@contra)
    • ๐Ÿ“ฑ a035cc5 closes #134 (@contra)
  • v4.0.2 Changes

    November 21, 2017
    • ๐Ÿ“ฑ 6e1a359 4.0.2 (@contra)
  • v4.0.1 Changes

    November 21, 2017
    • ๐Ÿ“ฑ 2aa6b94 4.0.1 (@contra)
    • ๐Ÿ“ฑ 6908332 maybe fixes #134 (@contra)
  • v4.0.0 Changes

    November 16, 2017
    • ๐Ÿ“ฑ b78938d 4.0.0 (@contra)
    • ๐Ÿ“ฑ bd1c554 deps (@contra)
    • ๐Ÿ“ฑ #132 fix: support React 16 fragments (@jessepinho)
    • ๐Ÿ— aefef55 chore: build assets (@jessepinho)
    • ๐Ÿ’… 184b88e style: make wrapChildren one line (@jessepinho)
    • ๐Ÿ“ฑ 95edc69 feat: don't wrap strings, either (@jessepinho)
    • โšก๏ธ 0436fb5 chore: update React peer dependency (@jessepinho)
    • ๐Ÿ“ฑ 36f8372 fix: support React 16 fragments (@jessepinho)
    • ๐Ÿ“ฑ #130 docs(CHANGELOG): 3.0.0 (@evenchange4)
    • ๐Ÿ“ฑ aaceb45 docs(CHANGELOG): 3.0.0 (@evenchange4)
    • ๐Ÿ“ฑ #129 Fix view duplication in common uses example (@sonaye)
    • ๐Ÿ“ฑ 55a0f47 Fix view duplication in common uses example (@sonaye)
    • ๐Ÿ“ฑ edbd8e7 3.0 (@contra)