mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-04-25 08:46:39 +02:00
Bump v6.7.2
* Add Turris logo to enhanced QR code display * Replace deprecated QRCode component with QRCodeSVG * Refactor button click handlers to simplify event handling in WiFiQRCode * Re-resolve and re-lock all npm dependencies in package-lock.json * Override markdown-to-jsx version in order to solve audit issues * docs: Enhance styleguide configuration with new font and layout options * docs: Refactor development and introduction sections * docs: Fix code snippets syntax highlighting & some refactoring * docs: Update SubmitButton component * NPM audit fix
This commit is contained in:
parent
5a8281393a
commit
15da3249fc
21
CHANGELOG.md
21
CHANGELOG.md
@ -8,6 +8,24 @@ and this project adheres to
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [6.7.2] - 2025-04-22
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added Turris logo to enhanced QR code display
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Replaced deprecated QRCode component with QRCodeSVG
|
||||||
|
- Refactored button click handlers to simplify event handling in WiFiQRCode
|
||||||
|
- Re-resolved and re-locked all npm dependencies in package-lock.json
|
||||||
|
- Overridden markdown-to-jsx version in order to solve audit issues
|
||||||
|
- docs: Enhanced styleguide configuration with new font and layout options
|
||||||
|
- docs: Refactored development and introduction sections
|
||||||
|
- docs: Fixed code snippets syntax highlighting & some refactoring
|
||||||
|
- docs: Updated SubmitButton component
|
||||||
|
- NPM audit fix
|
||||||
|
|
||||||
## [6.7.1] - 2025-04-04
|
## [6.7.1] - 2025-04-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -468,7 +486,8 @@ and this project adheres to
|
|||||||
## [0.0.7] - 2019-09-02
|
## [0.0.7] - 2019-09-02
|
||||||
|
|
||||||
[unreleased]:
|
[unreleased]:
|
||||||
https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.1...dev
|
https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.2...dev
|
||||||
|
[6.7.2]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.1...v6.7.2
|
||||||
[6.7.1]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.0...v6.7.1
|
[6.7.1]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.0...v6.7.1
|
||||||
[6.7.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.2...v6.7.0
|
[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.2]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.1...v6.6.2
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -6,7 +6,7 @@
|
|||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "foris",
|
"name": "foris",
|
||||||
"version": "6.7.1",
|
"version": "6.7.2",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "foris",
|
"name": "foris",
|
||||||
"version": "6.7.1",
|
"version": "6.7.2",
|
||||||
"description": "Foris JS library is a set of components and utils for reForis application and plugins.",
|
"description": "Foris JS library is a set of components and utils for reForis application and plugins.",
|
||||||
"author": "CZ.NIC, z.s.p.o.",
|
"author": "CZ.NIC, z.s.p.o.",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user