diff --git a/RELEASE-NOTES-1.38 b/RELEASE-NOTES-1.38 index 109b4eca526..be98901cf9a 100644 --- a/RELEASE-NOTES-1.38 +++ b/RELEASE-NOTES-1.38 @@ -63,6 +63,7 @@ For notes on 1.36.x and older releases, see HISTORY. * … ==== Changed external libraries ==== +* Updated WVUI from v0.3.0 to v0.3.2 * Updated wikimedia/parsoid from v0.14.0-a14 to v0.15.0-a1. * Updated wikimedia/purtle from 1.0.7 to 1.0.8. * Updated wikimedia/shellbox from 2.0.0 to 2.1.0. diff --git a/resources/lib/foreign-resources.yaml b/resources/lib/foreign-resources.yaml index 033018ae4ec..f0b33897b57 100644 --- a/resources/lib/foreign-resources.yaml +++ b/resources/lib/foreign-resources.yaml @@ -337,8 +337,8 @@ vuex: wvui: type: tar - src: https://registry.npmjs.org/@wikimedia/wvui/-/wvui-0.3.0.tgz - integrity: sha512-RiVvKReEn7KtvPzYghLr+e5FOYh71BWzaT1/uG/A2d8D6QM+0U5arF0MKJnB6drNvkQZPM/YcWu/IbV3zItcOA== + src: https://registry.npmjs.org/@wikimedia/wvui/-/wvui-0.3.2.tgz + integrity: sha512-IZF9X/LN7waIP/XWxoYVJx28Q1pcrWL3gRu/wLy1Aihi5PdiISdqFYNbSpLoH9Q+/94qBRS0wOvgrs0yksXmPw== dest: package/README.md: diff --git a/resources/lib/wvui/README.md b/resources/lib/wvui/README.md index 306ab3a17dd..077c25e8b65 100644 --- a/resources/lib/wvui/README.md +++ b/resources/lib/wvui/README.md @@ -7,6 +7,11 @@ Vue.js shared user-interface components for Wikipedia, MediaWiki, and beyond. Se Find WVUI's up-to-date code output in Storybook components demo at [doc.wikimedia.org](https://doc.wikimedia.org/wvui/master/ui/) +Please note that WVUI is deprecated and in patch-only maintenance mode. A new Vue.js based component +library will be created based on WVUI and other prototypical libraries by Wikimedia Foundation and +Wikimedia Deutschland. Visit [this Phabricator task](https://phabricator.wikimedia.org/T288980) to +follow the initialization of the new library. + ## Table of contents {ignore=true}