Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Releases: stwe/DatatablesBundle

Version 1.3.0

03 Mar 10:21
7762593
Compare
Choose a tag to compare
  • Dropped support for PHP 7.1
  • Dropped support for Symfony 3.4 and <=4.3
  • Support for PHP 8
  • Support for Symfony 6

Version 1.2.5

03 Mar 10:18
a9f18ef
Compare
Choose a tag to compare
  • Allow string search in json type fields
  • Fixed Datatable name validation
  • Upgraded php-cs-fixer to ^3.6

Version 1.2.4

15 Jan 14:01
52b9fb2
Compare
Choose a tag to compare

Fixed

Full Changelog: v1.2.3...v1.2.4

Version 1.2.3

19 Nov 04:12
cac7033
Compare
Choose a tag to compare
  • Fix compatibility with doctrine/dbal 3
  • Fix individual filtering on VirtualColumn
  • Updated cdn filename for Norwegian languages

Version 1.2.2

27 Oct 11:08
257592e
Compare
Choose a tag to compare
  • Fix compatibility with doctrine/persistence 2

Version 1.2.1

04 Apr 07:10
d57f977
Compare
Choose a tag to compare
  • Fixed LinkColumn
  • Fixed double header

Version 1.2 - Symfony 5 & Twig 3 compatibility

23 Mar 13:37
d57f977
Compare
Choose a tag to compare

This version include compatibility with Symfony 5 & Twig 3.
It also include some small new features, bug fixes and coding standards improvements.

Version 1.1.4 - Fix unknown property "method" on Route annotation

10 May 11:04
fc833c5
Compare
Choose a tag to compare
  • Fix unknown property "method" on Route annotation #889

Version 1.2 (beta)

10 May 13:13
5cca7f7
Compare
Choose a tag to compare
Version 1.2 (beta) Pre-release
Pre-release

New Features:

  • Get fields from database without sending them to browser (#816)
  • Add an AttributeColumn with data-* attributes (#837)
  • Add LinkColumn (#839)

Bugfix:

  • getColumnNames (#886)
  • Symfony 4.2 DI deprecation (#887)

Version 1.1.3

09 May 12:17
5e4bf48
Compare
Choose a tag to compare
  • Pipeline: support POST request
  • Fixed deprecated Route annotation
  • Renamed type to method Request context.