ember-velcro 2.0.0 → 2.0.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
@@ -94,7 +94,7 @@ Installation
|
|
94
94
|
```
|
95
95
|
npm install ember-velcro
|
96
96
|
# or
|
97
|
-
yarn
|
97
|
+
yarn add ember-velcro
|
98
98
|
# or
|
99
99
|
pnpm install ember-velcro
|
100
100
|
# or
|
@@ -109,7 +109,7 @@ Similar projects include:
|
|
109
109
|
* [ember-popperjs](https://github.com/NullVoxPopuli/ember-popperjs)
|
110
110
|
* [ember-popper-modifier](https://github.com/adopted-ember-addons/ember-popper-modifier)
|
111
111
|
|
112
|
-
The above projects both use [Popper](https://popper.js.org/). In contrast, Ember Velcro uses Floating UI. Floating UI is the successor to Popper - see their [migration guide
|
112
|
+
The above projects both use [Popper](https://popper.js.org/). In contrast, Ember Velcro uses Floating UI. Floating UI is the successor to Popper - see their [migration guide](https://floating-ui.com/docs/migration) for a complete comparison.
|
113
113
|
|
114
114
|
License
|
115
115
|
------------------------------------------------------------------------------
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ember-velcro",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.1",
|
4
4
|
"description": "Ember Velcro sticks one element to another with Floating UI.",
|
5
5
|
"keywords": [
|
6
6
|
"ember-addon"
|
@@ -78,7 +78,7 @@
|
|
78
78
|
"broccoli-asset-rev": "^3.0.0",
|
79
79
|
"concurrently": "^7.4.0",
|
80
80
|
"ember-cli-htmlbars": "^6.1.0",
|
81
|
-
"ember-source": "~4.
|
81
|
+
"ember-source": "~4.12.0",
|
82
82
|
"ember-template-lint": "^4.10.1",
|
83
83
|
"eslint": "^7.0.0",
|
84
84
|
"eslint-config-prettier": "^8.5.0",
|