avo 2.29.1 → 2.30.0

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

Potentially problematic release.


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

metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.29.1
4
+ version: 2.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-03-30 00:00:00.000000000 Z
12
+ date: 2023-04-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -1450,6 +1450,10 @@ files:
1450
1450
  - app/components/avo/fields/key_value_field/edit_component.rb
1451
1451
  - app/components/avo/fields/key_value_field/show_component.html.erb
1452
1452
  - app/components/avo/fields/key_value_field/show_component.rb
1453
+ - app/components/avo/fields/location_field/edit_component.html.erb
1454
+ - app/components/avo/fields/location_field/edit_component.rb
1455
+ - app/components/avo/fields/location_field/show_component.html.erb
1456
+ - app/components/avo/fields/location_field/show_component.rb
1453
1457
  - app/components/avo/fields/markdown_field/edit_component.html.erb
1454
1458
  - app/components/avo/fields/markdown_field/edit_component.rb
1455
1459
  - app/components/avo/fields/markdown_field/show_component.html.erb
@@ -1761,6 +1765,7 @@ files:
1761
1765
  - lib/avo/fields/hidden_field.rb
1762
1766
  - lib/avo/fields/id_field.rb
1763
1767
  - lib/avo/fields/key_value_field.rb
1768
+ - lib/avo/fields/location_field.rb
1764
1769
  - lib/avo/fields/markdown_field.rb
1765
1770
  - lib/avo/fields/number_field.rb
1766
1771
  - lib/avo/fields/password_field.rb