@lblod/ember-rdfa-editor-lblod-plugins 31.0.3 → 31.0.4
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @lblod/ember-rdfa-editor-lblod-plugins
|
|
2
2
|
|
|
3
|
+
## 31.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#571](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/571) [`1d1f381`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/1d1f3816089d2b570218c8365d8d3d688ecf2790) Thanks [@elpoelma](https://github.com/elpoelma)! - Use `absolute` positioning for ember-velcro pop-ups/tooltips
|
|
8
|
+
|
|
3
9
|
## 31.0.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -50,7 +50,7 @@ export default class HoverTooltip extends Component<Sig> {
|
|
|
50
50
|
this.tooltipOpen = false;
|
|
51
51
|
};
|
|
52
52
|
<template>
|
|
53
|
-
<Velcro @placement={{this.placement}} as |velcro|>
|
|
53
|
+
<Velcro @placement={{this.placement}} @strategy='absolute' as |velcro|>
|
|
54
54
|
{{#let velcro.loop as |loop|}}
|
|
55
55
|
{{yield
|
|
56
56
|
(hash velcroHook=velcro.hook handleHover=this.hover)
|