Skip to content

Releases: contributte/datagrid

v5.1.0

28 Feb 12:42
Compare
Choose a tag to compare

Added

  • Added option to remove toolbar button

Fixed

  • #451: Inline edit/add button validation scope
  • #457: Fluent interface improvement

Changelog

v5.0.8

01 Feb 08:51
Compare
Choose a tag to compare

Added

  • Added group action of type multi select
  • Added option Action::$open_in_new_tab

Fixed

  • InlineEdit assets fix
  • InlineEdit fixed method chaining

Changelog

v5.0.7

27 Jan 10:20
Compare
Choose a tag to compare

Fixed

  • #449: Fixed filter collapsing when multiple datagrids used
  • Fixed broken method chaining in some Filters

Changelog

v5.0.6

15 Jan 18:23
Compare
Choose a tag to compare

Added

  • Configurable attributes to small inline edit select

Fixed

  • Fixed small inlide edit of type select - after submit - value to html is not a select option value, but name

Changelog

v5.0.5

11 Jan 13:52
Compare
Choose a tag to compare

Added

  • #434: Rewrote attributes handling in Filters.
  • #435: Option to disable column translating

Fixed

  • #436: Fix calling referred column.
  • Fixed getElementPrototype to cache returned element

Changelog

Thanks for the contributions: @schneidermichal.

v5.0.4

24 Dec 12:33
Compare
Choose a tag to compare

Added

Fixed

  • #436: Fix calling referred column.

Changelog

Thanks for the contributions: @kuba93.

v5.0.3

20 Dec 09:25
Compare
Choose a tag to compare

Fixed

  • Column\MultiAction icon

Changelog

v5.0.2

20 Dec 08:42
Compare
Choose a tag to compare

Added

  • Added icon to columns status list option

Dropped

  • #428: Don't change collation when searching in DibiFluent. (Possible BC break)

Changelog

Thanks for the contributions: @dakorpar

v5.0.1

09 Dec 02:28
Compare
Choose a tag to compare

Added

  • #425: $columnLink->setOpenInNewTab has been made fluent.

Fixed

  • Assets: Reseting filter by one column

Changelog

Thanks for the contributions: @dakorpar

v5.0.0

04 Dec 12:30
Compare
Choose a tag to compare

Added

  • #276: Multi action column. (documentation)
  • #386: Escape column identifier in DibiFluentDataSource.
  • #387: Added latte block for outer filter.
  • #388: Collapsible filters. (Possible BC break) (documentation)
  • #404: Row condition for item detail. (documentation)
  • #405: Sorting datagrid by multiple columns. (documentation)
  • #413: Basic support for related columns in nette/database. (documentation)
  • #417: Improved tests with unix compatibility.
  • Option to show content of non-editable columns when editing. (documentation)
  • Option to reset single column filter using icon-remove in column header.

Fixed

  • #340: Inline edit Uncaught TypeError: $.nette.ajax(...).success is not a function.
  • #360: Each column render cycle adds already existing classes.
  • #389: Session filter: Filter not found when modifying grid columns.
  • #390: Fix sorting by date in ArrayDataSource.
  • #395: Syntax error, unrecognized expression: .datagrid-tree-item[data-id=].
  • #397: Icons have been unified to use <i></i> tag.
  • #400: Fix double confirmation before ajax call.
  • #406: Fixed array source getCount method.
  • #420: Unable to add placeholders for range filters.
  • Column name escaping for DibiDataSource.

Dropped

  • Support of PHP 5.5

Deprecated

  • #393: Wrong method name deleteSesssionData.
  • #408: Method name on Filter getAttribtues.

Changelog

Thanks for the contributions: @dakorpar, @roman-vohnik, @PingusPepan, @attreid, @FVesely & @jakubvojacek.