satis 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/javascript/satis/utility_controllers/show_hide_controller.js +1 -1
- data/lib/satis/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 522e8c7d7fbb502e4b5ea4bf05230c78b74699c04ace6503925c7b87b8d415ee
|
|
4
|
+
data.tar.gz: 6552b4754e3a76823cc14aa1653f46f64e963c07965c50881a02d8db77e4d686
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd61c3dfa31e8e7084e2ec0dcd458c5dfaa48c4506f43c479231e9f41a01c84d1798aa798a9735e9323e06bbe2ed0d788165b93fed74b7c2e672139e25971552
|
|
7
|
+
data.tar.gz: '089b78306da40f8847a58b953df474431c5098eca3946dd6feb2c61034e59308114ffdb0d8b858d122a106bbe6b89977658a16bf8a7827935a685ecf16c328bd'
|
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@ We use:
|
|
|
12
12
|
|
|
13
13
|
## Upgrade
|
|
14
14
|
|
|
15
|
-
* From 2.3.0 onwards, we will no longer ship Fontawesome free. It conflicts with Fontawesome Pro. You can
|
|
15
|
+
* From 2.3.0 onwards, we will no longer ship Fontawesome free. It conflicts with Fontawesome Pro. You can easily add the javascript files, you can download them from here: https://fontawesome.com/download. Use the files from the `js` folder. Put these in a folder which is in your manifest and it should just work.
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@ export default class extends ApplicationController {
|
|
|
20
20
|
this.boundUpdate = this.update.bind(this)
|
|
21
21
|
|
|
22
22
|
this.watchOn = "input"
|
|
23
|
-
if (this.inputTarget.type == "hidden") {
|
|
23
|
+
if (this.inputTarget.type == "hidden" || this.inputTarget.type == "select-one") {
|
|
24
24
|
this.watchOn = "change"
|
|
25
25
|
}
|
|
26
26
|
|
data/lib/satis/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: satis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom de Grunt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: browser
|