Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Releases: twbs/mq4-hover-shim

v0.3.0

01 Oct 08:41
Compare
Choose a tag to compare

Released 2015-10-01.

  • Bump postcss to ^5.0.8 and migrate away from now-deprecated methods
  • Bump css-mq-parser to ^0.0.3
  • Update build tools

v0.2.0

15 May 19:09
Compare
Choose a tag to compare

Released 2015-05-15.

v0.1.0

15 May 18:51
Compare
Choose a tag to compare

Released 2015-02-05.

  • Renamed package from mq4-hover-hover-shim to mq4-hover-shim
  • Moved repo from cvrebert/mq4-hover-hover-shim to twbs/mq4-hover-shim
  • Bumped version to 0.1.0

v0.0.4

19 Jan 01:26
Compare
Choose a tag to compare

Released 2015-01-18.

Note: Contains a breaking Node.js-side API change!

  • 9d035dd: Fixed postprocessor crash that happened whenever the CSS contained a media-type-only media query; e.g. @media print {...}
  • 5b3cac9: Replaced postprocessor constant object with postprocessorFor() function. grunt-postcss does not pass along extra options from the Gruntfile, so instead of getting hoverSelectorPrefix from the options object passed along by postcss, our options must now be explicitly passed to postprocessorFor(), which then returns an object of the same type as the old postprocessor property.

v0.0.3

19 Jan 01:18
Compare
Choose a tag to compare

Released 2015-01-14.

  • #9: Added jspm metadata.
  • #7: Improved docs about available client-side module formats
  • Other documentation improvements.

v0.0.2

09 Jan 21:30
Compare
Choose a tag to compare

Released 2015-01-09.

  • #3: Document behavior when JS is disabled
  • #2: Document "laplet" (device w/ both touch & mouse-like input mechanisms) edge case behavior
  • Improve IE Mobile <=10 detection/support
  • Improve Android <=2.3 detection/support
  • #1: Make npm module expose paths to client-side files
  • #4, #6: Listen for dynamic changes to media query results in future browsers with native support for the hover media feature
    • We now fire an event whenever the primary pointer's support for true hovering changes
    • To support this, the event-related portion of jQuery is now a dependency.
  • Refuse to support Bower

v0.0.1

01 Jan 03:48
Compare
Choose a tag to compare

Released 2014-12-31.

Initial release.