avo 3.2.0 → 3.2.1
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/app/assets/builds/avo.base.css +1450 -1312
- data/app/javascript/js/custom-stream-actions.js +0 -5
- data/app/views/layouts/avo/application.html.erb +0 -2
- data/avo.gemspec +1 -1
- data/lib/avo/engine.rb +0 -2
- data/lib/avo/fields/concerns/has_html_attributes.rb +4 -0
- data/lib/avo/version.rb +1 -1
- data/public/avo-assets/avo.base.js +125 -129
- data/public/avo-assets/avo.base.js.map +2 -2
- metadata +5 -6
- data/app/views/avo/associations/create.turbo_stream.erb +0 -2
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: 3.2.
|
4
|
+
version: 3.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Marin
|
@@ -127,16 +127,16 @@ dependencies:
|
|
127
127
|
name: turbo-rails
|
128
128
|
requirement: !ruby/object:Gem::Requirement
|
129
129
|
requirements:
|
130
|
-
- - "
|
130
|
+
- - ">="
|
131
131
|
- !ruby/object:Gem::Version
|
132
|
-
version:
|
132
|
+
version: '0'
|
133
133
|
type: :runtime
|
134
134
|
prerelease: false
|
135
135
|
version_requirements: !ruby/object:Gem::Requirement
|
136
136
|
requirements:
|
137
|
-
- - "
|
137
|
+
- - ">="
|
138
138
|
- !ruby/object:Gem::Version
|
139
|
-
version:
|
139
|
+
version: '0'
|
140
140
|
- !ruby/object:Gem::Dependency
|
141
141
|
name: turbo_power
|
142
142
|
requirement: !ruby/object:Gem::Requirement
|
@@ -1677,7 +1677,6 @@ files:
|
|
1677
1677
|
- app/javascript/js/helpers/debounce_promise.js
|
1678
1678
|
- app/javascript/js/local-storage-service.js
|
1679
1679
|
- app/views/avo/actions/show.html.erb
|
1680
|
-
- app/views/avo/associations/create.turbo_stream.erb
|
1681
1680
|
- app/views/avo/associations/new.html.erb
|
1682
1681
|
- app/views/avo/attachments/destroy.turbo_stream.erb
|
1683
1682
|
- app/views/avo/base/_boolean_filter.html.erb
|