openproject-primer_view_components 0.52.1 → 0.52.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8dda91a2377fb5ad052c3be211a0718e045bab9709bba2fbdee44fadeb32882a
4
- data.tar.gz: 941b38d21161e9f82e893293ae339704581f43dc9e35994e33d129ed692c1f4f
3
+ metadata.gz: e6e81b9d2acaa58efdde34a9fda2525a5e82271d25a3513b5a408b94ddce9c07
4
+ data.tar.gz: 907e9b07e1f89be5b2c2ed1890d44906c51296fce4d6ee8538d28ed91418144e
5
5
  SHA512:
6
- metadata.gz: 27957fd3b25cf97d101001a79374cecf915a86a7956449e8d424b802a44eff17149ca772edf365bf341981f93fe84ff62ea0c244a1839d9666570e8715a5facb
7
- data.tar.gz: 29bda097af96feacf1d4d1985646e89992a74017cb41610c8f50d919036f7926ad87d6d54524da993dfbdbf3c036bfb109fe35ef3592ccdc9b86dc8e865726a5
6
+ metadata.gz: 89f93eac3135934f1531a1dfb35ba9f15ee415e6399db01488f4cc4f2a7d25678e9e2ff779667e73c630bedae349555788ac8532c33e9dabc8a913b7993fa9cd
7
+ data.tar.gz: 830ea1dbfb4f2f5ae90a4a0cf539f038f75056449b9687780d6ba840a430357c63315775263f753eeb2badc1c630db2873b7b1311dc77d76c20f8a3514e5cff9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.52.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3260](https://github.com/primer/view_components/pull/3260) [`87b0ddb`](https://github.com/opf/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/opf/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/opf/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/opf/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/opf/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/opf/primer_view_components/commit/9f87ab122fbe7a85552b3124c4efbcec060e9af4) Thanks [@joelhawksley](https://github.com/joelhawksley)! - add support for Ruby 3.4 in test suite
18
+
3
19
  ## 0.52.1
4
20
 
5
21
  ### Patch Changes