First beta release.
- Forms - Fix 0 as initial value for number input
- Forms - Remove Roboto font fix hack on windows
- Frontend - module heareds fixed
- Admin - list sorting support
- Admin - fixedHeader fixed
- Admin - fix pagination display bug under dj19
- Admin - lost actions support
- Admin - added datetime today shortcut links
- Admin - added filter for select multiple field
- Admin - readonly fields support for inlines
- Admin - mansory layout for index page
- Admin - added app and model icons support
The last alpha release.
- Forms - Fix controls in new forms in formsets
- Forms - New way to append or override widget attrs in template
- Forms - Removed group_class, add_group_class, add_label_class redifinable parts
- Admin - Match table styles to google guidelines.
- Admin - Start to work on admin widget support improvements http://forms.viewflow.io/demo/widget/admin/
- Admin - Fix scrollbar
- Frontend - Switch from fontawesome to material-design-iconic font
- Frontend - Fix broken links on user navigation menu
- Frontend - Modules are refactored to AppConfig mixins
- First release with full django stardard widgets support
- Forms - New per-widget demos on http://forms.viewflow.io/demo/widget/
- Forms - Many widget behaviour fixes (DecimalInput, Select, MultiSelect, RadioInput)
- Forms - Disable change datetime on mouse wheel
- Admin - Style fixes and improvements
- Admin - Custom form layouts support (ex: http://forms.viewflow.io/admin/sales/shipment/add/)
- Admin - Admin css/js files moded to separate templates. Fix static files issue with CDN
- Admin - Move All js/css dependencies inside the package. Meke it intranet app fiendly.
- Frontend - Style fixes and improvements
- Frontend - Fix load indicator on pjax back
- Django 1.9 support
- Forms - Add latest materializecss
- Admin - Support for Readonly widget
- Admin - Custom admin site support
- Admin - Proper lang_code for html
- Admin - Tabular inlines formset support
- Admin - Fk and Many2Many fields support
- Frontend - Integrate django-easy-pjax into the app
- Frontend - Cancel animation as soon as page loaded
- Forms - CheckboxSelectMultiple widgets with multi-column layout support
- Forms - TimeiInput widget support (thnks @Morozzzko)
- Forms - Dynamic formsets support
- Admin - fix user change password form
- Frontend - support for smooth navigation back to initial page
- Migrated to new version of materializecss framework
- List all applications in admin navigation menu
- Added breadcrumbs in admin
- Custom material css and js cleanup
- New Frontend template
- Various widget rendering fixes (splitdatetime, empty selects)
- Fixed SplitDateTime widget rendering with empty value
- More consistent parts/variables names over widgets templates
- Fixed file field submition and validation
- Compact html output
- Added ellipses on long labels overflow
- Switched to material design
- Initial admin interface support
- First alpha version extracted from Viewflow library
- Basic django widgets support