This project adheres to Semantic Versioning starting 1.0.
Compare with last published version.
Compare with last published version.
- Add
forced-colors
.
- Add CHANGELOG file (this file).
v1.0.0
is now the default version and v0.8.0
can be pulled by running npm install double-dash.scss@0
.
Compare with previous version.
- Add support for Dart SASS.
- Nintendo Switch:
- add a custom media query for the Nintendo Switch OLED;
- fix the Nintendo Switch custom media query.
- Remove unneeded space from media features.
- Remove support for
node-sass
.
Compare with previous version.
- Add
prefers-reduced-data
.
- Update level-5 Media Queries following spec.
Compare with previous version.
- Fix EditorConfig and remove it from shipped files. This has no impact on the library usage.
Compare with previous version.
- Add debug mode to output generated custom media queries in the CLI.
Compare with previous version.
- Fix ratios media queries generating unparsable media features.
Compare with previous version.
- Add Nintendo Switch Lite resolution.
- Sizes mixins: prefix removed (it is now
null
by default) for custom media queries generated by the following mixins:--w-is
,--w-to
,--h-is
,--h-to
. No changes for the all-round mixins (--w
and--h
).
Compare with previous version.
- Remove the currently writing mention at the top of
README.md
.
Compare with previous version.
- Add
--play
and--stop
aliases forprefers-reduced-motion
. - Add undocumented mixins for media queries types.
Fix missing parameter in --m()
mixin.
- Make the documentation more readable by splitting it into several topics.
Compare with previous version.
- Add pointers variables.
- Add some aliases.
Start documentation:
- media queries levels 4 and 5 spec awareness;
- Double Dash first look;
- document some common custom media queries.
--ratio-from-[name]
and--ratio-to-[name]
don’t include the ratio value anymore.
Compare with previous version.
- Add sizes and ratios variables and mixins.
- Custom media queries prefix for resolution is changed from
--dpi
to--resolution
.
Compare with previous version.
- Add resolutions variables and mixins.
First published version.