vident 0.12.1 → 0.13.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: 8f7d8ace3954ce0426a72c2b2d82c847955a78744a88b79bae5c3fa89bc9376c
4
- data.tar.gz: 18ea411abbd7d1ecc4a052fe7278a4be99d120bb359a93c069a15d6519fd3c6f
3
+ metadata.gz: f9cc9ab1bcd4e801000879947dbace331a03606d6fc778069cf4aebf20f49e50
4
+ data.tar.gz: 0465df3f823e1ac86ec011e1afc9595042c9c5e5131b63aa6b6aa265a5b577a0
5
5
  SHA512:
6
- metadata.gz: 56cb329e6bb4b3d0a1111b8015f5d6e2c768087a9c67258dc53016ce04823a2bb1c5b6a96a3983bb2b53b99308ed79191b04727cf518ac97196b3ed8e73f080b
7
- data.tar.gz: 5b627477ac164a072b0faf035ef20df401340d4d6fecf6523645908aa3cbe6f5bde8037c9371f194a0ec14e04a669e23abeeaa77a81261f04306b07a4874ca2a
6
+ metadata.gz: 4efd1e00166a77864d8c2d9c5ece265fbe45f0201c8df4a90e9aa83ae5a93e539022ec83dd387ae6dbbe559a5f2fe365cbbb41a173e3eb7abbdca30b2842316d
7
+ data.tar.gz: 88ed4a27a6d8056fa3bb329d82fb03c90b8d9538732f0967a1b430561d101275d90c39a4ae64d851d74baebc9ed5bbd4e788fdff56efe9396e6a7fa548653cab
data/CHANGELOG.md CHANGED
@@ -6,10 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
 
8
8
 
9
- ## [Unreleased]
9
+ ## [0.13.0] - 2024-04-07
10
+
11
+ ### Breaking
12
+
13
+ - `data_maps` has been renamed to `values` and support has been added for the Stimulus 2+ Values API.
14
+ - `root`/`parent_element` no longer takes options, to define attributes for it, you can use `root_element_attributes` or the view component helper `root_component_attributes`. This change means
15
+ that root elements can be instantiated outside of `render` which is useful if you refer to the instance in the components body block
10
16
 
11
17
  ### Added
12
18
 
19
+ - New monorepo structure for the Vident project, retaining the separate gems however.
20
+ - All gems now have the same version and are released together.
21
+
13
22
  ### Changed
14
23
 
15
24
  ### Fixed
@@ -138,3 +147,75 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
138
147
  ### Security
139
148
 
140
149
  - N/A
150
+
151
+ ---
152
+
153
+ # Package Changelogs
154
+
155
+ ## vident-better_html
156
+
157
+ ### [0.6.0] - 2023-02-20
158
+
159
+ #### Added
160
+
161
+ - Experimental support for `better_html` in the root components (the stimulus attributes are generated with `html_attributes`)
162
+
163
+ ### [0.6.1] - 2023-02-20
164
+
165
+ #### Fixed
166
+
167
+ - `better_html` support fix for aliased dsl methods
168
+
169
+ ## vident-tailwind
170
+
171
+ ### [0.1.1] - 2023-04-02
172
+
173
+ #### Fixed
174
+
175
+ - `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.
176
+
177
+ ## vident-typed-view_component
178
+
179
+ ### [0.3.0] - 2023-08-12
180
+
181
+ - Update to depend on `vident-view_component` v0.3.0
182
+ - Adds support for new `Vident::Caching` module
183
+ - Update examples to support view_component v3
184
+
185
+ ### [0.1.0] - 2023-04-01
186
+
187
+ - Initial release, extracted from `vident`
188
+
189
+ ## vident-view_component
190
+
191
+ ### [0.3.0] - 2023-08-12
192
+
193
+ - Update to depend on `vident` v0.9.0
194
+ - Adds support for new `Vident::Caching` module
195
+ - Update examples to support view_component v3
196
+
197
+ ### [0.1.0] - 2023-04-01
198
+
199
+ - Initial release, extracted from `vident`
200
+
201
+ ## vident-phlex
202
+
203
+ ### [0.3.0] - 2023-08-12
204
+
205
+ - Update to depend on `vident` v0.9.0
206
+ - Adds support for new `Vident::Caching` module
207
+
208
+ ### [0.1.0] - 2023-04-01
209
+
210
+ - Initial release, extracted from `vident`
211
+
212
+ ## vident-typed-phlex
213
+
214
+ ### [0.3.0] - 2023-08-12
215
+
216
+ - Update to depend on `vident-typed` v0.3.0
217
+ - Adds support for new `Vident::Caching` module
218
+
219
+ ### [0.1.0] - 2023-04-01
220
+
221
+ - 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