primer_view_components 0.36.3 → 0.36.5

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: d4211776a14ce12185ed521f1cf0bee864f57a48d051ebd151d5dc7d1b07b140
4
- data.tar.gz: f4ce05f566d8556f3c6516ea8a42b567c559374998e6114624ca2b73cb63267e
3
+ metadata.gz: e3d5be7d8ad864a19c92d5b441ce1ed4167008906e67268f620b14e17dc62d85
4
+ data.tar.gz: 836ec64b60f1019acfed7c71eacae2647cb71df70e18ea08c81be062c826416d
5
5
  SHA512:
6
- metadata.gz: 3ea69bffeec49bad181790257e40da8f92fad228a2ea9ca04bd754f3dd8fbf8493011f0afa4d297239df5c82f7e4f3fe522d534c5a2144966c24dd7baa28e6db
7
- data.tar.gz: a94985fe9f0d2dd1965c52f17df24c46f8138996d161611b989a9c2ac5e6f3db4416b551bd2ab428c9c7460a49c638879314a6639660cf0a5f70eec2927e96ff
6
+ metadata.gz: 44f6895c1f42eafc715012b1ea1c7402a8a52aa93cf644dea0c6a939545f448360575ecd4d6a7a9e22fc3e5d6f30bef57f8912b031d7a862d39dc59e9acee561
7
+ data.tar.gz: 03bb30ba7ea66bcc4c2022fe2d2ae51769d9dae0d669c891df415018de1cb13472ad2743daef07df13687f4546962f81709b067315ac02ea758b0aafde70dbfc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.36.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3270](https://github.com/primer/view_components/pull/3270) [`fa16aec`](https://github.com/primer/view_components/commit/fa16aec26afb654a627c5c7ed68812f1fa807d0a) Thanks [@khiga8](https://github.com/khiga8)! - Ensure counter content is exposed to screen reader users
8
+
9
+ ## 0.36.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [#3260](https://github.com/primer/view_components/pull/3260) [`87b0ddb`](https://github.com/primer/view_components/commit/87b0ddbfc7368156d04c68bd7fccbe407c9c03e4) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Add more support for ruby 3.4 in tests
14
+
15
+ - [#3267](https://github.com/primer/view_components/pull/3267) [`7378b29`](https://github.com/primer/view_components/commit/7378b29bc2e0341e12c6921c246667b8a3ab820c) Thanks [@camertron](https://github.com/camertron)! - Add trailing visuals to the text field
16
+
17
+ - [#3265](https://github.com/primer/view_components/pull/3265) [`3c2454a`](https://github.com/primer/view_components/commit/3c2454a304baa045e4234375d19713427f467395) Thanks [@myabc](https://github.com/myabc)! - Fix incorrect classname keys when generating `lib/primer/classify/utilities.yml` with `bundle exec rake utilities:build`.
18
+
19
+ - [#3268](https://github.com/primer/view_components/pull/3268) [`43e621e`](https://github.com/primer/view_components/commit/43e621eff9b48352ae5580f4864a98e18c2d2dc9) Thanks [@camertron](https://github.com/camertron)! - Ensure ActionMenu's itemActivated event bubbles
20
+
21
+ - [#3266](https://github.com/primer/view_components/pull/3266) [`73d64d9`](https://github.com/primer/view_components/commit/73d64d975bff0f360e20bcc477af427cf1c7e797) Thanks [@camertron](https://github.com/camertron)! - Fix memory leak in forms framework causing form templates to be compiled on each render in development
22
+
23
+ - [#3257](https://github.com/primer/view_components/pull/3257) [`9f87ab1`](https://github.com/primer/view_components/commit/9f87ab122fbe7a85552b3124c4efbcec060e9af4) Thanks [@joelhawksley](https://github.com/joelhawksley)! - add support for Ruby 3.4 in test suite
24
+
3
25
  ## 0.36.3
4
26
 
5
27
  ### Patch Changes