primer_view_components 0.8.0 → 0.9.0

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: f767324d9a97f3f64289e1682e78cdeade5f2b3f540b753c9690760162b9724d
4
- data.tar.gz: 55a044195c13ed41b993f61b863b5e3ba31294140119fe1795566b9c99703c84
3
+ metadata.gz: f9535eb3bb448d2b8e7b4c9334af8df24d77455fd36634380bb860c1ec15b01f
4
+ data.tar.gz: 37538037c2bd89f15d5d84d8446b0dcc6c09dbb69feac95f622a225b7bb31e39
5
5
  SHA512:
6
- metadata.gz: 70efe9ffd3d691bb0575e9d84114fdcb9d366d80fc07878b4ed639c89a893da7d28939186beb0ee4e1103892d19e69350f33780a19760a0d5651b9bb5f13f1e9
7
- data.tar.gz: 56a9fbed5051b127ada16e44b55efd81c37748eda8678cdfc65d88d22a0b1044782e3f086de3f0b7756fd38fed5d856cf2605af9edb366d63f963247120f809b
6
+ metadata.gz: e8138ef11ce73f12dd5d188d75e90eea6ea961b57554ee95ef67dbd8e71e8e6943a65f7332477f0e82a496a25a182ec453d3b297324393f45fc79fffcbdcf5b5
7
+ data.tar.gz: 221801ee922bb45bbe62aaa0c8a8664df2ebaac6b34ea9132c867e5e461f41e67e5b76df37a48e77d116fc45cd8e2f4b5f7f810ce73db3a093bda299a8553aeb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2205](https://github.com/primer/view_components/pull/2205) [`88ac3095`](https://github.com/primer/view_components/commit/88ac309577b5b735af5067ee6ab2c8c30f48aefc) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Add rubocop linter for `IconButton` component
8
+
9
+ <!-- Changed components: Primer::IconButton -->
10
+
11
+ - [#2223](https://github.com/primer/view_components/pull/2223) [`00b7d5d7`](https://github.com/primer/view_components/commit/00b7d5d78e2f52dc6bc6c54689e50da976289203) Thanks [@jonrohan](https://github.com/jonrohan)! - Moving the render for the ActionBar::Item from the slot initializer to the call method.
12
+
13
+ <!-- Changed components: _none_ -->
14
+
15
+ ### Patch Changes
16
+
17
+ - [#2227](https://github.com/primer/view_components/pull/2227) [`bb336bb6`](https://github.com/primer/view_components/commit/bb336bb6f034e20778b4834edae3540c365b9d9f) Thanks [@jonrohan](https://github.com/jonrohan)! - [Bug] Don't fill in the spinner circle svg path
18
+
19
+ - [#2237](https://github.com/primer/view_components/pull/2237) [`70a8336f`](https://github.com/primer/view_components/commit/70a8336fda45b144f81c1ece54b17a26037126e4) Thanks [@jonrohan](https://github.com/jonrohan)! - Fixing ActionBar more menu items including buttons with no type
20
+
21
+ <!-- Changed components: Primer::Alpha::ActionBar -->
22
+
23
+ - [#2204](https://github.com/primer/view_components/pull/2204) [`ed1644a2`](https://github.com/primer/view_components/commit/ed1644a2fa5b701611a13513cb903774f3f74152) Thanks [@keithamus](https://github.com/keithamus)! - Fix errors in older browsers with :popover-open
24
+
25
+ <!-- Changed components: Primer::Alpha::Tooltip -->
26
+
27
+ - [#2236](https://github.com/primer/view_components/pull/2236) [`d663e450`](https://github.com/primer/view_components/commit/d663e4508341f5b9ef1788b8a2231782ce3ed44d) Thanks [@keithamus](https://github.com/keithamus)! - Centre anchored-position elements when their anchor is not present
28
+
29
+ <!-- Changed components: Primer::Alpha::Overlay -->
30
+
3
31
  ## 0.8.0
4
32
 
5
33
  ### Minor Changes