From e993bafc4719ebdefd6d9302445dbdf62be6c04c Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 12 Feb 2025 08:59:31 +0100 Subject: [PATCH] Update VueUse documentation (12.5.0) --- lib/docs/filters/vueuse/entries.rb | 16 ++++++++++++++++ lib/docs/scrapers/vueuse.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/lib/docs/filters/vueuse/entries.rb b/lib/docs/filters/vueuse/entries.rb index a3d0af56..2bd0e05d 100644 --- a/lib/docs/filters/vueuse/entries.rb +++ b/lib/docs/filters/vueuse/entries.rb @@ -248,6 +248,10 @@ module Docs "text": "usePreferredReducedMotion", "link": "/core/usePreferredReducedMotion/" }, + { + "text": "usePreferredReducedTransparency", + "link": "/core/usePreferredReducedTransparency/" + }, { "text": "useScreenOrientation", "link": "/core/useScreenOrientation/" @@ -264,6 +268,10 @@ module Docs "text": "useShare", "link": "/core/useShare/" }, + { + "text": "useSSRWidth", + "link": "/core/useSSRWidth/" + }, { "text": "useStyleTag", "link": "/core/useStyleTag/" @@ -313,6 +321,10 @@ module Docs "text": "onClickOutside", "link": "/core/onClickOutside/" }, + { + "text": "onElementRemoval", + "link": "/core/onElementRemoval/" + }, { "text": "onKeyStroke", "link": "/core/onKeyStroke/" @@ -788,6 +800,10 @@ module Docs { "text": "Time", "items": [ + { + "text": "useCountdown", + "link": "/core/useCountdown/" + }, { "text": "useDateFormat", "link": "/shared/useDateFormat/" diff --git a/lib/docs/scrapers/vueuse.rb b/lib/docs/scrapers/vueuse.rb index 3933b60c..d9e6748c 100644 --- a/lib/docs/scrapers/vueuse.rb +++ b/lib/docs/scrapers/vueuse.rb @@ -22,7 +22,7 @@ module Docs 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'