1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00

Bump v5.3.0

* Add & update translations
* Add rest of the props to DownloadButton component
* Add hostname validation
* Add wifi 802.11ax HE modes
* Set best Wi-Fi HT mode depending on the checked frequency
* Improve domain name RegEx pattern
* Remove customOrder prop in Select component
* Fix Wi-Fi translation strings
* Fix autocomplete attribute in PasswordInput
* Fix WiFi password max length check
* Fix documentation build
* Fix access token in publish script
* Refine & restructure Makefile
* Update GitLab CI image to Node.js v16
* NPM update (several dependencies)
* NPM audit fix
This commit is contained in:
Aleksandr Gumroian 2022-02-23 11:57:08 +01:00
parent 671c711a33
commit 536ccc0f03
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "foris",
"version": "5.2.0",
"version": "5.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "foris",
"version": "5.2.0",
"version": "5.3.0",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.21.1",

View File

@ -1,6 +1,6 @@
{
"name": "foris",
"version": "5.2.0",
"version": "5.3.0",
"description": "Set of components and utils for Foris and its plugins.",
"author": "CZ.NIC, z.s.p.o.",
"repository": {