You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,16 @@ jQuery DataTables is a very powerful tool with a lot of customizations available
41
41
42
42
## Warnings
43
43
44
-
**Breaking changes :** the *v1.0.0* version is a **major break** from *v0.4*.
44
+
**Breaking changes :**
45
+
46
+
1) the *v1.0.0* version is a **major break** from *v0.4*.
45
47
46
48
* Datatables no longer inherits from `AjaxDatatablesRails::Base` but from `AjaxDatatablesRails::ActiveRecord` (this solves [#228](https://github.com/jbox-web/ajax-datatables-rails/issues/228))
47
49
* The `view_context` is no longer injected in Datatables but only the `params` hash (see the [example](#4-setup-the-controller-action)). This will break calls to helpers methods.
48
50
49
51
To mitigate this 2 changes see the [migration doc](/doc/migrate.md).
50
52
51
-
**Breaking changes :** the *v0.4* version is a **major break** from *v0.3*.
53
+
2) the *v0.4* version is a **major break** from *v0.3*.
52
54
53
55
The core has been rewriten to remove dependency on [Kaminari](https://github.com/kaminari/kaminari) or [WillPaginate](https://github.com/mislav/will_paginate).
0 commit comments