All Versions
26
Latest Version
Avg Release Cycle
173 days
Latest Release
38 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.0.a2 Changes
October 28, 20242.0.0a2
💥 Breaking changes:
- ✂ Removed support for Python 3.8.
- Use of the
botolibrary has been replaced byboto3. S3FileAdmin and S3Storage now accept ans3_clientparameter taking aboto3.client('s3')instance rather thanaws_access_key_id,aws_secret_access_key, andregionparameters.
-
v2.0.0.a1 Changes
October 26, 20242.0.0a1
🛠 Fixes:
- 🛠 Fixes compatibility with WTForms 3.2+.
- The
Applybutton for filters will show/hide correctly again - 🛠 Fix
translations_pathattribute when Flask-Admin is used with Flask-Babel - ⚡️ Some translation updates.
- Date fields no longer override
widgetif set inform_args - “Save and Continue Editing” button no longer discards the “return URL” (allowing to retain filters when switching back to the list)
-
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_lengthfor 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.