Skip to content

Releases: kiliman/tailwindui-crawler

Update crawler to support downloading "alpine" version

15 Apr 14:46
Compare
Choose a tag to compare

You can now download the "alpine" version of the components.

You can also download the "alpine" version of the components. ⚠️ WARNING: the
alpine code is NOT production ready. It does not support accessibility and
is used to show a preview of how the component interactivity can be implemented.

Add support for downloading React and Vue components

14 Apr 23:08
Compare
Choose a tag to compare

The Tailwind UI site has been changed to include React and Vue components. The v2 version of the crawler no longer works on the new site. This version will enable you to download the different language versions of the components.

🐛 Fix issue with older Node versions

24 Mar 14:33
Compare
Choose a tag to compare

Replace nullish coalescing operator ?? with || to support older Node versions.

Update HTML Preview for TailwindUI v2.0

16 Mar 23:19
Compare
Choose a tag to compare
  • Preview is now a direct copy of live site
  • Does not apply transformers to preview
  • Generates app.css using @tailwindcss/jit
  • Includes ability to resize iframe component

Hotfix issue with ADDTAILWINDCSS_URL

19 Apr 01:59
Compare
Choose a tag to compare

If ADDTAILWINDCSS_URL was set, it was not creating a proper <link> tag.

Add prefixClasses transformer

18 Apr 20:02
Compare
Choose a tag to compare

This update adds a new transformer prefixClasses. This will add a prefix defined in PREFIXCLASSES_PREFIX to all tailwind classes.

Add HTMLMODE and changeColor/changeLogo transformers

16 Apr 14:55
Compare
Choose a tag to compare

Tailwind UI no longer includes the Alpline.js code in the code preview. HTMLMODE setting allows you to specify if you want the Alpine version (alpine default) or the HTML comments (comments).

This also includes new transformers changeColor and changeLogo.

Add polyfill for string.matchAll for node versions < 12

11 Apr 17:12
Compare
Choose a tag to compare

Add convertVue transformer

11 Apr 16:08
Compare
Choose a tag to compare

Adds transformer to convert raw markup to Vue-compatible syntax

Add stripAlpine transformer

11 Apr 16:07
Compare
Choose a tag to compare

Adds transformer to strip Alpine.js attributes from markup