ember-attacher 3.1.1 → 3.2.0
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.
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
<component name="MaterialThemeProjectNewConfig">
|
|
4
4
|
<option name="metadata">
|
|
5
5
|
<MTProjectMetadataState>
|
|
6
|
-
<option name="
|
|
6
|
+
<option name="migrated" value="true" />
|
|
7
|
+
<option name="pristineConfig" value="false" />
|
|
8
|
+
<option name="userId" value="5b08c17b:17c50dc6df3:-8000" />
|
|
9
|
+
<option name="version" value="8.13.2" />
|
|
7
10
|
</MTProjectMetadataState>
|
|
8
11
|
</option>
|
|
9
12
|
</component>
|
package/CHANGELOG.md
CHANGED
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
## v3.
|
|
6
|
+
## v3.2.0 (2024-11-08)
|
|
7
7
|
|
|
8
8
|
#### :boom: Breaking Change
|
|
9
9
|
* [#843](https://github.com/tylerturdenpants/ember-attacher/pull/843) Drop ember-in-element-polyfill from dependencies ([@pzubar](https://github.com/pzubar))
|
|
10
10
|
|
|
11
11
|
#### :rocket: Enhancement
|
|
12
|
+
* [#988](https://github.com/tylerturdenpants/ember-attacher/pull/988) Replace deprecated `(action)` helper ([@dmytro-krekota](https://github.com/dmytro-krekota))
|
|
12
13
|
* [#887](https://github.com/tylerturdenpants/ember-attacher/pull/887) [chore]: Bump ember-cli-babel from 7.26.11 to 8.2.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
13
14
|
* [#820](https://github.com/tylerturdenpants/ember-attacher/pull/820) Fix the "cancelAnimationFrame is not defined" error in fastboot ([@pzubar](https://github.com/pzubar))
|
|
14
15
|
* [#790](https://github.com/tylerturdenpants/ember-attacher/pull/790) Bump ember-maybe-in-element to supress build-time warning ([@pzubar](https://github.com/pzubar))
|
|
@@ -21,6 +22,8 @@
|
|
|
21
22
|
* [#784](https://github.com/tylerturdenpants/ember-attacher/pull/784) Prevent overflow by default ([@pzubar](https://github.com/pzubar))
|
|
22
23
|
|
|
23
24
|
#### :house: Internal
|
|
25
|
+
* [#991](https://github.com/tylerturdenpants/ember-attacher/pull/991) [chore]: Bump flexi to 3.0.0-alpha.1 ([@pzubar](https://github.com/pzubar))
|
|
26
|
+
* [#990](https://github.com/tylerturdenpants/ember-attacher/pull/990) [chore]: Bump socket.io from 4.6.1 to 4.8.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
24
27
|
* [#867](https://github.com/tylerturdenpants/ember-attacher/pull/867) [chore]: Bump ember-truth-helpers from 3.1.1 to 4.0.3 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
25
28
|
* [#928](https://github.com/tylerturdenpants/ember-attacher/pull/928) [chore]: Bump ip from 1.1.8 to 1.1.9 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
26
29
|
* [#827](https://github.com/tylerturdenpants/ember-attacher/pull/827) [chore]: Bump @ember/test-helpers from 2.9.3 to 2.9.4 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
@@ -32,7 +35,8 @@
|
|
|
32
35
|
* [#811](https://github.com/tylerturdenpants/ember-attacher/pull/811) Remove the "beyond ember 3.24" support note ([@pzubar](https://github.com/pzubar))
|
|
33
36
|
* [#783](https://github.com/tylerturdenpants/ember-attacher/pull/783) Upgrade Ember to v4 ([@pzubar](https://github.com/pzubar))
|
|
34
37
|
|
|
35
|
-
#### Committers:
|
|
38
|
+
#### Committers: 2
|
|
39
|
+
- Dmytro K. ([@dmytro-krekota](https://github.com/dmytro-krekota))
|
|
36
40
|
- Petro Zubar ([@pzubar](https://github.com/pzubar))
|
|
37
41
|
|
|
38
42
|
## v3.1.0 (2024-03-07)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-attacher",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Tooltips and popovers for Ember.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:all": "ember try:each"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@floating-ui/dom": "^1.6.
|
|
32
|
+
"@floating-ui/dom": "^1.6.12",
|
|
33
33
|
"babel-plugin-filter-imports": "^4.0.0",
|
|
34
34
|
"broccoli-funnel": "~3.0.8",
|
|
35
35
|
"ember-auto-import": "^2.7.2",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@embroider/test-setup": "^3.0.0",
|
|
53
53
|
"@glimmer/component": "^1.1.2",
|
|
54
54
|
"@glimmer/tracking": "^1.1.2",
|
|
55
|
-
"@html-next/flexi-default-styles": "^
|
|
55
|
+
"@html-next/flexi-default-styles": "^3.0.0-alpha.1",
|
|
56
56
|
"@release-it-plugins/lerna-changelog": "^6.1.0",
|
|
57
57
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
58
58
|
"broccoli-asset-rev": "^3.0.0",
|
|
@@ -67,19 +67,19 @@
|
|
|
67
67
|
"ember-resolver": "~11.0.1",
|
|
68
68
|
"ember-source": "~4.12.3",
|
|
69
69
|
"ember-source-channel-url": "^3.0.0",
|
|
70
|
-
"ember-svg-jar": "
|
|
70
|
+
"ember-svg-jar": "^2.6.0",
|
|
71
71
|
"ember-truth-helpers": "^4.0.3",
|
|
72
72
|
"ember-try": "~3.0.0",
|
|
73
73
|
"eslint": "~8.57.0",
|
|
74
74
|
"eslint-plugin-decorator-position": "^5.0.2",
|
|
75
75
|
"eslint-plugin-ember": "~11.11.1",
|
|
76
76
|
"eslint-plugin-n": "^16.6.0",
|
|
77
|
-
"flexi": "^
|
|
77
|
+
"flexi": "^3.0.0-alpha.1",
|
|
78
78
|
"loader.js": "^4.7.0",
|
|
79
79
|
"qunit": "~2.20.1",
|
|
80
80
|
"qunit-dom": "~3.0.0",
|
|
81
81
|
"release-it": "~15.11.0",
|
|
82
|
-
"webpack": "~5.
|
|
82
|
+
"webpack": "~5.96.1"
|
|
83
83
|
},
|
|
84
84
|
"engines": {
|
|
85
85
|
"node": "16.* || >= 18"
|