ember-attacher 3.0.0 → 3.1.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/.idea/material_theme_project_new.xml +10 -0
- package/CHANGELOG.md +26 -2
- package/package.json +10 -10
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="MaterialThemeProjectNewConfig">
|
|
4
|
+
<option name="metadata">
|
|
5
|
+
<MTProjectMetadataState>
|
|
6
|
+
<option name="userId" value="43521698:18f28e3c796:-7d14" />
|
|
7
|
+
</MTProjectMetadataState>
|
|
8
|
+
</option>
|
|
9
|
+
</component>
|
|
10
|
+
</project>
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## v3.1.1 (2024-04-30)
|
|
7
|
+
|
|
8
|
+
#### :boom: Breaking Change
|
|
9
|
+
* [#843](https://github.com/tylerturdenpants/ember-attacher/pull/843) Drop ember-in-element-polyfill from dependencies ([@pzubar](https://github.com/pzubar))
|
|
5
10
|
|
|
6
11
|
#### :rocket: Enhancement
|
|
12
|
+
* [#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))
|
|
7
13
|
* [#820](https://github.com/tylerturdenpants/ember-attacher/pull/820) Fix the "cancelAnimationFrame is not defined" error in fastboot ([@pzubar](https://github.com/pzubar))
|
|
8
14
|
* [#790](https://github.com/tylerturdenpants/ember-attacher/pull/790) Bump ember-maybe-in-element to supress build-time warning ([@pzubar](https://github.com/pzubar))
|
|
9
15
|
* [#784](https://github.com/tylerturdenpants/ember-attacher/pull/784) Prevent overflow by default ([@pzubar](https://github.com/pzubar))
|
|
@@ -15,6 +21,8 @@
|
|
|
15
21
|
* [#784](https://github.com/tylerturdenpants/ember-attacher/pull/784) Prevent overflow by default ([@pzubar](https://github.com/pzubar))
|
|
16
22
|
|
|
17
23
|
#### :house: Internal
|
|
24
|
+
* [#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
|
+
* [#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))
|
|
18
26
|
* [#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))
|
|
19
27
|
* [#786](https://github.com/tylerturdenpants/ember-attacher/pull/786) [chore]: Bump @ember/string from 3.0.1 to 3.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
20
28
|
* [#833](https://github.com/tylerturdenpants/ember-attacher/pull/833) [chore]: Bump ember-source from 4.12.0 to 4.12.3 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
@@ -27,6 +35,22 @@
|
|
|
27
35
|
#### Committers: 1
|
|
28
36
|
- Petro Zubar ([@pzubar](https://github.com/pzubar))
|
|
29
37
|
|
|
38
|
+
## v3.1.0 (2024-03-07)
|
|
39
|
+
#### :rocket: Enhancement
|
|
40
|
+
* [#932](https://github.com/tylerturdenpants/ember-attacher/pull/932) Drop `@ember/render-modifiers` ([@pzubar](https://github.com/pzubar))
|
|
41
|
+
* [#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))
|
|
42
|
+
|
|
43
|
+
#### Committers: 1
|
|
44
|
+
- Petro Zubar ([@pzubar](https://github.com/pzubar))
|
|
45
|
+
|
|
46
|
+
## v3.0.0 (2024-03-06)
|
|
47
|
+
|
|
48
|
+
#### :boom: Breaking Change
|
|
49
|
+
* [#843](https://github.com/tylerturdenpants/ember-attacher/pull/843) Drop ember-in-element-polyfill from dependencies ([@pzubar](https://github.com/pzubar))
|
|
50
|
+
|
|
51
|
+
#### Committers: 1
|
|
52
|
+
- Petro Zubar ([@pzubar](https://github.com/pzubar))
|
|
53
|
+
|
|
30
54
|
## v2.0.8 (2024-01-16)
|
|
31
55
|
|
|
32
56
|
#### :rocket: Enhancement
|
|
@@ -696,4 +720,4 @@
|
|
|
696
720
|
|
|
697
721
|
|
|
698
722
|
|
|
699
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
723
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-attacher",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Tooltips and popovers for Ember.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@floating-ui/dom": "^1.6.3",
|
|
33
33
|
"babel-plugin-filter-imports": "^4.0.0",
|
|
34
34
|
"broccoli-funnel": "~3.0.8",
|
|
35
|
-
"ember-auto-import": "^2.7.
|
|
36
|
-
"ember-cli-babel": "^
|
|
35
|
+
"ember-auto-import": "^2.7.2",
|
|
36
|
+
"ember-cli-babel": "^8.2.0",
|
|
37
37
|
"ember-cli-htmlbars": "^6.3.0",
|
|
38
38
|
"ember-cli-sass": "^11.0.1",
|
|
39
39
|
"ember-maybe-in-element": "^2.1.0",
|
|
40
|
-
"sass": "^1.
|
|
40
|
+
"sass": "^1.72.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@babel/core": "^7.23.7",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"@ember/string": "^3.1.1",
|
|
50
50
|
"@ember/test-helpers": "~2.9.4",
|
|
51
51
|
"@ember/test-waiters": "^3.1.0",
|
|
52
|
-
"@embroider/test-setup": "^
|
|
52
|
+
"@embroider/test-setup": "^3.0.0",
|
|
53
53
|
"@glimmer/component": "^1.1.2",
|
|
54
54
|
"@glimmer/tracking": "^1.1.2",
|
|
55
55
|
"@html-next/flexi-default-styles": "^2.2.0",
|
|
56
|
-
"@release-it-plugins/lerna-changelog": "^
|
|
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",
|
|
59
59
|
"ember-cli": "~4.12.1",
|
|
@@ -68,18 +68,18 @@
|
|
|
68
68
|
"ember-source": "~4.12.3",
|
|
69
69
|
"ember-source-channel-url": "^3.0.0",
|
|
70
70
|
"ember-svg-jar": "~2.4.7",
|
|
71
|
-
"ember-truth-helpers": "^
|
|
71
|
+
"ember-truth-helpers": "^4.0.3",
|
|
72
72
|
"ember-try": "~3.0.0",
|
|
73
|
-
"eslint": "~8.
|
|
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
77
|
"flexi": "^2.1.0",
|
|
78
78
|
"loader.js": "^4.7.0",
|
|
79
|
-
"qunit": "~2.20.
|
|
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.91.0"
|
|
83
83
|
},
|
|
84
84
|
"engines": {
|
|
85
85
|
"node": "16.* || >= 18"
|