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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e7f45a02909e964bdabe71e07a24befe60acff498e89e92c3ed053e87809cf6b
4
- data.tar.gz: 68ef0cb6049da0bf0888fb15ee66c330cb8b0c227f48d350baf56f69ff726ae7
3
+ metadata.gz: 522e8c7d7fbb502e4b5ea4bf05230c78b74699c04ace6503925c7b87b8d415ee
4
+ data.tar.gz: 6552b4754e3a76823cc14aa1653f46f64e963c07965c50881a02d8db77e4d686
5
5
  SHA512:
6
- metadata.gz: 1c0f3259673f67d0c7fa473f28c2b3c717dc94d297a0541e4c8964638e2ddf468693a8e69171c590f39ed512d8461d8f201819f896e19392bad47d16029173cf
7
- data.tar.gz: bed89434515a53c1c853d04bc9ead18aa6fc53be3b73d270e00110978cf8717da1dea8b9ebdf05079ef5d64455dfb3a6e442300643d1772ecb50bec106a859e2
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 add easily add the javascript files, you can download them from here: https://fontawesome.com/download. Use the files from the `js` folder.
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
@@ -1,3 +1,3 @@
1
1
  module Satis
2
- VERSION = "2.3.0"
2
+ VERSION = "2.3.1"
3
3
  end
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.0
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: 2025-10-03 00:00:00.000000000 Z
11
+ date: 2026-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: browser