This repository was archived by the owner on Sep 6, 2018. It is now read-only.
Releases: twbs/mq4-hover-shim
Releases · twbs/mq4-hover-shim
v0.3.0
v0.2.0
Released 2015-05-15.
- #21: Switch from css-mediaquery to css-mq-parser in order to not crash on media queries that use browser hacks
v0.1.0
v0.0.4
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
postprocessorconstant object withpostprocessorFor()function.grunt-postcssdoes not pass along extra options from the Gruntfile, so instead of gettinghoverSelectorPrefixfrom the options object passed along by postcss, our options must now be explicitly passed topostprocessorFor(), which then returns an object of the same type as the oldpostprocessorproperty.
v0.0.3
v0.0.2
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
hovermedia 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