|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +## 2.0.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0.rc2..v2.0.0) |
| 6 | + |
| 7 | +_No changes_. |
| 8 | + |
5 | 9 | ## 2.0.0.rc2 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0.rc1..v2.0.0.rc2)
|
6 | 10 |
|
7 | 11 | ### Enhancements
|
|
51 | 55 | convert that file to plain JS (`//= require active_admin/base` if you
|
52 | 56 | didn't add any stuff to it).
|
53 | 57 | * Devise 3 support has been dropped. [#5608] by [@deivid-rodriguez] and [@javierjulio]
|
| 58 | +* `action_item` without a name has been removed. [#5099] by [@javierjulio] |
54 | 59 |
|
55 | 60 | ## 1.4.3 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.2..v1.4.3)
|
56 | 61 |
|
|
237 | 242 | * Page supports belongs_to. [#4759] by [@Fivell] and [@zorab47]
|
238 | 243 | * Support for custom sorting strategies. [#4768] by [@Fivell]
|
239 | 244 | * Stream CSV downloads as they're generated. [#3038] by [@craigmcnamara]
|
240 |
| - * Disable streaming in development for easier debugging. [#3535] by [@seanlinsley] |
| 245 | +* Disable streaming in development for easier debugging. [#3535] by [@seanlinsley] |
241 | 246 | * Improved code reloading. [#3783] by [@chancancode]
|
242 | 247 | * Do not auto link to inaccessible actions. [#3686] by [@pranas]
|
243 | 248 | * Allow to enable comments on per-resource basis. [#3695] by [@pranas]
|
|
297 | 302 | ActiveSupport::Notifications.publish ActiveAdmin::Application::BeforeLoadEvent, "some data"
|
298 | 303 | ```
|
299 | 304 |
|
| 305 | +* `action_item` without a name, to introduce a solution for removing action items (`remove_action_item(name)`). [#3091] by [@amiel] |
| 306 | + |
300 | 307 | ## Previous Changes
|
301 | 308 |
|
302 | 309 | Please check [0-6-stable] for previous changes.
|
@@ -334,6 +341,7 @@ Please check [0-6-stable] for previous changes.
|
334 | 341 | [#5043]: https://github.com/activeadmin/activeadmin/issues/5043
|
335 | 342 | [#5198]: https://github.com/activeadmin/activeadmin/issues/5198
|
336 | 343 |
|
| 344 | +[#3091]: https://github.com/activeadmin/activeadmin/pull/3091 |
337 | 345 | [#3435]: https://github.com/activeadmin/activeadmin/pull/3435
|
338 | 346 | [#4477]: https://github.com/activeadmin/activeadmin/pull/4477
|
339 | 347 | [#4731]: https://github.com/activeadmin/activeadmin/pull/4731
|
@@ -361,6 +369,7 @@ Please check [0-6-stable] for previous changes.
|
361 | 369 | [#5081]: https://github.com/activeadmin/activeadmin/pull/5081
|
362 | 370 | [#5088]: https://github.com/activeadmin/activeadmin/pull/5088
|
363 | 371 | [#5093]: https://github.com/activeadmin/activeadmin/pull/5093
|
| 372 | +[#5099]: https://github.com/activeadmin/activeadmin/pull/5099 |
364 | 373 | [#5104]: https://github.com/activeadmin/activeadmin/pull/5104
|
365 | 374 | [#5119]: https://github.com/activeadmin/activeadmin/pull/5119
|
366 | 375 | [#5120]: https://github.com/activeadmin/activeadmin/pull/5120
|
@@ -431,6 +440,7 @@ Please check [0-6-stable] for previous changes.
|
431 | 440 | [@aarek]: https://github.com/aarek
|
432 | 441 | [@ajw725]: https://github.com/ajw725
|
433 | 442 | [@alex-bogomolov]: https://github.com/alex-bogomolov
|
| 443 | +[@amiel]: https://github.com/amiel |
434 | 444 | [@andreslemik]: https://github.com/andreslemik
|
435 | 445 | [@blocknotes]: https://github.com/blocknotes
|
436 | 446 | [@bolshakov]: https://github.com/bolshakov
|
|
0 commit comments