vident 0.12.0 → 0.13.0

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: 503019b8aac7501339acff5c350afbca9abb55599a696f348321554da15183c0
4
- data.tar.gz: 175ffd2794c1b7c81bf879a8bb3c9f65c42fa16cc92748be77df255c0b5fdcff
3
+ metadata.gz: 0700c922d7264da07108c850b630bb8c72069ebe269409d3e5cbb863704dd8d6
4
+ data.tar.gz: c4f23c0d36647df74d3da66de65cdc29388b6c9536ea2806161e64adcdbca1a0
5
5
  SHA512:
6
- metadata.gz: 0c76ae38a7c66032e99b130e21d67ba52f6c9fc946e3476fc945b682e5916ad406f90c12e0db2ab189ddf961e8c4f1a6e2cd64fc7e79bd6464ea5ccb1387e0de
7
- data.tar.gz: f25903b4f38418a6752f33190713f0d8c9b3f5c2e251fb83476a35b2894df4dc848a3e104c13cf1d10ad448e774f924194020781f23b2c6d9732b061e0351e34
6
+ metadata.gz: 7a069b36b3dd5223e379dd5d8b06d35bfff704066fdf079caf3eea7d70687fc25b526f22122cdd17f5617a837bebca7b9e26e8bf0e41beb8694ab09451bac0cd
7
+ data.tar.gz: 983d02d71cbf7a7c112e56b5c177f9cdbca61566b5e236a27540db69b8a2addfce3d72ae57eab6b6e9b6051e60613795b6d602b22e8200470f56f016368186e4
data/CHANGELOG.md CHANGED
@@ -10,10 +10,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
 
11
11
  ### Added
12
12
 
13
+ - New monorepo structure for the Vident project, retaining the separate gems however.
14
+ - All gems now have the same version and are released together.
15
+
13
16
  ### Changed
14
17
 
15
18
  ### Fixed
16
19
 
20
+ ## [0.12.1] - 2024-06-12
21
+
22
+ ### Fixed
23
+
24
+ - parsing of targets where the controller is also specified
17
25
 
18
26
  ## [0.12.0] - 2024-02-25
19
27
 
@@ -133,3 +141,75 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
133
141
  ### Security
134
142
 
135
143
  - N/A
144
+
145
+ ---
146
+
147
+ # Package Changelogs
148
+
149
+ ## vident-better_html
150
+
151
+ ### [0.6.0] - 2023-02-20
152
+
153
+ #### Added
154
+
155
+ - Experimental support for `better_html` in the root components (the stimulus attributes are generated with `html_attributes`)
156
+
157
+ ### [0.6.1] - 2023-02-20
158
+
159
+ #### Fixed
160
+
161
+ - `better_html` support fix for aliased dsl methods
162
+
163
+ ## vident-tailwind
164
+
165
+ ### [0.1.1] - 2023-04-02
166
+
167
+ #### Fixed
168
+
169
+ - `tailwind_merge` should only take a non-nil value, and since it uses the class string as a cache key, it should not be blank.
170
+
171
+ ## vident-typed-view_component
172
+
173
+ ### [0.3.0] - 2023-08-12
174
+
175
+ - Update to depend on `vident-view_component` v0.3.0
176
+ - Adds support for new `Vident::Caching` module
177
+ - Update examples to support view_component v3
178
+
179
+ ### [0.1.0] - 2023-04-01
180
+
181
+ - Initial release, extracted from `vident`
182
+
183
+ ## vident-view_component
184
+
185
+ ### [0.3.0] - 2023-08-12
186
+
187
+ - Update to depend on `vident` v0.9.0
188
+ - Adds support for new `Vident::Caching` module
189
+ - Update examples to support view_component v3
190
+
191
+ ### [0.1.0] - 2023-04-01
192
+
193
+ - Initial release, extracted from `vident`
194
+
195
+ ## vident-phlex
196
+
197
+ ### [0.3.0] - 2023-08-12
198
+
199
+ - Update to depend on `vident` v0.9.0
200
+ - Adds support for new `Vident::Caching` module
201
+
202
+ ### [0.1.0] - 2023-04-01
203
+
204
+ - Initial release, extracted from `vident`
205
+
206
+ ## vident-typed-phlex
207
+
208
+ ### [0.3.0] - 2023-08-12
209
+
210
+ - Update to depend on `vident-typed` v0.3.0
211
+ - Adds support for new `Vident::Caching` module
212
+
213
+ ### [0.1.0] - 2023-04-01
214
+
215
+ - Initial release, extracted from `vident`
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Stephen Ierodiaconou
3
+ Copyright (c) 2022-2025 Stephen Ierodiaconou
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal