- Forms - Default theme secondary color changed to green
- Frontend - Added startmodule management command
- Frontend - Added list view actions (PRO)
- Frontend - Integration with django-filters (PRO)
- Frontend - Active page highlight fixed under IE/Safari
- Admin - Fix ManyToMany field height
- Admin - Fix change form markup
- Fix admin raw_id select on django 1.10
- Forms - Upgrade to Materialize CSS 0.97.8
- Frontend, Admin - New sidebar with user photo
- Frontend, Admin - Massive CSS/JS/HTML cleanup
- Frontend, Admin - Serve minfied js/css in the production mode
- Frontend - Switch from unsupported PJAX to Turbolinks!
- Admin - Use model_admin.has_module_permission() permission check
- Fix admin read-only field for simple values
- Fix duplicate error message for admin non field error.
- Forms - Add Formset and Inlines Form fields (PRO)
- Forms - Add input[type=range] support
- Forms - Fix initial label position for datetime field with value
- Forms - Fix initial label position for number field with zero as inital value
- Forms - Fix XSS vulnerability in input fields.
- Forms - Fix CSS inclusion default template
- Frontend - Fix module delete
- Frontend - Add CRUD views and viewset
- Frontend - Remove LOGIN_REDIRECT_URL override on frontend autoregister
- Admin - User user.get_username instead of user.username
- Admin - Django 1.9/1.10 compatibility
- Admin - Readonly field support in inlines
- Admin - Use AdminSite.site_url as back link
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