All Versions
14
Latest Version
Avg Release Cycle
165 days
Latest Release
1278 days ago

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
    • โฌ†๏ธ 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, 2018

    1.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, 2016

    1.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