mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-04-04 06:18:04 +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:
parent
94f436008d
commit
6432073d62
17
CHANGELOG.md
17
CHANGELOG.md
@ -8,6 +8,20 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [6.7.0] - 2025-03-11
|
||||
|
||||
### Added
|
||||
|
||||
- Added encryption property to guest WiFi settings in tests
|
||||
- Added global fuzzy search and columns visibility to RichTable
|
||||
|
||||
### Changed
|
||||
|
||||
- Made thead of RichTable lighter
|
||||
- Updated dependencies in package.json to latest versions
|
||||
- Enhanced ActionButtonWithModal to support dynamic methods
|
||||
- NPM audit fix
|
||||
|
||||
## [6.6.2] - 2025-02-20
|
||||
|
||||
### Changed
|
||||
@ -448,7 +462,8 @@ and this project adheres to
|
||||
## [0.0.7] - 2019-09-02
|
||||
|
||||
[unreleased]:
|
||||
https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.2...dev
|
||||
https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.0...dev
|
||||
[6.7.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.2...v6.7.0
|
||||
[6.6.2]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.1...v6.6.2
|
||||
[6.6.1]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.0...v6.6.1
|
||||
[6.6.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.5.0...v6.6.0
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "foris",
|
||||
"version": "6.6.2",
|
||||
"version": "6.7.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "foris",
|
||||
"version": "6.6.2",
|
||||
"version": "6.7.0",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user