CHANGELOG¶
0.1.1 (unreleased)¶
Refactor: Extracted asset management into AssetManager class.
Accessibility: Updated RadioField templates to use <fieldset> and <legend> (Issue #92).
Accessibility: Implemented keyboard accessibility for tooltips (RGAA 12.11) (Issue #107).
Accessibility: Implemented grouping for FormField and SelectMultipleField (RGAA 11.5) (Issue #123).
Documentation: Added Troubleshooting guide.
Dev: Added pre-commit configuration.
Dev: Added GitHub Issue templates.
0.1.0 (31-10-2025)¶
Main version of FeretUI, based on the POC
Added Request object
Added Response object
Added Session object
Added templating
Added actions callbacks mechanism.
Added pages callbacks mechanism.
Added WTForm
Added menus
Added Resource (list, create, read, update, delete, actions)
Added static file register
Added themes
Added translation behaviours
Added authentification