All Versions
14
Latest Version
Avg Release Cycle
165 days
Latest Release
1646 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.7 Changes
October 26, 2020- ๐ Bootstrap 4 support!
- โ Added hook for custom SQLAlchemy models initializers
- SQLAlchemy 1.4/2.0 compatibility fix
-
v1.5.6 Changes
April 09, 2020- SQLAlchemy 1.3.6 compatibility fix
- ๐ Python 3.8 support
-
v1.5.5 Changes
February 07, 2020- Werkzeug 1.0 compatibility fix
- ๐ Use fa-circle-o icon for unchecked booleans
- ๐ A few SQLAlchemy-related bug fixes
-
v1.5.4 Changes
October 16, 2019- ๐ Fix display of inline x-editable boolean fields on list view
- โ Add support for several SQLAlchemy-Utils data types
- ๐ Support searching on SQLAlchemy hybrid properties
- Extra URL paramaters are now propagated to the next page when searching / filtering
- โ Add enum34 dependency when running on legacy Python version
- โก๏ธ Update Mapbox API v1 URL format
- โก๏ธ Update jQuery and moment dependencies in templates
- ๐ Fixed a datepicker issue, where only dates up to 2015 were showing up
- โก๏ธ Updated Pillow dependency version
-
v1.5.3 Changes
December 20, 2018- ๐ Fixed XSS vulnerability
- ๐ Support nested categories in the navbar menu
- SQLAlchemy
- sort on multiple columns with
column_default_sort
- sort on related models in
column_sortable_list
- fix: inline model forms can now also be used for models with multiple primary keys
- support for using mapped
column_property
- sort on multiple columns with
- โฌ๏ธ Upgrade Leaflet and Leaflet.draw plugins, used for geoalchemy integration
- Specify
minimum_input_length
for ajax widget - ๐ Peewee: support composite keys
- 0๏ธโฃ MongoEngine: when searching/filtering the input is now regarded as case-insensitive by default
- FileAdmin
- handle special characters in filename
- fix a bug with listing directories on Windows
- avoid raising an exception when unknown sort parameter is encountered
- ๐ WTForms 3 support
-
v1.5.2 Changes
August 27, 20181.5.2
- ๐ Fixed XSS vulnerability
- ๐ Fixed Peewee support
- โ Added detail view column formatters
- โก๏ธ Updated Flask-Login example to work with the newer version of the library
- ๐ Various SQLAlchemy-related fixes
- ๐ Various Windows related fixes for the file admin
-
v1.5.0 Changes
March 12, 2017- ๐ Fixed CSRF generation logic for multi-process deployments
- โ Added WTForms >= 3.0 support
- Flask-Admin would not recursively save inline models, allowing arbitrary nesting
- โ Added configuration properties that allow injection of additional CSS and JS dependencies into templates without overriding them
- SQLAlchemy backend
- Updated hybrid property detection using new SQLAlchemy APIs
- Added support for association proxies
- Added support for remote hybrid properties filters
- Added support for ARRAY column type
- ๐ Localization-related fixes
- MongoEngine backend is now properly formats model labels
- ๐ Improved Google App Engine support:
- Added TextProperty, KeyProperty and SelectField support
- Added support for form_args, excluded_columns, page_size and after_model_update
- ๐ Fixed URL generation with localized named filters
- ๐ FileAdmin has Bootstrap 2 support now
- ๐ Geoalchemy support fixes
- Use Google Places (by default) for place search
- โก๏ธ Updated translations
- ๐ Bug fixes
-
v1.4.2 Changes
June 14, 2016- ๐ Small bug fix release. Fixes regression that prevented usage of "virtual" columns with a custom formatter.
-
v1.4.1 Changes
June 13, 20161.4.1
- ๐ Official Python 3.5 support
- Customizable row actions
- ๐ Tablib support (exporting to XLS, XLSX, CSV, etc)
- โก๏ธ Updated external dependencies (jQuery, x-editable, etc)
- โ Added settings that allows exceptions to be raised on view errors
- ๐ Bug fixes
-
v1.4.0 Changes
January 02, 2016- ๐ Updated and reworked documentation
- ๐จ FileAdmin went through minor refactoring and now supports remote file systems. Comes with the new, optional, AWS S3 file management interface
- ๐ง Configurable CSV export for model views
- โ Added overridable URL generation logic. Allows using custom URLs with parameters for administrative views
- Added column_display_actions to ModelView control visibility of the action column without overriding the template
- โ Added support for the latest MongoEngine
- โ Added support for HSTORE columns to SQLA backend
- ๐ New SecureForm base class for easier CSRF validation
- โก๏ธ Lots of translation-related fixes and updated translations
- ๐ Bug fixes