openproject-primer_view_components 0.91.0 → 0.91.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 +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_menu/action_menu_element.js +1 -0
- data/app/components/primer/alpha/action_menu/action_menu_element.ts +1 -0
- data/app/controllers/primer/view_components/action_menu_controller.rb +1 -0
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/alpha/action_menu_preview/with_deferred_content_near_bottom_of_viewport.html.erb +10 -0
- data/previews/primer/alpha/action_menu_preview.rb +7 -0
- data/static/info_arch.json +13 -0
- data/static/previews.json +13 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be766eb77ec473d51b373b6ed134b1dd46aafd94808076fad3f418586ccf30df
|
|
4
|
+
data.tar.gz: 290f9486c239152e122f895cb25e6a3a3ba43a66ed55ef5324faa2d7083316cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1609d1643e8891d56d6b27c9cc30ce0993c25f1a3d73df254351058edb175827a40799080afddf28011f4ecd4a3034770bf5e545a0c4fa3f9f0c4548fa9dc84
|
|
7
|
+
data.tar.gz: e9b0f2fde2720b037887dc8eadb1217f658770fb12170c8964e8fa6430da268172b7b45d20d35e35c864f77662b91a5e46a3037a203e36920ebc2bb9b45e147d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 0.91.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#478](https://github.com/opf/primer_view_components/pull/478) [`fc5ccdd`](https://github.com/opf/primer_view_components/commit/fc5ccdde134f8030c80d38d93bb1b3b80650f43a) Thanks [@dombesz](https://github.com/dombesz)! - Fix lazy loaded action-menu positioning when opened at the bottom of the page.
|
|
8
|
+
|
|
3
9
|
## 0.91.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|