heybourn / headwind

An opinionated Tailwind CSS class sorter built for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=heybourn.headwind
MIT License
1.38k stars 46 forks source link

[ALPHA] Test Headwind 2.0.0 #122

Open praveenperera opened 3 years ago

praveenperera commented 3 years ago

Please test this out and let me know if there's any problems.

If there's no problems i will publish v2.0.0 on May 1st

headwind-2.0.0.vsix.zip

edilsonborges commented 3 years ago

I was experiencing a bug (sort of) that the features wasn't working in single quotes. Installed this version and now is working fine. Thanks! 😊

petertriho commented 3 years ago

@praveenperera I'll see if I can get a pull request going over the weekend to add github actions to build/publish the vsix

praveenperera commented 3 years ago

@petertriho that would be nice, but I don’t think I want all commits to master being published. I rather give some time for people to test it out. Like we are doing right now.

I like the idea of making more periodic releases.

What do you think about keeping a production branch, the actions can build and publish off of that?

petertriho commented 3 years ago

Can have actions build off tags, releases or commits

I think it's best the actions build off releases

praveenperera commented 3 years ago

That’s true, building off tags makes more sense.

petertriho commented 3 years ago

https://docs.github.com/en/actions/reference/events-that-trigger-workflows#release

Could do something like:

praveenperera commented 3 years ago

I will publish on Wednesday May 5th this week

praveenperera commented 3 years ago

Hey @ryanhhhh I don't have the permissions I need to publish the new version (I thought I did). Could you publish it? Thanks

jayarjo commented 3 years ago

@praveenperera is it out already?

praveenperera commented 3 years ago

@praveenperera is it out already?

No, I need @ryanhhhh to release or give me some more permissions on vscode marketplace so I can do it myself

iKlsR commented 3 years ago

@ryanhhhh Can you take a look at this? Thanks.

rushi commented 3 years ago

@praveenperera What new features does your release have over this repo?

BennaceurHichem commented 3 years ago

@praveenperera JIT mode doesn't work in this release having this: class="w-[120px] block mr-1 border-gray-300 mr-1rounded-md focus:border-indigo-500 sm:text-sm focus:ring-indigo-500" block all the sorting due to w-[120px] class which is a JIT mode class, please let me know if there is a fix for that

pelletencate commented 2 years ago

@praveenperera Is @heybourn still supporting this repository? (And if so, what's the holdup here?) His last commit dates from November 2020 last release to marketplace was in January 2021; It appears that you've been giving Rustywind its fair share of updates in the mean time, but I've been forced to pin it to v0.6.7 to keep it compatible with currently avaailable Headwind.

rushi commented 2 years ago

I think if @praveenperera can just release his own forked extension and publish it on the marketplace it would be good since he seems to be much more active?

Thoughts?

DerekLoop commented 2 years ago

@praveenperera Hi! Any update on the JIT mode? I realize that Headwind is broken for JIT mode, but I couldn't sort the RegExp myself.

phacks commented 2 years ago

For anyone wondering how to install the 2.0.0 Alpha, here’s the command (to run after unzipping the file provided by @praveenperera in the original post):

code --install-extension headwind-2.0.0.vsix

If you don’t have the code CLI installed yet, you can follow these steps from the docs: https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line

maxfenton commented 2 years ago

Is the 2.0.0 alpha working for anyone with JIT classes? It does nothing for me.

bilogic commented 2 years ago

@praveenperera

How about turning this into Headwind2 on the marketplace? Thank you