validation_hints 8.1.40 → 8.1.42
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/.gitignore +0 -1
- data/CHANGELOG.md +12 -0
- data/lib/validation_hints/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 550f48f2bf34c6deac3a7601fe4550e93ea3acbb52f2d95cfa88d4e13eac4aa1
|
|
4
|
+
data.tar.gz: fd356a47f883077c7249400e60bd7b78dd12d31dad99fe5c1205597d4ab3148a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10c283c61d2e4e78b993c18642509b7fc47755ad12e9616199417a0405057421d8607458944f3ebd823215470437669fd810aa99fa59c66b757411eeed41ef58
|
|
7
|
+
data.tar.gz: 348f929f277753cbde4f28b1bd2bfbe83532d2ad17f07b774a0b30c76189dbd97a2291c6725e89de3c99ccbe67855ccf077675459dd4fce487782da357a25d92
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented here.
|
|
4
4
|
|
|
5
|
+
## 8.1.42
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.42** (companion release: restore native date/time/month/week/colour picker indicators that Foundation's `appearance: none` form reset was stripping; no API changes in validation_hints).
|
|
10
|
+
|
|
11
|
+
## 8.1.41
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- **Version numbering:** aligned with **inline_forms** / **inline_forms_installer** **8.1.41** (companion release: `inline_forms_addto` hardening — smarter/explicit attribute-list row placement, robust model rewriting, value-bearing placeholders, collision-free migration timestamps, and an example-app end-to-end test; no API changes in validation_hints).
|
|
16
|
+
|
|
5
17
|
## 8.1.40
|
|
6
18
|
|
|
7
19
|
### Changed
|