activeadmin 2.0.0.rc1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activeadmin might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14a99000e6e2ff1c9906d21efa9a26ae64b41f7f1c07176351e139b571193791
4
- data.tar.gz: 12a8dc13422e8167019ffb0c7027e3480d2077859cf9fd6689a6f380dea170ca
3
+ metadata.gz: '034169cf2f9474ee4754639ae5734d3338159a7897ee28b552592eadc71d428c'
4
+ data.tar.gz: a321cbba45ec6ed69e1730f6b2a0c6c2f40dd05ad1e62aab03f99f1699f762cd
5
5
  SHA512:
6
- metadata.gz: 1e1bd4db42b3a3d9f9a1f47a60012b56436ec8397b80b663f5b137903b88392a4ccadc2773ea79263c1c7681812a10adcaaafd3d3078c0371ad763dcd7b23c06
7
- data.tar.gz: d3eeabf0022b5d0472c752cf85f155af8520507fd93656db441456fb4afec662a2411bea6a864cd59d1b979f92bcde93c6cf594eb2d5e892d288fef82e6f3c24
6
+ metadata.gz: bf8442376b7c017615702ad0cd1a03c553d8b78e9ee1e6c131f5975d8555fc14b17861f75df300c5907b6bd73fa7e583d6791c621a46fe05ed163aba3ad20aef
7
+ data.tar.gz: 14222c5fb8fbad8af29f901aaaf3c4d97fa441454928256f1e84a84f5068ef608f1343c58cd3635eb8927989ef442c690e4f6b50f5ea4bb1809d328c71cc757b
@@ -2,6 +2,18 @@
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
+
9
+ ## 2.0.0.rc2 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0.rc1..v2.0.0.rc2)
10
+
11
+ ### Enhancements
12
+
13
+ #### Minor
14
+
15
+ * Require arbre `~> 1.2, >= 1.2.1` [#5726] by [@ionut998], and [#5738] by [@deivid-rodriguez]
16
+
5
17
  ## 2.0.0.rc1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.3..v2.0.0.rc1)
6
18
 
7
19
  ### Enhancements
@@ -43,6 +55,7 @@
43
55
  convert that file to plain JS (`//= require active_admin/base` if you
44
56
  didn't add any stuff to it).
45
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]
46
59
 
47
60
  ## 1.4.3 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.2..v1.4.3)
48
61
 
@@ -229,7 +242,7 @@
229
242
  * Page supports belongs_to. [#4759] by [@Fivell] and [@zorab47]
230
243
  * Support for custom sorting strategies. [#4768] by [@Fivell]
231
244
  * Stream CSV downloads as they're generated. [#3038] by [@craigmcnamara]
232
- * Disable streaming in development for easier debugging. [#3535] by [@seanlinsley]
245
+ * Disable streaming in development for easier debugging. [#3535] by [@seanlinsley]
233
246
  * Improved code reloading. [#3783] by [@chancancode]
234
247
  * Do not auto link to inaccessible actions. [#3686] by [@pranas]
235
248
  * Allow to enable comments on per-resource basis. [#3695] by [@pranas]
@@ -289,6 +302,8 @@
289
302
  ActiveSupport::Notifications.publish ActiveAdmin::Application::BeforeLoadEvent, "some data"
290
303
  ```
291
304
 
305
+ * `action_item` without a name, to introduce a solution for removing action items (`remove_action_item(name)`). [#3091] by [@amiel]
306
+
292
307
  ## Previous Changes
293
308
 
294
309
  Please check [0-6-stable] for previous changes.
@@ -326,6 +341,7 @@ Please check [0-6-stable] for previous changes.
326
341
  [#5043]: https://github.com/activeadmin/activeadmin/issues/5043
327
342
  [#5198]: https://github.com/activeadmin/activeadmin/issues/5198
328
343
 
344
+ [#3091]: https://github.com/activeadmin/activeadmin/pull/3091
329
345
  [#3435]: https://github.com/activeadmin/activeadmin/pull/3435
330
346
  [#4477]: https://github.com/activeadmin/activeadmin/pull/4477
331
347
  [#4731]: https://github.com/activeadmin/activeadmin/pull/4731
@@ -353,6 +369,7 @@ Please check [0-6-stable] for previous changes.
353
369
  [#5081]: https://github.com/activeadmin/activeadmin/pull/5081
354
370
  [#5088]: https://github.com/activeadmin/activeadmin/pull/5088
355
371
  [#5093]: https://github.com/activeadmin/activeadmin/pull/5093
372
+ [#5099]: https://github.com/activeadmin/activeadmin/pull/5099
356
373
  [#5104]: https://github.com/activeadmin/activeadmin/pull/5104
357
374
  [#5119]: https://github.com/activeadmin/activeadmin/pull/5119
358
375
  [#5120]: https://github.com/activeadmin/activeadmin/pull/5120
@@ -416,11 +433,14 @@ Please check [0-6-stable] for previous changes.
416
433
  [#5650]: https://github.com/activeadmin/activeadmin/pull/5650
417
434
  [#5590]: https://github.com/activeadmin/activeadmin/pull/5590
418
435
  [#5662]: https://github.com/activeadmin/activeadmin/pull/5662
436
+ [#5726]: https://github.com/activeadmin/activeadmin/pull/5726
437
+ [#5738]: https://github.com/activeadmin/activeadmin/pull/5738
419
438
 
420
439
  [@5t111111]: https://github.com/5t111111
421
440
  [@aarek]: https://github.com/aarek
422
441
  [@ajw725]: https://github.com/ajw725
423
442
  [@alex-bogomolov]: https://github.com/alex-bogomolov
443
+ [@amiel]: https://github.com/amiel
424
444
  [@andreslemik]: https://github.com/andreslemik
425
445
  [@blocknotes]: https://github.com/blocknotes
426
446
  [@bolshakov]: https://github.com/bolshakov
@@ -442,6 +462,7 @@ Please check [0-6-stable] for previous changes.
442
462
  [@glebtv]: https://github.com/glebtv
443
463
  [@gonzedge]: https://github.com/gonzedge
444
464
  [@innparusu95]: https://github.com/innparusu95
465
+ [@ionut998]: https://github.com/ionut998
445
466
  [@jasl]: https://github.com/jasl
446
467
  [@javierjulio]: https://github.com/javierjulio
447
468
  [@jawa]: https://github.com/jawa
@@ -55,6 +55,14 @@ module ActiveAdmin
55
55
  Matcher.new name.to_s
56
56
  end
57
57
 
58
+ def self.rails_version
59
+ rails.spec.version
60
+ end
61
+
62
+ def self.supports_zeitwerk?
63
+ rails >= "6.0.0.beta3" && RUBY_ENGINE != "jruby"
64
+ end
65
+
58
66
  class Matcher
59
67
  attr_reader :name
60
68
 
@@ -1,3 +1,3 @@
1
1
  module ActiveAdmin
2
- VERSION = '2.0.0.rc1'
2
+ VERSION = '2.0.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Maresh
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2019-03-23 00:00:00.000000000 Z
18
+ date: 2019-04-25 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: arbre
@@ -23,20 +23,20 @@ dependencies:
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.1'
26
+ version: '1.2'
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 1.1.1
29
+ version: 1.2.1
30
30
  type: :runtime
31
31
  prerelease: false
32
32
  version_requirements: !ruby/object:Gem::Requirement
33
33
  requirements:
34
34
  - - "~>"
35
35
  - !ruby/object:Gem::Version
36
- version: '1.1'
36
+ version: '1.2'
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: 1.1.1
39
+ version: 1.2.1
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: formtastic
42
42
  requirement: !ruby/object:Gem::Requirement
@@ -603,9 +603,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
603
603
  version: '2.3'
604
604
  required_rubygems_version: !ruby/object:Gem::Requirement
605
605
  requirements:
606
- - - ">"
606
+ - - ">="
607
607
  - !ruby/object:Gem::Version
608
- version: 1.3.1
608
+ version: '0'
609
609
  requirements: []
610
610
  rubygems_version: 3.0.3
611
611
  signing_key: