primer_view_components 0.13.1 → 0.13.2

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: 0cd3fcb17cf9a8627092f5d48685341c292b6bea1487b112c9ad365080b72d89
4
- data.tar.gz: 3273e1becaffe68a4ae939e209fec753a04576a49a8908410de062bdce7a8890
3
+ metadata.gz: 6c8bbbce5be514ecedd10e2f8079db655290cd3a1e1aaf49524bb3ec20ef75e5
4
+ data.tar.gz: 5bed9dc5e9a22a03994921856af366d53efde51b11d0dae951679729d4c4c88f
5
5
  SHA512:
6
- metadata.gz: 3337aac0da1477523991f18af4e478f625d4f7ffadc9aceed1c7959d1852416f305d1bddd3ed5961bd938d83c85758dfcfbdb2f4cfe0924a8d6a1895c7c1ed2e
7
- data.tar.gz: 41bc70df5570a7951fcc1ad6247614756d8bddcaabf96b61d75908bfad7e062595f6c106168a381c7b6784aff8a5c357627a0dacaf67782af34c15504a61095b
6
+ metadata.gz: 4c2ce33948d6048299ae896f5a450d95a1822c1ed8a8df633b1e9e6ce91329f47013a879100b49dd767425b1f3bcee3029265dd1e08b86a364dc8028cc685837
7
+ data.tar.gz: fc8ef42812b025d0a72f3006a22bea606eedde58f1efae6724d2a9c041a06ca7b2c3ba22df4669aafb59b6c94abbec6f460b69c249a84bef53530bba3a7faf94
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2331](https://github.com/primer/view_components/pull/2331) [`4f8af24f`](https://github.com/primer/view_components/commit/4f8af24f2bb657c09d3b371a9d2ab1e30ac3ad7c) Thanks [@camertron](https://github.com/camertron)! - Prevent scrolling when activating ActionMenu form items via space
8
+
9
+ - [#2323](https://github.com/primer/view_components/pull/2323) [`c481ed2d`](https://github.com/primer/view_components/commit/c481ed2dedf9a480dca2a4ba41d2f1e3b39a2687) Thanks [@keithamus](https://github.com/keithamus)! - Fix bug in ActionMenu/Tooltip/Overlay being always visible in Firefox on ios 17
10
+
3
11
  ## 0.13.1
4
12
 
5
13
  ### Patch Changes
data/README.md CHANGED
@@ -10,7 +10,7 @@ _Note: This library is under active pre-1.0 development. Breaking changes are li
10
10
 
11
11
  ## Documentation
12
12
 
13
- Visit [https://primer.style/view_components/](https://primer.style/design/components/) to view documentation.
13
+ Visit [https://primer.style/components/](https://primer.style/components/) to view documentation.
14
14
 
15
15
  ## License
16
16
 
@@ -1,5 +1,4 @@
1
1
  import '@github/include-fragment-element';
2
- import '@oddbird/popover-polyfill';
3
2
  import './alpha/action_bar_element';
4
3
  import './alpha/dropdown';
5
4
  import './anchored_position';