Releases: parcel-bundler/lightningcss
Releases · parcel-bundler/lightningcss
v1.0.3
What's Changed
- Implement basic parsing for legacy
@viewport
rule in 56e6bf0 - Add basic CLI by @schultyy in #44
- Added
StyleSheet::new
method to Rust API by @deckchairlabs in #53 - Simplify comparison in browser compatibility data by @Danue1 in #54
- Write url placeholders with quotes in 41eefe4
New Contributors
- @schultyy made their first contribution in #44
- @deckchairlabs made their first contribution in #53
- @Danue1 made their first contribution in #54
Full Changelog: v1.0.2...v1.0.3
v1.0.2
- Improves minification of background position - 07c1e79
- Fix parsing bug with
normal
keyword infont
shorthand - 939d171 - Fixes TypeScript definitions for targets option - a6a4bdc
- Adds a WASM build that can be used in Deno or natively in browsers. See the readme for details.
v1.0.1
This release publishes architecture specific packages, e.g. @parcel/css-darwin-arm64
, rather than a single package containing binaries for all platforms. The main @parcel/css
package has optional dependencies on each of these, and package managers will ignore packages that aren't compatible. This reduces the typical install size of @parcel/css
to ~3.8 MB.