Releases: danielroe/beasties
Releases · danielroe/beasties
Release list
v0.4.3
Immutable
release. Only release title and notes can be modified.
v0.4.3 is the next minor release.
👉 Changelog
🚀 Enhancements
- beasties: support multiple beasties containers (#334)
- beasties: add
data-beasties-skipattribute to skip individual stylesheets (#335)
🩹 Fixes
- preserve trailing semicolon on nested at-rule statements (#323)
- vite-plugin: remove css files from bundle when below
inlineThreshold(#299)
🏡 Chore
- lint 🙈 (
240fbb9) - migrate to pnpm v11 (#317)
- lint (
fe05890) - migrate resolutions to
pnpm-workspace.yaml(61eb934)
🤖 CI
- pass packages glob to uppt release workflow (
1131954) - migrate release workflow to uppt (
6b71050) - add agent-scan workflow to flag bot-authored PRs (
dc4a3db)
🎉 New Contributors
- glimps-fde (@glimps-fde)
- kernoeb (@kernoeb)
- Ken (@mywill)
❤️ Contributors
- Daniel Roe (@danielroe)
- Daniel Slepov (@imslepov)
- glimps-fde (@glimps-fde)
- kernoeb (@kernoeb)
- Ken (@mywill)
v0.4.2
🐞 Bug Fixes
View changes on GitHub
v0.4.1
🐞 Bug Fixes
- Properly handle stylesheets when
publicPathis an absolute URL - by @alan-agius4 in #247 (4bff3)
View changes on GitHub
v0.4.0
🚨 Breaking Changes
- Safely parse mangled CSS with
postcss-safe-parser- by @joshfester in #225 (7dc49)
🚀 Features
- beasties: Add
remoteoption to download stylesheets - by @joshfester in #223 (e0cae)
🐞 Bug Fixes
- Preserve order of external stylesheets - by @imslepov and @danielroe in #246 (9ad37)
- beasties:
- Strip query/hash when resolving css filenames - by @danielroe (93478)
- Add
as=styleforswap-highpreload strategy - by @danielroe (32d96) - Set $$name on style elements for additionalStylesheets - by @danielroe (5fd0a)
- Trim empty
@mediaand@supportsblocks - by @danielroe (cb36d)
View changes on GitHub
v0.3.5
🐞 Bug Fixes
- Write pruned css to disk when
pruneSourceis enabled - by @shishkin17 in #138 (91453)
View changes on GitHub
v0.3.4
🐞 Bug Fixes
View changes on GitHub
v0.3.3
🐞 Bug Fixes
- beasties: Support valid combinator chaining - by @ManicardiFrancesco in #130 (2561d)
View changes on GitHub
v0.3.2
🐞 Bug Fixes
- Correctly handle CSS layers - by @alan-agius4 in #123 (fbb83)
- beasties:
- Expose types for
checkInlineThreshold- by @danielroe (d7789) - Remove preload links when pruning source - by @danielroe (ede66)
- Expose types for
- vite:
- Remove css files when fully inlined or under inline threshold - by @danielroe (91be2)
🏎 Performance
- beasties: Move checks after early return - by @danielroe (e24b5)
View changes on GitHub
v0.3.1
v0.3.0
🚀 Features
- beasties: Add new
swap-lowpreload strategy - by @SukkaW in #72 (f99ff) - vite: Add vite plugin - by @danielroe in #119 (1c1a4)
🐞 Bug Fixes
- beasties:
- Render
rel=preloadforswapstrategy - by @danielroe (ff45e) - Add
allowRulesto Options type - by @danielroe (ebfbe) - Handle empty nested pseudo-selectors - by @danielroe (1d758)
- Render