Skip to content

Releases: remcohaszing/monaco-tailwindcss

v0.6.1

30 Jul 15:35
v0.6.1
dd0917f
Compare
Choose a tag to compare

Full Changelog: v0.6.0...v0.6.1

v0.6.0

24 Mar 13:13
v0.6.0
ebda0dc
Compare
Choose a tag to compare
  • Update to Tailwind 3.2.7
  • Update to tailwind-language-server 0.0.28.
  • Allow passing a Tailwind config without content.
  • Use monaco-types, but still require monaco-editor due to an upstream dependency.

Full Changelog: v0.5.0...v0.6.0

v0.5.0

21 Oct 10:34
v0.5.0
08c8720
Compare
Choose a tag to compare
  • Support Tailwind 3.2.
  • Update tailwindcss-language-service to 0.0.25.

v0.4.2

29 Aug 14:55
v0.4.2
1987075
Compare
Choose a tag to compare
  • Fix automated releases.

v0.4.1

29 Aug 14:42
v0.4.1
2d4ea53
Compare
Choose a tag to compare
  • Fix text overflow caused by color decorators.
  • Allow passing a string to setTailwindConfig.

v0.4.0

01 Jul 12:22
v0.4.0
751084f
Compare
Choose a tag to compare
  • Updated to tailwindcss 3.1.0.
  • Types are used now from tailwindcss instead of @types/tailwindcss.
  • configureMonacoTailwindcss now accepts the monaco-editor module as its first argument.

v0.3.1

04 Jun 10:12
v0.3.1
12543d8
Compare
Choose a tag to compare
  • Fix a regular expression bug in Safari.

v0.3.0

21 Apr 14:22
v0.3.0
11c5991
Compare
Choose a tag to compare

What's Changed

  • Allow processing the Tailwind configuration in the worker. This allows to integrate Tailwind plugins.
  • Update dependencies.
  • Move @types/tailwindcss into dependencies
  • Fix support for a custom separator
  • Add generateStylesFromContent() function to generate CSS in the browser.

Full Changelog: v0.1.0...v0.3.0

Again many thanks to @mhsdesign!

v0.1.0

07 Apr 16:00
v0.1.0
c69a142
Compare
Choose a tag to compare

Initial release.

Many thanks to @mhsdesign!