primer_view_components 0.16.0 → 0.16.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -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/action_bar_element.js +7 -1
- data/app/components/primer/alpha/action_bar_element.ts +7 -1
- data/lib/primer/view_components/version.rb +1 -1
- 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: 86910238999d5a874ee2f46d034900550d566fa09420ddecc5315135e1cd405d
|
4
|
+
data.tar.gz: 146b16b08abaca9fa8fc46f9841295757f6a5dccf4aa985d31c44bdbc85a43c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da31b3edb785572ed31d5ba13efc8d0a548be3e6ef2b40dea1c282c19036e28bf29b6852eba5a7bfa3a1cf48398021481f6d1d7122eb6f02ed54f9bcd6fb6da5
|
7
|
+
data.tar.gz: 955420e5f188ab8658fc55eb8eabd001cbd5c93809cfb62a4b66b04d6695759e98661a22606609e765c9ee66be3b2686b2bfb3e5e9586faf737c51bc660fecb0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.16.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2478](https://github.com/primer/view_components/pull/2478) [`6e7b7c2`](https://github.com/primer/view_components/commit/6e7b7c2340339a15b21857ee1fbc734a5760135d) Thanks [@jonrohan](https://github.com/jonrohan)! - Bug fix in ActionBar: When collapsed the menu and tooltips aren't visible in Firefox
|
8
|
+
|
3
9
|
## 0.16.0
|
4
10
|
|
5
11
|
### Minor Changes
|