activeadmin 1.4.0 → 1.4.1

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: fd8fae1d955948264f5b359f1bfb9bca2e60e8671d604fc90a090afad412d36f
4
- data.tar.gz: dba90e7055cfe8c2c3fd263514b30c6b89caf37721460947b109fba1a5828c8d
3
+ metadata.gz: 5041c96c9bf160f85d220bc21bfd426c0a71728c5ed579b4bd35fb235b662fe8
4
+ data.tar.gz: 449a76554091d48a264d4b6b2e25a93c85fec14c25824fe04b0a175f7e8a42a8
5
5
  SHA512:
6
- metadata.gz: 11bc5adadc598f3ac9380b2af7486dc1512390aaa898a6fb637d235510f5da19c2ed2b57b6ade71882b3e76e8601cd4074be6caa84f75b9686c46338ad5ae1c5
7
- data.tar.gz: 7886911aec63d9f94da0cbc47f981b2ba6fbe8c2c90e38fc5434294c93b0652caf486b89858ea3729c590ee2a8d78a8d64e37bfcde26ef0d48f08c137855806d
6
+ metadata.gz: 035d3d1b5642dff7b28a2c46565a549d6397d5a2a0d48ac8f5cf640835e140b3ac9bf257e7e3d59acd9b214855bcdfc33eca86a0e0cb2470c69fdcc92f6aeac2
7
+ data.tar.gz: 94fd8b76764e62eeca78fcdfb8e6a4bfa116f35bcc6e4c723006308f98afbd43e498219a13fa62df6237b37c8022b9b51a5c5de552fc62bfd47c458a9369bd97
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## Master (unreleased)
4
+
5
+ ## 1.4.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.0...v1.4.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * Fix menu item link with method delete. [#5583][] by [@tiagotex][]
10
+
3
11
  ## 1.4.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.3.1...v1.4.0)
4
12
 
5
13
  ### Enhancements
@@ -337,6 +345,7 @@ Please check [0-6-stable][] for previous changes.
337
345
  [#5501]: https://github.com/activeadmin/activeadmin/pull/5501
338
346
  [#5517]: https://github.com/activeadmin/activeadmin/pull/5517
339
347
  [#5537]: https://github.com/activeadmin/activeadmin/pull/5537
348
+ [#5583]: https://github.com/activeadmin/activeadmin/pull/5583
340
349
 
341
350
  [@5t111111]: https://github.com/5t111111
342
351
  [@aarek]: https://github.com/aarek
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activeadmin (1.4.0)
4
+ activeadmin (1.4.1)
5
5
  arbre (>= 1.1.1)
6
6
  coffee-rails
7
7
  formtastic (~> 3.1)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- activeadmin (1.4.0)
4
+ activeadmin (1.4.1)
5
5
  arbre (>= 1.1.1)
6
6
  coffee-rails
7
7
  formtastic (~> 3.1)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- activeadmin (1.4.0)
4
+ activeadmin (1.4.1)
5
5
  arbre (>= 1.1.1)
6
6
  coffee-rails
7
7
  formtastic (~> 3.1)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- activeadmin (1.4.0)
4
+ activeadmin (1.4.1)
5
5
  arbre (>= 1.1.1)
6
6
  coffee-rails
7
7
  formtastic (~> 3.1)
@@ -1,3 +1,3 @@
1
1
  module ActiveAdmin
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
@@ -18,7 +18,7 @@ module ActiveAdmin
18
18
  add_class "current" if item.current? assigns[:current_tab]
19
19
 
20
20
  if url
21
- a label, item.html_options.merge(href: url)
21
+ text_node link_to label, url, item.html_options
22
22
  else
23
23
  span label, item.html_options
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Bell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-18 00:00:00.000000000 Z
11
+ date: 2018-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: arbre