Skip to content

Latest commit

 

History

History
232 lines (143 loc) · 6.41 KB

CHANGELOG.md

File metadata and controls

232 lines (143 loc) · 6.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Always reference the ticket number at the end of the issue description.

1.2.0

Added

  • added data attribute data-id in base_data_table row to easily distinct rows #296
  • added collapsible and collapsible_gettext helper functions to help define form layouts.
  • added confirmation dialog support in Form actions #294
  • added modal iFrame support in Lists (tool_links, field_links, action_links) and Forms (actions) #243
  • extended tutorial documentation of Forms.

Changed

  • changed format of list items, simplified and moved to dict-like structure

1.1.1

Changed

  • in Forms, help_text is now displayed as a popup.

Fixed

  • SimpleSearchForm now works as expected, it can be replaced by a custom form with a variable number of fields

Removed

  • QuickFiltersFormMixin this is no longer needed, the same functionality can be added by using a ChoiceField with a QuickFiltersSelect or a QuickFiltersSelectMultiple widget.

1.1.0 (2017-04-20)

Added

  • Auto detect confirmation dialogs in ListViews - #284

Changed

  • confirm_links property in ListView changed to modal_links - #284
  • deprecated links and replaced it with actions - #287
  • expanded tool_links functionality - #286
  • improved look and feel of the datetime picker and added localization to it
  • added dutch localization

1.0.2 (2017-03-19)

Fixed

  • Search bar items now join like a grouped button - #267
  • Broken inline forms are working again - #279

Changed

  • added pagination_legend block and show_legend pagination option - #277
  • added virtual_ordering_fields for ListView - #274
  • added single and multiple select for quick filter - #282

1.0.1 (2017-03-01)

Fixed

  • Search form JS submitting selector - #248
  • Float Label styling for a number of HTML5 inputs - #247
  • confirm_links feature in ListViews now works properly - #54.
  • Fixed displaying success message after DeleteView - #270

Changed

  • Folding side menu, menu settings - #257
  • Improved pagination styles - #265

Added

  • Specifying action_links per each row in ListView - #259
  • Specifying field_classes per each row in ListView - #261
  • Specifying QuickFiltersSelect for filters_block in ListView - #273

1.0.0

Fixed

  • Search forms and related widgets - #242

Changed

  • Updated Bootstrap to version 4.0.0
  • Renamed _search_form ListView attrs, dropped compatibility with previous naming.

1.0.0-beta2

Added

  • Django 2.0 compatibility

Removed

  • Django 1.8 support

1.0.0-beta1

Added

  • DataListView, a ListView that uses APIs as source of data - #172
  • Float Labels option for form displays - #221

Changed

  • Moved from Foundation 6 to Bootstrap 4 - #184
  • Improved tables look and feel - #216

Removed

  • django-filter dependency - #213
  • django-widget-tweaks dependency

0.9.7 (2017-06-13)

Fixed

  • Action Links now support named urls with parameters - #165

0.9.6 (2017-04-25)

Changed

  • Added support for read-only fields in update view - #72
  • Added support for media assets in Views and default templates - #195
  • Bumped django-filters to 1.0.1 and fixed breaking changes - #171

0.9.5 (2017-03-16)

Changed

  • Added full Django 1.10 compatibility - #164
  • Added submenu icons display option - #178
  • Considerate improved performance; no query per has_permission call - #182
  • Check that 'next' redirect in the login view only goes to own host - #186

0.9.4 (2017-02-23)

Changed

  • Simplified the frontend tooling, removing Bower and foundation-cli, setup is now based on npm and gulp - #161

Fixed

  • In the listview, don't generate NoReverseMatch exception if any value of the arguments is None.

0.9.3 (2016-10-27)

Changed

  • FormView, CreateView and UpdateView added a layout property to easily customize positioning and width of form fields - #75
  • Added support for virtual fields in ListView - #73
  • Improved the date/time picker in Date/Time fields - #78