Skip to content

Commit

Permalink
Update VueUse documentation (12.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Feb 12, 2025
1 parent 27ec5a0 commit e993baf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions lib/docs/filters/vueuse/entries.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ class EntriesFilter < Docs::EntriesFilter
"text": "usePreferredReducedMotion",
"link": "/core/usePreferredReducedMotion/"
},
{
"text": "usePreferredReducedTransparency",
"link": "/core/usePreferredReducedTransparency/"
},
{
"text": "useScreenOrientation",
"link": "/core/useScreenOrientation/"
Expand All @@ -264,6 +268,10 @@ class EntriesFilter < Docs::EntriesFilter
"text": "useShare",
"link": "/core/useShare/"
},
{
"text": "useSSRWidth",
"link": "/core/useSSRWidth/"
},
{
"text": "useStyleTag",
"link": "/core/useStyleTag/"
Expand Down Expand Up @@ -313,6 +321,10 @@ class EntriesFilter < Docs::EntriesFilter
"text": "onClickOutside",
"link": "/core/onClickOutside/"
},
{
"text": "onElementRemoval",
"link": "/core/onElementRemoval/"
},
{
"text": "onKeyStroke",
"link": "/core/onKeyStroke/"
Expand Down Expand Up @@ -788,6 +800,10 @@ class EntriesFilter < Docs::EntriesFilter
{
"text": "Time",
"items": [
{
"text": "useCountdown",
"link": "/core/useCountdown/"
},
{
"text": "useDateFormat",
"link": "/shared/useDateFormat/"
Expand Down
2 changes: 1 addition & 1 deletion lib/docs/scrapers/vueuse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Vueuse < UrlScraper
Licensed under the MIT License.
HTML

self.release = '12.0.0'
self.release = '12.5.0'
self.base_url = 'https://vueuse.org/'
self.initial_paths = %w(functions.html)
html_filters.push 'vueuse/entries', 'vite/clean_html', 'vueuse/clean_html'
Expand Down

0 comments on commit e993baf

Please sign in to comment.