openproject-primer_view_components 0.53.0 → 0.54.0

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: 5f312782e514f8c2c795c8391c1a9277a600635907cd9186dd7bed5a6b6542fa
4
- data.tar.gz: 4ef1d554d43cd2b2b08745d09946ca59be58f1b533570afaa68fc71a6652dc68
3
+ metadata.gz: 6b232a9c493b3fe92bf4613685409c8c14737e47ffd7a4372e6b828738d1187e
4
+ data.tar.gz: e0342d893361f18f2aafb3cd17ef6115da3768396811daf1edd740a6c70acd97
5
5
  SHA512:
6
- metadata.gz: fdcea5ccb557949c3b6a12573504752263643166eee41e7d8ba5e49c979272b87f3e7462d1e8aa9197906ccf54b606f5e30a19c22ca0ba1213a870792cf00bc2
7
- data.tar.gz: f6849d0e9fd667bc0f92e713e16ef0cc07c20459f074cf58b945e1471b947e42eccff9bf09bb2ee95aa0b164fdd094fb5ee8e3c98cc213dba0f0a9ead743a2cc
6
+ metadata.gz: b89b889be45f0cbbdedad4f6b582b4b3ebc3f40be4a24e63676203e1e991f0d671b5f22cdc4b1642b004e960920fb07611a9225d5f7de25be7a927ab2e01f1b9
7
+ data.tar.gz: f722c7663ae6c41af1c598b84fb4842f44594be59c345c598330a4c38326b6e52c4fadad104c54c805bb6467af29c0421755964ffbb135b13c6c1495320097be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.54.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#239](https://github.com/opf/primer_view_components/pull/239) [`2724f0c`](https://github.com/opf/primer_view_components/commit/2724f0c3f22b6266bf82dfbfe1b577622e3e26f0) Thanks [@HDinger](https://github.com/HDinger)! - Create `Primer::OpenProject::Heading` for OpenProject specific (content) headers. At the same time, increase font-weight for `Primer::OpenProject::PageHeader` to gain more visibility in the page structure
8
+
9
+ ## 0.53.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#236](https://github.com/opf/primer_view_components/pull/236) [`de1a205`](https://github.com/opf/primer_view_components/commit/de1a205fc5ddfec39373bf579c2a8b2417ad9ca3) Thanks [@myabc](https://github.com/myabc)! - Fix regression: callers unable to set custom button text
14
+
15
+ - [#237](https://github.com/opf/primer_view_components/pull/237) [`c2c98cf`](https://github.com/opf/primer_view_components/commit/c2c98cfc4bfc6cf62f116016a04015d7404d0a63) Thanks [@myabc](https://github.com/myabc)! - Make DangerDialog title param required: Axe will raise accessibility violations in the absence of a title. We want to ensure best a11y practice, so this change makes it a required param and documents it.
16
+
17
+ This is a BREAKING change.
18
+
19
+ - [#237](https://github.com/opf/primer_view_components/pull/237) [`694bdae`](https://github.com/opf/primer_view_components/commit/694bdae3523774a92632ce7c53c235cdadf29e3f) Thanks [@myabc](https://github.com/myabc)! - Make FeedbackDialog title param required: Axe will raise accessibility violations in the absence of a title. We want to ensure best a11y practice, so this change makes it a required param and documents it.
20
+
21
+ This is a BREAKING change.
22
+
3
23
  ## 0.53.0
4
24
 
5
25
  ### Minor Changes