@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)
@@ -28,6 +28,7 @@
28
28
  {{#if this.isCustom}}
29
29
  <this.Velcro
30
30
  @placement='top'
31
+ @strategy='absolute'
31
32
  @offsetOptions={{hash mainAxis=10}}
32
33
  as |velcro|
33
34
  >
@@ -1,6 +1,7 @@
1
1
  {{! @glint-nocheck: not typesafe yet }}
2
2
  <this.Velcro
3
3
  @placement='bottom-start'
4
+ @strategy='absolute'
4
5
  @offsetOptions={{hash mainAxis=3}}
5
6
  as |velcro|
6
7
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lblod/ember-rdfa-editor-lblod-plugins",
3
- "version": "31.0.3",
3
+ "version": "31.0.4",
4
4
  "description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
5
5
  "keywords": [
6
6
  "ember-addon",