Releases: kiliman/tailwindui-crawler
Update crawler to support downloading "alpine" version
You can now download the "alpine" version of the components.
You can also download the "alpine" version of the components.
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
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
Replace nullish coalescing operator ??
with ||
to support older Node versions.
Update HTML Preview for TailwindUI v2.0
- 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
If ADDTAILWINDCSS_URL
was set, it was not creating a proper <link>
tag.
Add prefixClasses transformer
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
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
v2.2.1 🚀 Deploy v2.2.1
Add convertVue transformer
Adds transformer to convert raw markup to Vue-compatible syntax
Add stripAlpine transformer
Adds transformer to strip Alpine.js attributes from markup