1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-15 13:36:35 +02:00

Bump v6.7.0

* Add encryption property to guest WiFi settings in tests
* Add global fuzzy search and columns visibility to RichTable
* Make thead of RichTable lighter
* Update dependencies in package.json to latest versions
* Enhance ActionButtonWithModal to support dynamic methods
* NPM audit fix
This commit is contained in:
Aleksandr Gumroian
2025-03-11 15:28:00 +01:00
parent 94f436008d
commit 6432073d62
3 changed files with 20 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "foris",
"version": "6.6.2",
"version": "6.7.0",
"description": "Foris JS library is a set of components and utils for reForis application and plugins.",
"author": "CZ.NIC, z.s.p.o.",
"repository": {
@ -71,4 +71,4 @@
"docs": "npx styleguidist build ",
"docs:watch": "styleguidist server"
}
}
}