openproject-primer_view_components 0.49.0 → 0.49.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/app/assets/javascripts/primer_view_components.js +1 -1
- data/app/assets/javascripts/primer_view_components.js.map +1 -1
- data/app/components/primer/alpha/select_panel_element.js +6 -4
- data/app/components/primer/alpha/select_panel_element.ts +7 -4
- data/lib/primer/classify/utilities.rb +13 -13
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/alpha/select_panel_preview/list_of_links.html.erb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f984469d4ddf44225371effff2febbe1fa1fd9e6b2d3fd96d37a6265d8614c04
|
4
|
+
data.tar.gz: 65d5dae2b8daae1024fc8d62553e1647cae83c70a18828bd98c91b403198bf3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d969e41904ea4ed090d1639e9713e8fdac92e84b52ead84f5450b56572bd7d8777d7e54a65893c8cd758bb844ae60365daf0f5c9529e463e74c13df7a81fa6c2
|
7
|
+
data.tar.gz: 36a98aa21fb1152f8b37ec889a2be7da79b3e39b57d754d5393cdf51ce8938336299aec36eb76cd313790abdeb6024745439e22d509d4e6c24bcee0f0e63861a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.49.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#3177](https://github.com/primer/view_components/pull/3177) [`308a56b`](https://github.com/opf/primer_view_components/commit/308a56b3a7fe3e29bb12aec0c3cf05a3bb7e32f4) Thanks [@mathias](https://github.com/mathias)! - Switch Ruby match from Regexps to String's starts_with method
|
8
|
+
|
9
|
+
- [#3186](https://github.com/primer/view_components/pull/3186) [`4d46a3a`](https://github.com/opf/primer_view_components/commit/4d46a3a146d8cc1a56d8472f049c329dfb0ac432) Thanks [@camertron](https://github.com/camertron)! - [SelectPanel] Don't clear selection if input field doesn't exist
|
10
|
+
|
11
|
+
- [#3179](https://github.com/primer/view_components/pull/3179) [`93297d2`](https://github.com/opf/primer_view_components/commit/93297d249420656b90c968201c6a57505260e2ed) Thanks [@langermank](https://github.com/langermank)! - Update the primer/primitives dependency to be 9.x || 10.x and move it to peer
|
12
|
+
|
3
13
|
## 0.49.0
|
4
14
|
|
5
15
|
### Minor Changes
|