Skip to content

Releases: greasify/vite-userscript-plugin

1.11.0

08 Sep 15:07
Compare
Choose a tag to compare

⚠️ Breaking changes:

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

07 Jul 11:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.2...1.10.0

1.9.2

07 Jul 10:56
Compare
Choose a tag to compare

Full Changelog: 1.9.1...1.9.2

1.9.1

06 Jul 09:44
Compare
Choose a tag to compare

Full Changelog: 1.9.0...1.9.1

1.9.0

06 Jul 09:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.9.0

1.8.0

06 Jul 09:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.6...1.8.0

1.6.6

28 Nov 09:33
Compare
Choose a tag to compare

Full Changelog: 1.6.5...1.6.6

1.6.5

28 Nov 08:55
Compare
Choose a tag to compare

What's Changed

  • chore: bump dependencies
  • chore(types): update violentmonkey

Full Changelog: 1.6.4...1.6.5

1.6.4

13 Nov 16:37
Compare
Choose a tag to compare

Full Changelog: 1.6.3...1.6.4

1.6.3

13 Nov 16:27
Compare
Choose a tag to compare

Full Changelog: 1.6.2...1.6.3