Skip to content

Releases: greasify/vite-userscript-plugin

1.11.0

Choose a tag to compare

@crashmax-dev crashmax-dev released this 08 Sep 15:07

⚠️ 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

Choose a tag to compare

@crashmax-dev crashmax-dev released this 07 Jul 11:45

What's Changed

Full Changelog: 1.9.2...1.10.0

1.9.2

Choose a tag to compare

@crashmax-dev crashmax-dev released this 07 Jul 10:56

Full Changelog: 1.9.1...1.9.2

1.9.1

Choose a tag to compare

@crashmax-dev crashmax-dev released this 06 Jul 09:44

Full Changelog: 1.9.0...1.9.1

1.9.0

Choose a tag to compare

@crashmax-dev crashmax-dev released this 06 Jul 09:44

What's Changed

Full Changelog: 1.8.0...1.9.0

1.8.0

Choose a tag to compare

@crashmax-dev crashmax-dev released this 06 Jul 09:44

What's Changed

Full Changelog: 1.6.6...1.8.0

1.6.6

Choose a tag to compare

@crashmax-dev crashmax-dev released this 28 Nov 09:33

Full Changelog: 1.6.5...1.6.6

1.6.5

Choose a tag to compare

@crashmax-dev crashmax-dev released this 28 Nov 08:55

What's Changed

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

Full Changelog: 1.6.4...1.6.5

1.6.4

Choose a tag to compare

@crashmax-dev crashmax-dev released this 13 Nov 16:37

Full Changelog: 1.6.3...1.6.4

1.6.3

Choose a tag to compare

@crashmax-dev crashmax-dev released this 13 Nov 16:27

Full Changelog: 1.6.2...1.6.3