Releases: greasify/vite-userscript-plugin
Releases · greasify/vite-userscript-plugin
1.11.0
⚠️ Breaking changes:
- feat: remove css injecting, update apis by @crashmax-dev in #28
Before:
import './style.css' // currently not working
After:
import style from './style.css?raw'
// adds the given style to the document and returns the injected style element
const styleElement = GM_addStyle(style)
// you can remove the style element
styleElement.remove()
Full Changelog: 1.10.0...1.11.0
1.10.0
What's Changed
- feat: add
fileName
param by @crashmax-dev in #24 - feat: overriding default esbuild transform options by @crashmax-dev in #25
Full Changelog: 1.9.2...1.10.0
1.9.2
Full Changelog: 1.9.1...1.9.2
1.9.1
Full Changelog: 1.9.0...1.9.1
1.9.0
What's Changed
- feat: minify in development mode/target esnext by @crashmax-dev in #23
Full Changelog: 1.8.0...1.9.0
1.8.0
What's Changed
- fix:
resource
meta by @crashmax-dev in #20 - v1.7 by @crashmax-dev in #22
Full Changelog: 1.6.6...1.8.0
1.6.6
Full Changelog: 1.6.5...1.6.6
1.6.5
What's Changed
- chore: bump dependencies
- chore(types): update violentmonkey
Full Changelog: 1.6.4...1.6.5
1.6.4
Full Changelog: 1.6.3...1.6.4
1.6.3
Full Changelog: 1.6.2...1.6.3