Releases: jareware/viewports
Releases · jareware/viewports
Compiler compat bump
This maintenance release:
- Bumps compatibility with both supported compilers (see the exact list of supported versions)
- Refactors the test runner to use Docker for isolated test environments
- Adds
npm
availability
Compiler compat bump
This maintenance release bumps compatibility with both supported compilers:
sass
gem (from3.3.14
to latest3.4.5
)node-sass
(from0.9.3
to latest0.9.6
)
Both had backwards-incompatible upstream changes, which are now taken into account (#2, #3). Thanks @jvah for the PR's! 🙇
The test suite is also updated to allow batch runs against large ranges of compiler versions, for regression testing.
libsass compatibility
This release introduces libsass
compatibility, along with the ability to run the test suite against both compilers.
Also minor doc-fixes.
npm & bower version sync
This release fixes an inconsistency in the "version" field between the package.json and bower.json files. Sorry about that.
Breakpoint-debugging output
This release introduces:
- Optional debugging output to
<body>
during development, naming either the current viewport range or reporting a config error - Improved documentation
- Better introduction on the live demo site
Initial public release
v0.5.0 Updated package.json to mark release.