Skip to content

Commit

Permalink
🚀 Deploy v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliman committed Oct 19, 2022
1 parent 8c307b9 commit 8a95768
Show file tree
Hide file tree
Showing 3 changed files with 1,173 additions and 875 deletions.
41 changes: 29 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,44 @@
# CHANGELOG

## v4.0.1

- 🔨 Specify node version supported node >= 12
- 🐛 Replace `??` with `||` to support node version before v14.5 [#73](https://github.com/kiliman/tailwindui-crawler/issues/73)

## v4.0.0

- ✨ Support new tailwindui.com site structure
- ✨ Add ability to download new Page Templates `TEMPLATES=1`

## v3.2.3
* 🐛 Fixes issue with parsing Alpine "preview" when not vaild HTML [#60](https://github.com/kiliman/tailwindui-crawler/issues/60)

- 🐛 Fixes issue with parsing Alpine "preview" when not vaild HTML [#60](https://github.com/kiliman/tailwindui-crawler/issues/60)

## v3.2.2
* 🔨 Replace email with License User in preview
* 📦 Update package versions

- 🔨 Replace email with License User in preview
- 📦 Update package versions

## v3.2.1
* 🐛 Use correct selector to get component title due to change in format

- 🐛 Use correct selector to get component title due to change in format

## v3.2.0
* ✨ Add bin to package [#51](https://github.com/kiliman/tailwindui-crawler/issues/51)
* ✨ Allow preview index to be relative to file not cwd [#50](https://github.com/kiliman/tailwindui-crawler/issues/50)
* ♻️ Refactor fetch to fetchWithRetry

- ✨ Add bin to package [#51](https://github.com/kiliman/tailwindui-crawler/issues/51)
- ✨ Allow preview index to be relative to file not cwd [#50](https://github.com/kiliman/tailwindui-crawler/issues/50)
- ♻️ Refactor fetch to fetchWithRetry

## v3.1.6
* 🔥 Remove optional chaining to support older node versions
* 🔥 Remove rewriting image URL now that images are downloaded locally

- 🔥 Remove optional chaining to support older node versions
- 🔥 Remove rewriting image URL now that images are downloaded locally

## v3.1.5
* 😍 Add @Yagnik as contributor
* 🔨 Allow downloading images for preview [#48](https://github.com/kiliman/tailwindui-crawler/issues/48)

- 😍 Add @Yagnik as contributor
- 🔨 Allow downloading images for preview [#48](https://github.com/kiliman/tailwindui-crawler/issues/48)

## v3.1.4
* 🔨 Remove ?id=hash from HTML

- 🔨 Remove ?id=hash from HTML
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindui-crawler",
"version": "4.0.0",
"version": "4.0.1",
"description": "Download TailwindUI components",
"main": "index.mjs",
"type": "module",
Expand Down
Loading

0 comments on commit 8a95768

Please sign in to comment.