Releases: o5/grido
Released version 1.0.6
- 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
- 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
- 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
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
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
- Bug fixes
For the details about the changes you can have a look at the GitHub diff.
Released version 1.0.0
- 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
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
- Bug fixes
For the details about the changes you can have a look at the GitHub diff.
Released version 0.9.1
Minor release - mainly client side changes...
- JS: Removed 3rd-party libs (datepicker, typeahead, etc.)
- JS:
$.fn.grido.Grido
=>window.Grido = Grido
- Examples: extension, grido.ajax.js
- 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.