primer_view_components 0.36.2 → 0.36.4

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: 1fae7f3f9a0fa0b26891a3a836ad664cbd5300c416808b240072f97aa0d701c8
4
- data.tar.gz: a9b66383d8f96952f6a2f1a7e559b8f45a6d5ad85326ec41bffbba91789a2615
3
+ metadata.gz: 5fa8931f54f0a1ea7e96a8f7dc72323c811477dfb7e21cf52cb498ceededb018
4
+ data.tar.gz: 7ca20dbba30de7fa61b73adc4a7ee52bee45319aa8d30b0f491a50e1951c8e75
5
5
  SHA512:
6
- metadata.gz: 3f733eff341cf4153478a7b9092c29799660445e6f94182175bbd58ecb8c69b8236ae8741988156a60e2ab846c03d40737dc6f2c81fe690ea12b5164d115bd4f
7
- data.tar.gz: 3f7005441b27345b888809eaa3e9f3b46b4e8441670bfdcfba6af53143ddc872e815aac8978f0b01f167f5f2c8d9aba873593381584e2a8ce2bcc1aeea6b182c
6
+ metadata.gz: c79de0f967b25ff41b28b9115759cf36275f7386e249ad40581bc073d6a3123fe5b0a97767d06398ca0a8a883ea90ec2895b0efde22ab259f206b6e52ee667a8
7
+ data.tar.gz: 8e81addbf7b1424c1040771bef7771e0f6c7a7dc4715ca5dd357d7888169892e3b6e500419cfe08f4a99bac315d711158b5f6bd1c424f199a1b89e2f1dc748ab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.36.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ - [#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
10
+
11
+ - [#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`.
12
+
13
+ - [#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
14
+
15
+ - [#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
16
+
17
+ - [#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
18
+
19
+ ## 0.36.3
20
+
21
+ ### Patch Changes
22
+
23
+ - [#3254](https://github.com/primer/view_components/pull/3254) [`1bb7ad7`](https://github.com/primer/view_components/commit/1bb7ad71239ee6b6ef158dac7f1aad3bd76ea404) Thanks [@camertron](https://github.com/camertron)! - Fix `NoMethodError` when checking if `ActionList::Divider`s are active
24
+
25
+ - [#3253](https://github.com/primer/view_components/pull/3253) [`3a63cf0`](https://github.com/primer/view_components/commit/3a63cf01377ccb71654f69e7840c5bc52fe802b2) Thanks [@joshblack](https://github.com/joshblack)! - Add top spacing to Dialog::Body to avoid it being glued to the divider
26
+
3
27
  ## 0.36.2
4
28
 
5
29
  ### Patch Changes