Skip to content

Commit

Permalink
reforis: update to version 3.0.0
Browse files Browse the repository at this point in the history
* Add & update Weblate translations
* Add fontAwesomeIcons library
* Add congrats emoji to GuideFinish heading
* Add SkipLink component for accessibility improvement
* Migrate to React FontAwesome v6
* Fix dark mode flickering screen
* Fix navigation collapse on mobile
* Fix Guide layout on different screen sizes
* Update Foris JS library to v6.1.0
* Update theme context to handle favicon change and improve initialization
* Refactor app.scss to match common Turris Bootstrap theme
* Refactor GuideHelper & GuideControls components
* Refactor Interface component
* Refactor ErrorBoundary component and removed unused CSS
* Remove obsolete styles & refactored icons
* NPM audit fix

Additional changes from v2.1.0

* Add & update Weblate translations
* Add third state for test connection results
* Add Dark Mode to the TopBar
* Migrate to Bootstrap v5.3.x
* Fix building of the JS docs
* Fix processing DHCP lease time units
* Fix navigation sections collapse
* Replace Pylint & Pycodestyle for Ruff
* Replace online Lato font with a local one
* Refactor Notification API
* Refactor Notifications component
* Refactor update_reboot_settings function in updater.py
* Update Foris JS library to v6.0.3
* Update FontAwesome library to v6.5.2
* Remove required attribute from new MAC address input
* Other improvements
* NPM audit fix
  • Loading branch information
muzikr committed Sep 5, 2024
1 parent f3308f1 commit 5907700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/reforis/reforis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=reforis
PKG_VERSION:=2.0.0
PKG_VERSION:=3.0.0
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
Expand Down

0 comments on commit 5907700

Please sign in to comment.