Skip to content

Releases: o5/grido

Released version 1.0.6

25 Mar 21:46
@o5 o5
Compare
Choose a tag to compare
  • Columns\Mail is deprecated now! Use $grid->addColumnEmail() instead
  • DataSources: Added DISTINCT to suggestion SELECT [#100]
  • Columns: Added custom render template variables [#102]
  • Filters\DateRange: Improved for date-time db columns [#97]
  • Grid: Added new onRegistered[] callback
  • Improved setRememberState() session handling
  • Client side fixes [#108] [https://github.com/o5/grido/commit/c8dd386a038904cfe63496f89a8bbd9ae7d08dd9]
  • And some small features

For the details about the changes you can have a look at the GitHub diff.

Released version 1.0.5

11 Feb 09:53
@o5 o5
Compare
Choose a tag to compare
  • Fixed filter type date for DATETIME columns
  • Fixed remember state
  • Added SK localization
  • And some stuffs...

For the details about the changes you can have a look at the GitHub diff.

Released version 1.0.4

09 Jan 17:10
@o5 o5
Compare
Choose a tag to compare
  • Added new filter DateRage
  • Added Bower package for client-side
  • Fixed a few bugs

For the details about the changes you can have a look at the GitHub diff.

Released version 1.0.3

09 Dec 01:03
@o5 o5
Compare
Choose a tag to compare

Small improvements and bug fixes.

For the details about the changes you can have a look at the GitHub diff.

Released version 1.0.2

26 Nov 12:15
@o5 o5
Compare
Choose a tag to compare

Misc bug fixes and small improvement.

  • Features
    • Grid: setDefaultSort() can contains an undefined "grid" column
    • Filter\Text: Added setSuggestionCallback()
    • Improved client-side css

For the details about the changes you can have a look at the GitHub diff.

Released version 1.0.1

06 Nov 11:37
@o5 o5
Compare
Choose a tag to compare
  • Bug fixes

For the details about the changes you can have a look at the GitHub diff.

Released version 1.0.0

31 Oct 15:13
@o5 o5
Compare
Choose a tag to compare
  • Removed all deprecated things from previous release
  • Component's core was refactored
  • Improved Column\Date
  • Added Bootstrap 3 compatibility

For the details about the changes you can have a look at the GitHub diff.

Released version 0.9.3

23 Oct 17:16
@o5 o5
Compare
Choose a tag to compare

This release has a lot of changes but no big new features. The Grido was refactored and covered by unit tests. You can view list of deprecated methods / constants. All deprecated things will be removed in next version 1.0.0.

Building of condition was completely rewritten, but with BC BREAK. There are all examples of customizing a filter condition.

For the details about the changes you can have a look at the GitHub diff.

Released version 0.9.2

17 Oct 09:50
@o5 o5
Compare
Choose a tag to compare
  • Bug fixes

For the details about the changes you can have a look at the GitHub diff.

Released version 0.9.1

19 Aug 10:31
@o5 o5
Compare
Choose a tag to compare

Minor release - mainly client side changes...

  • JS: Removed 3rd-party libs (datepicker, typeahead, etc.)
  • JS: $.fn.grido.Grido => window.Grido = Grido
  • JS: Renamed trigger gridoAjaxSuccess => success.ajax.grido
  • CSS: Removed dependecies [Issue 53]
  • Actions\Href: Small improvement of custom render [Issue 56]
  • Exporting: Fixed name of file [Issue 55]

For the details about the changes you can have a look at the GitHub diff.