ember-attacher 3.2.0 → 3.3.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.
- package/.idea/codeStyles/Project.xml +32 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/ember-attacher.iml +10 -8
- package/CHANGELOG.md +4 -2
- package/README.md +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<component name="ProjectCodeStyleConfiguration">
|
|
2
|
+
<code_scheme name="Project" version="173">
|
|
3
|
+
<option name="OTHER_INDENT_OPTIONS">
|
|
4
|
+
<value>
|
|
5
|
+
<option name="INDENT_SIZE" value="2" />
|
|
6
|
+
<option name="TAB_SIZE" value="2" />
|
|
7
|
+
</value>
|
|
8
|
+
</option>
|
|
9
|
+
<HTMLCodeStyleSettings>
|
|
10
|
+
<option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
|
|
11
|
+
</HTMLCodeStyleSettings>
|
|
12
|
+
<JSCodeStyleSettings version="0">
|
|
13
|
+
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
14
|
+
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
15
|
+
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
16
|
+
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
17
|
+
</JSCodeStyleSettings>
|
|
18
|
+
<TypeScriptCodeStyleSettings version="0">
|
|
19
|
+
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
20
|
+
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
21
|
+
</TypeScriptCodeStyleSettings>
|
|
22
|
+
<codeStyleSettings language="JavaScript">
|
|
23
|
+
<option name="INDENT_CASE_FROM_SWITCH" value="false" />
|
|
24
|
+
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
|
|
25
|
+
<option name="ALIGN_MULTILINE_FOR" value="false" />
|
|
26
|
+
<indentOptions>
|
|
27
|
+
<option name="INDENT_SIZE" value="2" />
|
|
28
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
29
|
+
</indentOptions>
|
|
30
|
+
</codeStyleSettings>
|
|
31
|
+
</code_scheme>
|
|
32
|
+
</component>
|
package/.idea/ember-attacher.iml
CHANGED
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
|
4
|
+
<shared />
|
|
5
|
+
</component>
|
|
3
6
|
<component name="NewModuleRootManager">
|
|
4
7
|
<content url="file://$MODULE_DIR$">
|
|
5
|
-
<sourceFolder url="file://$MODULE_DIR$/addon" isTestSource="false" />
|
|
6
|
-
<sourceFolder url="file://$MODULE_DIR$/app" isTestSource="false" />
|
|
8
|
+
<sourceFolder url="file://$MODULE_DIR$/addon/addon" isTestSource="false" />
|
|
9
|
+
<sourceFolder url="file://$MODULE_DIR$/addon/app" isTestSource="false" />
|
|
7
10
|
<sourceFolder url="file://$MODULE_DIR$/public" isTestSource="false" />
|
|
8
11
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
9
|
-
<sourceFolder url="file://$MODULE_DIR$/test-app" isTestSource="true" />
|
|
10
12
|
<sourceFolder url="file://$MODULE_DIR$/test-app/app" isTestSource="true" />
|
|
13
|
+
<sourceFolder url="file://$MODULE_DIR$/test-app/app" isTestSource="true" />
|
|
14
|
+
<sourceFolder url="file://$MODULE_DIR$/test-app/tests" isTestSource="true" />
|
|
15
|
+
<sourceFolder url="file://$MODULE_DIR$/test-app/tests/acceptance" isTestSource="true" />
|
|
11
16
|
<sourceFolder url="file://$MODULE_DIR$/test-app/tests/acceptance" isTestSource="true" />
|
|
12
17
|
<sourceFolder url="file://$MODULE_DIR$/test-app/tests/integration" isTestSource="true" />
|
|
18
|
+
<sourceFolder url="file://$MODULE_DIR$/test-app/tests/integration" isTestSource="true" />
|
|
19
|
+
<sourceFolder url="file://$MODULE_DIR$/test-app/tests/unit" isTestSource="true" />
|
|
13
20
|
<sourceFolder url="file://$MODULE_DIR$/test-app/tests/unit" isTestSource="true" />
|
|
14
|
-
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
|
|
15
|
-
<sourceFolder url="file://$MODULE_DIR$/tests/acceptance" isTestSource="true" />
|
|
16
|
-
<sourceFolder url="file://$MODULE_DIR$/tests/dummy/app" isTestSource="true" />
|
|
17
|
-
<sourceFolder url="file://$MODULE_DIR$/tests/integration" isTestSource="true" />
|
|
18
|
-
<sourceFolder url="file://$MODULE_DIR$/tests/unit" isTestSource="true" />
|
|
19
21
|
<excludeFolder url="file://$MODULE_DIR$/.bower_components.ember-try" />
|
|
20
22
|
<excludeFolder url="file://$MODULE_DIR$/.node_modules.ember-try" />
|
|
21
23
|
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
## v3.
|
|
6
|
+
## v3.3.0 (2025-07-17)
|
|
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))
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
* [#784](https://github.com/tylerturdenpants/ember-attacher/pull/784) Prevent overflow by default ([@pzubar](https://github.com/pzubar))
|
|
23
23
|
|
|
24
24
|
#### :house: Internal
|
|
25
|
+
* [#989](https://github.com/tylerturdenpants/ember-attacher/pull/989) [chore]: Bump express from 4.19.2 to 4.21.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
25
26
|
* [#991](https://github.com/tylerturdenpants/ember-attacher/pull/991) [chore]: Bump flexi to 3.0.0-alpha.1 ([@pzubar](https://github.com/pzubar))
|
|
26
27
|
* [#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))
|
|
27
28
|
* [#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))
|
|
@@ -35,8 +36,9 @@
|
|
|
35
36
|
* [#811](https://github.com/tylerturdenpants/ember-attacher/pull/811) Remove the "beyond ember 3.24" support note ([@pzubar](https://github.com/pzubar))
|
|
36
37
|
* [#783](https://github.com/tylerturdenpants/ember-attacher/pull/783) Upgrade Ember to v4 ([@pzubar](https://github.com/pzubar))
|
|
37
38
|
|
|
38
|
-
#### Committers:
|
|
39
|
+
#### Committers: 3
|
|
39
40
|
- Dmytro K. ([@dmytro-krekota](https://github.com/dmytro-krekota))
|
|
41
|
+
- Joshua Gorner ([@gorner](https://github.com/gorner))
|
|
40
42
|
- Petro Zubar ([@pzubar](https://github.com/pzubar))
|
|
41
43
|
|
|
42
44
|
## v3.1.0 (2024-03-07)
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-attacher",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Tooltips and popovers for Ember.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"test:all": "ember try:each"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
+
"@ember/test-waiters": "^3.1.0",
|
|
32
33
|
"@floating-ui/dom": "^1.6.12",
|
|
33
34
|
"babel-plugin-filter-imports": "^4.0.0",
|
|
34
35
|
"broccoli-funnel": "~3.0.8",
|
|
@@ -40,15 +41,14 @@
|
|
|
40
41
|
"sass": "^1.72.0"
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
|
-
"@babel/core": "^7.
|
|
44
|
-
"@babel/eslint-parser": "^7.
|
|
44
|
+
"@babel/core": "^7.24.0",
|
|
45
|
+
"@babel/eslint-parser": "^7.26.10",
|
|
45
46
|
"@babel/helper-get-function-arity": "^7.16.7",
|
|
46
47
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
47
48
|
"@ember/optional-features": "^2.0.0",
|
|
48
49
|
"@ember/render-modifiers": "^2.0.5",
|
|
49
50
|
"@ember/string": "^3.1.1",
|
|
50
51
|
"@ember/test-helpers": "~2.9.4",
|
|
51
|
-
"@ember/test-waiters": "^3.1.0",
|
|
52
52
|
"@embroider/test-setup": "^3.0.0",
|
|
53
53
|
"@glimmer/component": "^1.1.2",
|
|
54
54
|
"@glimmer/tracking": "^1.1.2",
|