New
0.16.0
π Added
- Add Beanie exception handler function (#680 by @wanderer056)
- Add support for Beanie hooks (#671 by @alexdlukens)
- Show and edit datetime values in the user timezone (#682 by @limouren)
- Save application state in URL query parameters (#700 by @jowilf)
- Set versions for custom JavaScript files (#702 by @jowilf)
π Fixed
- Fix Beanie serialization error when
idis excluded in list views (#678 by @wanderer056) - Fix Beanie always taking fields from the document instead of
ModelView(#676 by @wanderer056) - Fix Beanie validation order to persist
before_edithook changes (#697 by @abishek0057) - Fix issue where page is
NaNin URL query parameters (#701 by @jowilf) - Fix issue where page number is not updated in URL query parameters (#703 by @jowilf)
- Fix numerical filter where
0was sent to backend as an empty string (#708 by @MajorXaker) - Fix
CustomView.is_activenot working for custom root path (#715 by @Alwinator) - Fix CI pipeline issues (#718 by @jowilf)