Skip to content

Releases: contributte/datagrid

v5.7.0

08 Oct 11:03
Compare
Choose a tag to compare

Bump! 😲

Diff: v5.6.0...v5.7.0

Features:

  • initial markdown docs (@paveljanda)
  • add the object to string cast to the Row::getId method [#704]
  • added setPositionTop to columns summary (@vladimirbiro)
  • append all defined attributes to (@paveljanda)
  • allow zero value in custom editable value (@lukascellar)
  • column - added condition callback to allow/disallow inline editing on each row (@radekprokes)
  • allows set custom paginator template before datagrid component is attached to presenter component (@mhucik)
  • support Bootstrap 4 [#416][#593][#678][#699][#700]
  • regenereate CSS/JS files [#704]

Bugfix:

BC:

  • dropped minified CSS/JS files, you have to manage by yourself (@f3l1x)

Install via NPM (https://www.npmjs.com/package/ublaboo-datagrid).

npm i ublaboo-datagrid

Or you can use assets from rawgit. Just try it:

v5.6.0

21 May 14:20
Compare
Choose a tag to compare

Bump! 🎃

Diff: v5.5.6...v5.6.0

Features:

  • allow symofny/property-accessor v4.0
  • run PHP 7.2 tests
  • call addComponent on control (due to change in nette/application)

Bugfix:

  • failing DibiFluent vs Dibi\Fluent tests
  • failing NextrasORM v2.0 tests
  • render url for signal in parent control

v5.5.6

31 Jan 23:05
Compare
Choose a tag to compare
  • Added possibility to render yet another Nette\Forms\Container in inline edit container

v5.5.5

20 Jan 16:09
Compare
Choose a tag to compare
  • package.json update - to latest version

v5.5.4

17 Jan 23:06
Compare
Choose a tag to compare
  • Fixed sorting of column after returning from different page and then manipulating with filter

v5.4.9

21 May 14:21
Compare
Choose a tag to compare
  • PHP 7.2 support: removed usage of Nette\Object -> using Nette\SmartObject trait instead

v5.5.3

14 Jan 11:24
Compare
Choose a tag to compare
  • Assets: added .npmignore for exluding PHP files and other npm-irrelevant files

v5.5.2

12 Jan 08:49
Compare
Choose a tag to compare
  • Fixed sorting: let the previous remain after filtering

v5.5.1

12 Jan 07:37
Compare
Choose a tag to compare

Fixes:

  • TLink: Try to create presenter link when there is a colon in the link string (fixes link creation to presenter action)

v5.5.0

11 Jan 20:29
Compare
Choose a tag to compare

New features

  • Link creation update - look for signal handler in the whole way up to the UI\Presenter, fixes #592
  • ColumnsSummary: added support for custom renderer (thanks @vitkutny)
  • Add option to set render condition callback on action (thanks @jankonas)

Fixes

  • Fixed sorting on column, which has defined default descending sort (thanks @proki)
  • Use single quotes when finding option in inline edit (thanks @FilipLukac)