ember-attacher 3.3.0 → 4.0.0-beta.2
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/addon-main.js +2 -0
- package/dist/_app_/components/attach-popover.js +1 -0
- package/dist/_app_/components/attach-tooltip.js +1 -0
- package/dist/_app_/components/basic-attacher.js +1 -0
- package/dist/components/attach-popover.js +11 -0
- package/dist/components/attach-popover.js.map +1 -0
- package/dist/components/attach-tooltip.js +37 -0
- package/dist/components/attach-tooltip.js.map +1 -0
- package/{addon/components/attach-popover.js → dist/components/basic-attacher.js} +35 -18
- package/dist/components/basic-attacher.js.map +1 -0
- package/{addon → dist}/defaults.js +5 -1
- package/dist/defaults.js.map +1 -0
- package/{addon-test-support/is-visible.js → dist/test-support/index.js} +5 -1
- package/dist/test-support/index.js.map +1 -0
- package/package.json +39 -76
- package/.idea/codeStyles/Project.xml +0 -32
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/ember-attacher.iml +0 -31
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/material_theme_project_new.xml +0 -13
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/CHANGELOG.md +0 -729
- package/README.md +0 -321
- package/RELEASE.md +0 -65
- package/addon/-debug/helpers.js +0 -23
- package/addon/components/attach-tooltip.js +0 -38
- package/addon/styles/_mixins.scss +0 -107
- package/addon/styles/addon.sass +0 -5
- package/addon/styles/addon.scss +0 -5
- package/addon/styles/ember-attacher.scss +0 -137
- package/addon/styles/themes.scss +0 -16
- package/addon/styles/variables.scss +0 -3
- package/addon/templates/components/attach-popover.hbs +0 -29
- package/addon-test-support/index.js +0 -1
- package/app/components/attach-popover.js +0 -1
- package/app/components/attach-tooltip.js +0 -1
- package/app/templates/components/attach-popover.js +0 -1
- package/config/flexi.js +0 -37
- package/docs/upgrade-guide-2.0.md +0 -43
- package/index.js +0 -81
package/CHANGELOG.md
DELETED
|
@@ -1,729 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
## v3.3.0 (2025-07-17)
|
|
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))
|
|
10
|
-
|
|
11
|
-
#### :rocket: Enhancement
|
|
12
|
-
* [#988](https://github.com/tylerturdenpants/ember-attacher/pull/988) Replace deprecated `(action)` helper ([@dmytro-krekota](https://github.com/dmytro-krekota))
|
|
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))
|
|
14
|
-
* [#820](https://github.com/tylerturdenpants/ember-attacher/pull/820) Fix the "cancelAnimationFrame is not defined" error in fastboot ([@pzubar](https://github.com/pzubar))
|
|
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))
|
|
16
|
-
* [#784](https://github.com/tylerturdenpants/ember-attacher/pull/784) Prevent overflow by default ([@pzubar](https://github.com/pzubar))
|
|
17
|
-
|
|
18
|
-
#### :bug: Bug Fix
|
|
19
|
-
* [#820](https://github.com/tylerturdenpants/ember-attacher/pull/820) Fix the "cancelAnimationFrame is not defined" error in fastboot ([@pzubar](https://github.com/pzubar))
|
|
20
|
-
* [#807](https://github.com/tylerturdenpants/ember-attacher/pull/807) Fix the stripInProduction for the apps and the runtime error ([@pzubar](https://github.com/pzubar))
|
|
21
|
-
* [#794](https://github.com/tylerturdenpants/ember-attacher/pull/794) Fix test error caused by wrong endAsync call ([@pzubar](https://github.com/pzubar))
|
|
22
|
-
* [#784](https://github.com/tylerturdenpants/ember-attacher/pull/784) Prevent overflow by default ([@pzubar](https://github.com/pzubar))
|
|
23
|
-
|
|
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))
|
|
26
|
-
* [#991](https://github.com/tylerturdenpants/ember-attacher/pull/991) [chore]: Bump flexi to 3.0.0-alpha.1 ([@pzubar](https://github.com/pzubar))
|
|
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))
|
|
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))
|
|
29
|
-
* [#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))
|
|
30
|
-
* [#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))
|
|
31
|
-
* [#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))
|
|
32
|
-
* [#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))
|
|
33
|
-
* [#834](https://github.com/tylerturdenpants/ember-attacher/pull/834) [chore]: Bump eslint-plugin-ember from 11.5.2 to 11.10.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
34
|
-
* [#835](https://github.com/tylerturdenpants/ember-attacher/pull/835) [chore]: Bump semver from 5.7.1 to 5.7.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
35
|
-
* [#819](https://github.com/tylerturdenpants/ember-attacher/pull/819) [chore]: Bump eslint from 8.40.0 to 8.43.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
36
|
-
* [#811](https://github.com/tylerturdenpants/ember-attacher/pull/811) Remove the "beyond ember 3.24" support note ([@pzubar](https://github.com/pzubar))
|
|
37
|
-
* [#783](https://github.com/tylerturdenpants/ember-attacher/pull/783) Upgrade Ember to v4 ([@pzubar](https://github.com/pzubar))
|
|
38
|
-
|
|
39
|
-
#### Committers: 3
|
|
40
|
-
- Dmytro K. ([@dmytro-krekota](https://github.com/dmytro-krekota))
|
|
41
|
-
- Joshua Gorner ([@gorner](https://github.com/gorner))
|
|
42
|
-
- Petro Zubar ([@pzubar](https://github.com/pzubar))
|
|
43
|
-
|
|
44
|
-
## v3.1.0 (2024-03-07)
|
|
45
|
-
#### :rocket: Enhancement
|
|
46
|
-
* [#932](https://github.com/tylerturdenpants/ember-attacher/pull/932) Drop `@ember/render-modifiers` ([@pzubar](https://github.com/pzubar))
|
|
47
|
-
* [#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))
|
|
48
|
-
|
|
49
|
-
#### Committers: 1
|
|
50
|
-
- Petro Zubar ([@pzubar](https://github.com/pzubar))
|
|
51
|
-
|
|
52
|
-
## v3.0.0 (2024-03-06)
|
|
53
|
-
|
|
54
|
-
#### :boom: Breaking Change
|
|
55
|
-
* [#843](https://github.com/tylerturdenpants/ember-attacher/pull/843) Drop ember-in-element-polyfill from dependencies ([@pzubar](https://github.com/pzubar))
|
|
56
|
-
|
|
57
|
-
#### Committers: 1
|
|
58
|
-
- Petro Zubar ([@pzubar](https://github.com/pzubar))
|
|
59
|
-
|
|
60
|
-
## v2.0.8 (2024-01-16)
|
|
61
|
-
|
|
62
|
-
#### :rocket: Enhancement
|
|
63
|
-
* [#820](https://github.com/tylerturdenpants/ember-attacher/pull/820) Fix the "cancelAnimationFrame is not defined" error in fastboot ([@pzubar](https://github.com/pzubar))
|
|
64
|
-
* [#790](https://github.com/tylerturdenpants/ember-attacher/pull/790) Bump ember-maybe-in-element to supress build-time warning ([@pzubar](https://github.com/pzubar))
|
|
65
|
-
* [#784](https://github.com/tylerturdenpants/ember-attacher/pull/784) Prevent overflow by default ([@pzubar](https://github.com/pzubar))
|
|
66
|
-
|
|
67
|
-
#### :bug: Bug Fix
|
|
68
|
-
* [#820](https://github.com/tylerturdenpants/ember-attacher/pull/820) Fix the "cancelAnimationFrame is not defined" error in fastboot ([@pzubar](https://github.com/pzubar))
|
|
69
|
-
* [#807](https://github.com/tylerturdenpants/ember-attacher/pull/807) Fix the stripInProduction for the apps and the runtime error ([@pzubar](https://github.com/pzubar))
|
|
70
|
-
* [#794](https://github.com/tylerturdenpants/ember-attacher/pull/794) Fix test error caused by wrong endAsync call ([@pzubar](https://github.com/pzubar))
|
|
71
|
-
* [#784](https://github.com/tylerturdenpants/ember-attacher/pull/784) Prevent overflow by default ([@pzubar](https://github.com/pzubar))
|
|
72
|
-
|
|
73
|
-
#### :house: Internal
|
|
74
|
-
* [#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))
|
|
75
|
-
* [#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))
|
|
76
|
-
* [#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))
|
|
77
|
-
* [#834](https://github.com/tylerturdenpants/ember-attacher/pull/834) [chore]: Bump eslint-plugin-ember from 11.5.2 to 11.10.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
78
|
-
* [#835](https://github.com/tylerturdenpants/ember-attacher/pull/835) [chore]: Bump semver from 5.7.1 to 5.7.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
79
|
-
* [#819](https://github.com/tylerturdenpants/ember-attacher/pull/819) [chore]: Bump eslint from 8.40.0 to 8.43.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
|
80
|
-
* [#811](https://github.com/tylerturdenpants/ember-attacher/pull/811) Remove the "beyond ember 3.24" support note ([@pzubar](https://github.com/pzubar))
|
|
81
|
-
* [#783](https://github.com/tylerturdenpants/ember-attacher/pull/783) Upgrade Ember to v4 ([@pzubar](https://github.com/pzubar))
|
|
82
|
-
|
|
83
|
-
#### Committers: 1
|
|
84
|
-
- Petro Zubar ([@pzubar](https://github.com/pzubar))
|
|
85
|
-
|
|
86
|
-
## v2.0.1 (2023-05-15)
|
|
87
|
-
|
|
88
|
-
#### :boom: Breaking Change
|
|
89
|
-
* [#772](https://github.com/tylerturdenpants/ember-attacher/pull/772) Convert to Glimmer component ([@pzubar](https://github.com/pzubar))
|
|
90
|
-
* [#743](https://github.com/tylerturdenpants/ember-attacher/pull/743) Migration to the Floating UI ([@pzubar](https://github.com/pzubar))
|
|
91
|
-
|
|
92
|
-
#### :rocket: Enhancement
|
|
93
|
-
* [#772](https://github.com/tylerturdenpants/ember-attacher/pull/772) Convert to Glimmer component ([@pzubar](https://github.com/pzubar))
|
|
94
|
-
* [#759](https://github.com/tylerturdenpants/ember-attacher/pull/759) Bump dependencies ([@pzubar](https://github.com/pzubar))
|
|
95
|
-
* [#743](https://github.com/tylerturdenpants/ember-attacher/pull/743) Migration to the Floating UI ([@pzubar](https://github.com/pzubar))
|
|
96
|
-
* [#561](https://github.com/tylerturdenpants/ember-attacher/pull/561) Avoid forcing dart ([@kmccullough](https://github.com/kmccullough))
|
|
97
|
-
|
|
98
|
-
#### :house: Internal
|
|
99
|
-
* [#759](https://github.com/tylerturdenpants/ember-attacher/pull/759) Bump dependencies ([@pzubar](https://github.com/pzubar))
|
|
100
|
-
|
|
101
|
-
#### Committers: 2
|
|
102
|
-
- Kerry McCullough ([@kmccullough](https://github.com/kmccullough))
|
|
103
|
-
- Petro Zubar ([@pzubar](https://github.com/pzubar))
|
|
104
|
-
|
|
105
|
-
## v1.3.0 (2021-09-09)
|
|
106
|
-
|
|
107
|
-
#### :rocket: Enhancement
|
|
108
|
-
* [#553](https://github.com/kybishop/ember-attacher/pull/553) Remove warning for popover/tooltip in config ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
109
|
-
* [#550](https://github.com/kybishop/ember-attacher/pull/550) Better default handling ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
110
|
-
* [#488](https://github.com/kybishop/ember-attacher/pull/488) Remove excess whitespace content ([@kmccullough](https://github.com/kmccullough))
|
|
111
|
-
* [#446](https://github.com/kybishop/ember-attacher/pull/446) add svg-jar to replace ember-font-awesome ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
112
|
-
* [#427](https://github.com/kybishop/ember-attacher/pull/427) update to ember-qunit 5 ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
113
|
-
|
|
114
|
-
#### :bug: Bug Fix
|
|
115
|
-
* [#479](https://github.com/kybishop/ember-attacher/pull/479) Remove addons that use old AST builder syntax API's ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
116
|
-
|
|
117
|
-
#### :house: Internal
|
|
118
|
-
* [#553](https://github.com/kybishop/ember-attacher/pull/553) Remove warning for popover/tooltip in config ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
119
|
-
* [#549](https://github.com/kybishop/ember-attacher/pull/549) Use github-actions-setup-for-ember-addon ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
120
|
-
* [#446](https://github.com/kybishop/ember-attacher/pull/446) add svg-jar to replace ember-font-awesome ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
121
|
-
* [#427](https://github.com/kybishop/ember-attacher/pull/427) update to ember-qunit 5 ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
122
|
-
* [#479](https://github.com/kybishop/ember-attacher/pull/479) Remove addons that use old AST builder syntax API's ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
123
|
-
|
|
124
|
-
#### Committers: 4
|
|
125
|
-
- Kerry McCullough ([@kmccullough](https://github.com/kmccullough))
|
|
126
|
-
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
|
|
127
|
-
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
128
|
-
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
|
129
|
-
|
|
130
|
-
## v1.3.0-beta.3 (2021-09-02)
|
|
131
|
-
|
|
132
|
-
#### :rocket: Enhancement
|
|
133
|
-
* [#550](https://github.com/kybishop/ember-attacher/pull/550) Better default handling ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
134
|
-
* [#488](https://github.com/kybishop/ember-attacher/pull/488) Remove excess whitespace content ([@kmccullough](https://github.com/kmccullough))
|
|
135
|
-
* [#446](https://github.com/kybishop/ember-attacher/pull/446) add svg-jar to replace ember-font-awesome ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
136
|
-
* [#427](https://github.com/kybishop/ember-attacher/pull/427) update to ember-qunit 5 ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
137
|
-
|
|
138
|
-
#### :bug: Bug Fix
|
|
139
|
-
* [#479](https://github.com/kybishop/ember-attacher/pull/479) Remove addons that use old AST builder syntax API's ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
140
|
-
|
|
141
|
-
#### :house: Internal
|
|
142
|
-
* [#549](https://github.com/kybishop/ember-attacher/pull/549) Use github-actions-setup-for-ember-addon ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
143
|
-
* [#446](https://github.com/kybishop/ember-attacher/pull/446) add svg-jar to replace ember-font-awesome ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
144
|
-
* [#427](https://github.com/kybishop/ember-attacher/pull/427) update to ember-qunit 5 ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
145
|
-
* [#479](https://github.com/kybishop/ember-attacher/pull/479) Remove addons that use old AST builder syntax API's ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
146
|
-
|
|
147
|
-
#### Committers: 4
|
|
148
|
-
- Kerry McCullough ([@kmccullough](https://github.com/kmccullough))
|
|
149
|
-
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
|
|
150
|
-
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
151
|
-
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
|
152
|
-
|
|
153
|
-
## v1.2.3 (2020-12-08)
|
|
154
|
-
|
|
155
|
-
#### :bug: Bug Fix
|
|
156
|
-
* [#388](https://github.com/kybishop/ember-attacher/pull/388) Fix user supplied attributes ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
157
|
-
* [#383](https://github.com/kybishop/ember-attacher/pull/383) Exclude class from defaults test ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
158
|
-
|
|
159
|
-
#### Committers: 1
|
|
160
|
-
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
161
|
-
|
|
162
|
-
## v1.2.1 (2020-10-29)
|
|
163
|
-
|
|
164
|
-
#### :bug: Bug Fix
|
|
165
|
-
* [#362](https://github.com/kybishop/ember-attacher/pull/362) Fix optional class name feature ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
166
|
-
|
|
167
|
-
#### Committers: 1
|
|
168
|
-
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
169
|
-
|
|
170
|
-
## v1.2.0 (2020-10-28)
|
|
171
|
-
|
|
172
|
-
#### :boom: Breaking Change
|
|
173
|
-
* [#359](https://github.com/kybishop/ember-attacher/pull/359) Upgrade to native class usage ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
174
|
-
|
|
175
|
-
#### :rocket: Enhancement
|
|
176
|
-
* [#361](https://github.com/kybishop/ember-attacher/pull/361) Bump packages ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
177
|
-
* [#359](https://github.com/kybishop/ember-attacher/pull/359) Upgrade to native class usage ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
178
|
-
|
|
179
|
-
#### :house: Internal
|
|
180
|
-
* [#361](https://github.com/kybishop/ember-attacher/pull/361) Bump packages ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
181
|
-
* [#360](https://github.com/kybishop/ember-attacher/pull/360) Fix markdown files ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
182
|
-
* [#359](https://github.com/kybishop/ember-attacher/pull/359) Upgrade to native class usage ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
183
|
-
|
|
184
|
-
#### Committers: 3
|
|
185
|
-
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
186
|
-
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
|
187
|
-
- [@endevea](https://github.com/endevea)
|
|
188
|
-
|
|
189
|
-
## v1.1.1 (2020-03-12)
|
|
190
|
-
|
|
191
|
-
#### :bug: Bug Fix
|
|
192
|
-
* [#218](https://github.com/kybishop/ember-attacher/pull/218) fix: delay hide until popperElement is set ([@urbany](https://github.com/urbany))
|
|
193
|
-
|
|
194
|
-
#### Committers: 1
|
|
195
|
-
- João Teixeira ([@urbany](https://github.com/urbany))
|
|
196
|
-
|
|
197
|
-
## v1.1.0 (2020-03-05)
|
|
198
|
-
|
|
199
|
-
#### :boom: Breaking Change
|
|
200
|
-
* [#201](https://github.com/kybishop/ember-attacher/pull/201) Remove support for Ember 3.4 ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
201
|
-
* [#195](https://github.com/kybishop/ember-attacher/pull/195) Remove support for node 8 ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
202
|
-
|
|
203
|
-
#### :house: Internal
|
|
204
|
-
* [#211](https://github.com/kybishop/ember-attacher/pull/211) Add Dependabot config ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
205
|
-
* [#196](https://github.com/kybishop/ember-attacher/pull/196) Update all packages ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
206
|
-
* [#198](https://github.com/kybishop/ember-attacher/pull/198) Add Yarn Cache to Github Actions ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
207
|
-
* [#197](https://github.com/kybishop/ember-attacher/pull/197) Move to GitHub Actions ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
208
|
-
|
|
209
|
-
#### Committers: 2
|
|
210
|
-
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
211
|
-
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
|
212
|
-
|
|
213
|
-
* Fix exception when object is destroyed or destroying (#191) (39e0a85)
|
|
214
|
-
|
|
215
|
-
## v1.0.1 (2019-11-14)
|
|
216
|
-
|
|
217
|
-
#### :bug: Bug Fix
|
|
218
|
-
* [#190](https://github.com/kybishop/ember-attacher/pull/190) downgrade ember-power-select ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
219
|
-
|
|
220
|
-
#### Committers: 1
|
|
221
|
-
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
222
|
-
|
|
223
|
-
## v1.0.0 (2019-11-14)
|
|
224
|
-
|
|
225
|
-
#### :boom: Breaking Change
|
|
226
|
-
* [#175](https://github.com/kybishop/ember-attacher/pull/175) Update to ember-cli 3.13 ([@jrjohnson](https://github.com/jrjohnson))
|
|
227
|
-
|
|
228
|
-
#### :rocket: Enhancement
|
|
229
|
-
* [#185](https://github.com/kybishop/ember-attacher/pull/185) add release-it ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
230
|
-
* [#181](https://github.com/kybishop/ember-attacher/pull/181) Add class to know if popover has arrow ([@ctjhoa](https://github.com/ctjhoa))
|
|
231
|
-
|
|
232
|
-
#### :bug: Bug Fix
|
|
233
|
-
* [#189](https://github.com/kybishop/ember-attacher/pull/189) decouple release from deploy ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
234
|
-
* [#186](https://github.com/kybishop/ember-attacher/pull/186) No exception when this._popperElement not set ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
235
|
-
* [#177](https://github.com/kybishop/ember-attacher/pull/177) fix(lazyRender and isShown set manually) (#176) ([@ctjhoa](https://github.com/ctjhoa))
|
|
236
|
-
|
|
237
|
-
#### :house: Internal
|
|
238
|
-
* [#174](https://github.com/kybishop/ember-attacher/pull/174) Update packages ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
239
|
-
* [#180](https://github.com/kybishop/ember-attacher/pull/180) Improve tests ([@ctjhoa](https://github.com/ctjhoa))
|
|
240
|
-
|
|
241
|
-
#### Committers: 3
|
|
242
|
-
- Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa))
|
|
243
|
-
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson))
|
|
244
|
-
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
|
|
245
|
-
|
|
246
|
-
# Change Log
|
|
247
|
-
|
|
248
|
-
## [v0.15.1](https://github.com/kybishop/ember-attacher/tree/HEAD) (2019-07-09)
|
|
249
|
-
|
|
250
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.15.1...HEAD)
|
|
251
|
-
|
|
252
|
-
**Closed issues:**
|
|
253
|
-
|
|
254
|
-
- Releasing should be easier [\#171](https://github.com/kybishop/ember-attacher/issues/171)
|
|
255
|
-
- Dependency lint finds multiple version of ember-maybe-in-element [\#170](https://github.com/kybishop/ember-attacher/issues/170)
|
|
256
|
-
- Seeking Maintainers [\#162](https://github.com/kybishop/ember-attacher/issues/162)
|
|
257
|
-
|
|
258
|
-
**Merged pull requests:**
|
|
259
|
-
|
|
260
|
-
- add scripts for all types of publishes \(patch/minor/major\) [\#172](https://github.com/kybishop/ember-attacher/pull/172) ([tylerturdenpants](https://github.com/tylerturdenpants))
|
|
261
|
-
- updated ember-popper [\#169](https://github.com/kybishop/ember-attacher/pull/169) ([tylerturdenpants](https://github.com/tylerturdenpants))
|
|
262
|
-
|
|
263
|
-
## [v0.14.0](https://github.com/kybishop/ember-attacher/tree/v0.14.0) (2019-05-30)
|
|
264
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.10...v0.14.0)
|
|
265
|
-
|
|
266
|
-
**Closed issues:**
|
|
267
|
-
|
|
268
|
-
- Deprecation warning in Ember 3.9 [\#164](https://github.com/kybishop/ember-attacher/issues/164)
|
|
269
|
-
|
|
270
|
-
**Merged pull requests:**
|
|
271
|
-
|
|
272
|
-
- Version 0.14.0 [\#166](https://github.com/kybishop/ember-attacher/pull/166) ([luketheobscure](https://github.com/luketheobscure))
|
|
273
|
-
- Fix computed-property.override deprecation in Ember 3.9 [\#165](https://github.com/kybishop/ember-attacher/pull/165) ([richard-viney](https://github.com/richard-viney))
|
|
274
|
-
- fix: prevent modifiers with functions from being lost on parse [\#163](https://github.com/kybishop/ember-attacher/pull/163) ([urbany](https://github.com/urbany))
|
|
275
|
-
- FEATURE - Add useCapture config option [\#159](https://github.com/kybishop/ember-attacher/pull/159) ([richard-viney](https://github.com/richard-viney))
|
|
276
|
-
|
|
277
|
-
## [v0.13.10](https://github.com/kybishop/ember-attacher/tree/v0.13.10) (2018-10-12)
|
|
278
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.9...v0.13.10)
|
|
279
|
-
|
|
280
|
-
**Closed issues:**
|
|
281
|
-
|
|
282
|
-
- Error: Could not find module `ember-native-dom-helpers` imported from `ember-attacher/is-visible` [\#140](https://github.com/kybishop/ember-attacher/issues/140)
|
|
283
|
-
|
|
284
|
-
**Merged pull requests:**
|
|
285
|
-
|
|
286
|
-
- remove hidden ember-native-dom-helpers dependency [\#154](https://github.com/kybishop/ember-attacher/pull/154) ([kybishop](https://github.com/kybishop))
|
|
287
|
-
- Upgrade to ember 3.4 [\#153](https://github.com/kybishop/ember-attacher/pull/153) ([kybishop](https://github.com/kybishop))
|
|
288
|
-
|
|
289
|
-
## [v0.13.9](https://github.com/kybishop/ember-attacher/tree/v0.13.9) (2018-10-12)
|
|
290
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.8...v0.13.9)
|
|
291
|
-
|
|
292
|
-
**Closed issues:**
|
|
293
|
-
|
|
294
|
-
- Could not find module `ember-compatibility-helpers` imported from `@ember-decorators/argument/-debug/utils/validation-decorator` [\#151](https://github.com/kybishop/ember-attacher/issues/151)
|
|
295
|
-
- Dependency lint finds multiple version of ember-compatibility-helpers [\#127](https://github.com/kybishop/ember-attacher/issues/127)
|
|
296
|
-
|
|
297
|
-
**Merged pull requests:**
|
|
298
|
-
|
|
299
|
-
- bump ember-popper to v0.9.2 [\#152](https://github.com/kybishop/ember-attacher/pull/152) ([kybishop](https://github.com/kybishop))
|
|
300
|
-
- Fix typo [\#150](https://github.com/kybishop/ember-attacher/pull/150) ([ctjhoa](https://github.com/ctjhoa))
|
|
301
|
-
|
|
302
|
-
## [v0.13.8](https://github.com/kybishop/ember-attacher/tree/v0.13.8) (2018-09-28)
|
|
303
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.7...v0.13.8)
|
|
304
|
-
|
|
305
|
-
**Closed issues:**
|
|
306
|
-
|
|
307
|
-
- Deprecation: Use closure actions instead of `sendAction` [\#148](https://github.com/kybishop/ember-attacher/issues/148)
|
|
308
|
-
- Few files missing 404 errors [\#142](https://github.com/kybishop/ember-attacher/issues/142)
|
|
309
|
-
- Replace ember-cli-sass with postcss [\#108](https://github.com/kybishop/ember-attacher/issues/108)
|
|
310
|
-
|
|
311
|
-
**Merged pull requests:**
|
|
312
|
-
|
|
313
|
-
- Use closure actions instead of sendAction [\#149](https://github.com/kybishop/ember-attacher/pull/149) ([scottwernervt](https://github.com/scottwernervt))
|
|
314
|
-
- Update ember-cli-sass [\#147](https://github.com/kybishop/ember-attacher/pull/147) ([jrjohnson](https://github.com/jrjohnson))
|
|
315
|
-
|
|
316
|
-
## [v0.13.7](https://github.com/kybishop/ember-attacher/tree/v0.13.7) (2018-07-25)
|
|
317
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.6...v0.13.7)
|
|
318
|
-
|
|
319
|
-
**Closed issues:**
|
|
320
|
-
|
|
321
|
-
- Tweak the CSS to work with positions like right-start [\#139](https://github.com/kybishop/ember-attacher/issues/139)
|
|
322
|
-
- Animation support for more Popper.js placements \(right-start, etc.\) [\#134](https://github.com/kybishop/ember-attacher/issues/134)
|
|
323
|
-
- Animation: 'fill' is not compatible with arrow: true [\#126](https://github.com/kybishop/ember-attacher/issues/126)
|
|
324
|
-
- Tooltip background color is transparent for long text. [\#101](https://github.com/kybishop/ember-attacher/issues/101)
|
|
325
|
-
|
|
326
|
-
**Merged pull requests:**
|
|
327
|
-
|
|
328
|
-
- fix\(warning on arrow/fill incompat\) [\#144](https://github.com/kybishop/ember-attacher/pull/144) ([kybishop](https://github.com/kybishop))
|
|
329
|
-
- feat: works with placement modifiers \(start/end\) [\#143](https://github.com/kybishop/ember-attacher/pull/143) ([urbany](https://github.com/urbany))
|
|
330
|
-
|
|
331
|
-
## [v0.13.6](https://github.com/kybishop/ember-attacher/tree/v0.13.6) (2018-05-25)
|
|
332
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.5...v0.13.6)
|
|
333
|
-
|
|
334
|
-
**Closed issues:**
|
|
335
|
-
|
|
336
|
-
- lazyLoad + showDelay causes error [\#137](https://github.com/kybishop/ember-attacher/issues/137)
|
|
337
|
-
- Apply Dynamic Styles [\#135](https://github.com/kybishop/ember-attacher/issues/135)
|
|
338
|
-
|
|
339
|
-
**Merged pull requests:**
|
|
340
|
-
|
|
341
|
-
- fix\(race conditions with lazyRender and showDelay\) [\#138](https://github.com/kybishop/ember-attacher/pull/138) ([kybishop](https://github.com/kybishop))
|
|
342
|
-
- Pass in style attribute to style attachment [\#136](https://github.com/kybishop/ember-attacher/pull/136) ([jrjohnson](https://github.com/jrjohnson))
|
|
343
|
-
|
|
344
|
-
## [v0.13.5](https://github.com/kybishop/ember-attacher/tree/v0.13.5) (2018-04-27)
|
|
345
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.4...v0.13.5)
|
|
346
|
-
|
|
347
|
-
**Merged pull requests:**
|
|
348
|
-
|
|
349
|
-
- chore\(remove package-lock.json\) [\#132](https://github.com/kybishop/ember-attacher/pull/132) ([kybishop](https://github.com/kybishop))
|
|
350
|
-
|
|
351
|
-
## [v0.13.4](https://github.com/kybishop/ember-attacher/tree/v0.13.4) (2018-04-27)
|
|
352
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.3...v0.13.4)
|
|
353
|
-
|
|
354
|
-
**Closed issues:**
|
|
355
|
-
|
|
356
|
-
- addon.sass file not found [\#130](https://github.com/kybishop/ember-attacher/issues/130)
|
|
357
|
-
|
|
358
|
-
**Merged pull requests:**
|
|
359
|
-
|
|
360
|
-
- Enable sass [\#131](https://github.com/kybishop/ember-attacher/pull/131) ([lamabiker](https://github.com/lamabiker))
|
|
361
|
-
- fix\(user-supplied animation default can now prevent arrow warning\) [\#129](https://github.com/kybishop/ember-attacher/pull/129) ([kybishop](https://github.com/kybishop))
|
|
362
|
-
- Improve README [\#128](https://github.com/kybishop/ember-attacher/pull/128) ([mostafa-sakhiri](https://github.com/mostafa-sakhiri))
|
|
363
|
-
|
|
364
|
-
## [v0.13.3](https://github.com/kybishop/ember-attacher/tree/v0.13.3) (2018-04-03)
|
|
365
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.2...v0.13.3)
|
|
366
|
-
|
|
367
|
-
**Closed issues:**
|
|
368
|
-
|
|
369
|
-
- TypeError: Cannot set property arrow of \[object Object\] which has only a getter [\#123](https://github.com/kybishop/ember-attacher/issues/123)
|
|
370
|
-
- Unnecessary `babel-eslint` dependency? [\#122](https://github.com/kybishop/ember-attacher/issues/122)
|
|
371
|
-
- Using with overlays? [\#120](https://github.com/kybishop/ember-attacher/issues/120)
|
|
372
|
-
|
|
373
|
-
**Merged pull requests:**
|
|
374
|
-
|
|
375
|
-
- fix\(user-supplied default for "arrow"\) [\#124](https://github.com/kybishop/ember-attacher/pull/124) ([kybishop](https://github.com/kybishop))
|
|
376
|
-
- chore\(bump deps\) ember 3.0 [\#119](https://github.com/kybishop/ember-attacher/pull/119) ([kybishop](https://github.com/kybishop))
|
|
377
|
-
|
|
378
|
-
## [v0.13.2](https://github.com/kybishop/ember-attacher/tree/v0.13.2) (2018-03-20)
|
|
379
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.1...v0.13.2)
|
|
380
|
-
|
|
381
|
-
**Closed issues:**
|
|
382
|
-
|
|
383
|
-
- TypeError: setting getter-only property "eventsEnabled" [\#117](https://github.com/kybishop/ember-attacher/issues/117)
|
|
384
|
-
- setting `arrow: true` in config/environment.js throws error [\#114](https://github.com/kybishop/ember-attacher/issues/114)
|
|
385
|
-
- "Uncaught Error: Could not find module `@ember/component`" when upgrading from 0.11.4 to 0.13.1 [\#112](https://github.com/kybishop/ember-attacher/issues/112)
|
|
386
|
-
- Warning when setting 'modifiers' in app defaults \(environment.js\) [\#111](https://github.com/kybishop/ember-attacher/issues/111)
|
|
387
|
-
- Option to add an offset/padding [\#107](https://github.com/kybishop/ember-attacher/issues/107)
|
|
388
|
-
- Far too slow on initial render of pages with \> 100 tooltips [\#100](https://github.com/kybishop/ember-attacher/issues/100)
|
|
389
|
-
- Add GitHub "Star" button to example website [\#92](https://github.com/kybishop/ember-attacher/issues/92)
|
|
390
|
-
- Expose `registerAPI` [\#86](https://github.com/kybishop/ember-attacher/issues/86)
|
|
391
|
-
|
|
392
|
-
**Merged pull requests:**
|
|
393
|
-
|
|
394
|
-
- Expose register api [\#118](https://github.com/kybishop/ember-attacher/pull/118) ([kybishop](https://github.com/kybishop))
|
|
395
|
-
- chore\(improve example app\) [\#116](https://github.com/kybishop/ember-attacher/pull/116) ([kybishop](https://github.com/kybishop))
|
|
396
|
-
- feat: get hideOn clickout to work on iOS [\#115](https://github.com/kybishop/ember-attacher/pull/115) ([necojackarc](https://github.com/necojackarc))
|
|
397
|
-
- add modifiers to DEFAULTS [\#113](https://github.com/kybishop/ember-attacher/pull/113) ([enkol](https://github.com/enkol))
|
|
398
|
-
- feat\(true lazy rendering\) [\#102](https://github.com/kybishop/ember-attacher/pull/102) ([kybishop](https://github.com/kybishop))
|
|
399
|
-
|
|
400
|
-
## [v0.13.1](https://github.com/kybishop/ember-attacher/tree/v0.13.1) (2018-02-13)
|
|
401
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.0...v0.13.1)
|
|
402
|
-
|
|
403
|
-
**Closed issues:**
|
|
404
|
-
|
|
405
|
-
- Block-scoped declarations \(let, const, function, class\) not yet supported outside strict mode [\#106](https://github.com/kybishop/ember-attacher/issues/106)
|
|
406
|
-
- Warning in ember-cli console [\#105](https://github.com/kybishop/ember-attacher/issues/105)
|
|
407
|
-
|
|
408
|
-
**Merged pull requests:**
|
|
409
|
-
|
|
410
|
-
- chore\(bump deps\) ember 2.18, etc. [\#110](https://github.com/kybishop/ember-attacher/pull/110) ([kybishop](https://github.com/kybishop))
|
|
411
|
-
- Fix missing back tick [\#104](https://github.com/kybishop/ember-attacher/pull/104) ([ctjhoa](https://github.com/ctjhoa))
|
|
412
|
-
- Fix credit link [\#103](https://github.com/kybishop/ember-attacher/pull/103) ([ctjhoa](https://github.com/ctjhoa))
|
|
413
|
-
|
|
414
|
-
## [v0.13.0](https://github.com/kybishop/ember-attacher/tree/v0.13.0) (2017-12-04)
|
|
415
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.12.2...v0.13.0)
|
|
416
|
-
|
|
417
|
-
**Closed issues:**
|
|
418
|
-
|
|
419
|
-
- Jank when using isShown=true with animation="fill" [\#99](https://github.com/kybishop/ember-attacher/issues/99)
|
|
420
|
-
- Popper briefly flickers in top left on initial show if no animation is used [\#95](https://github.com/kybishop/ember-attacher/issues/95)
|
|
421
|
-
- Attacher-Component breaks ember-metrics [\#93](https://github.com/kybishop/ember-attacher/issues/93)
|
|
422
|
-
|
|
423
|
-
**Merged pull requests:**
|
|
424
|
-
|
|
425
|
-
- chore\(bump deps\) ember 2.17, etc. [\#98](https://github.com/kybishop/ember-attacher/pull/98) ([kybishop](https://github.com/kybishop))
|
|
426
|
-
- fix\(initial positioning flicker when not using animations\) [\#97](https://github.com/kybishop/ember-attacher/pull/97) ([kybishop](https://github.com/kybishop))
|
|
427
|
-
- BREAKING\(update popper dep\) target arg is now popperTarget [\#96](https://github.com/kybishop/ember-attacher/pull/96) ([kybishop](https://github.com/kybishop))
|
|
428
|
-
|
|
429
|
-
## [v0.12.2](https://github.com/kybishop/ember-attacher/tree/v0.12.2) (2017-11-28)
|
|
430
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.12.1...v0.12.2)
|
|
431
|
-
|
|
432
|
-
**Closed issues:**
|
|
433
|
-
|
|
434
|
-
- Causes my builds to fail? [\#87](https://github.com/kybishop/ember-attacher/issues/87)
|
|
435
|
-
- hideOn and showOn broken when undefined [\#76](https://github.com/kybishop/ember-attacher/issues/76)
|
|
436
|
-
|
|
437
|
-
**Merged pull requests:**
|
|
438
|
-
|
|
439
|
-
- fix\(initial positioning\) larger attachments stay in window more reliably [\#91](https://github.com/kybishop/ember-attacher/pull/91) ([kybishop](https://github.com/kybishop))
|
|
440
|
-
- fix\(hideOn/showOn set to '' should set them to null\) [\#89](https://github.com/kybishop/ember-attacher/pull/89) ([kybishop](https://github.com/kybishop))
|
|
441
|
-
- feat\(use defaults for hideOn/showOn when passed undefined\) [\#88](https://github.com/kybishop/ember-attacher/pull/88) ([kybishop](https://github.com/kybishop))
|
|
442
|
-
|
|
443
|
-
## [v0.12.1](https://github.com/kybishop/ember-attacher/tree/v0.12.1) (2017-11-04)
|
|
444
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.12.0...v0.12.1)
|
|
445
|
-
|
|
446
|
-
**Closed issues:**
|
|
447
|
-
|
|
448
|
-
- Dev-mode currently borked for v0.12.0 [\#84](https://github.com/kybishop/ember-attacher/issues/84)
|
|
449
|
-
|
|
450
|
-
**Merged pull requests:**
|
|
451
|
-
|
|
452
|
-
- chore\(bump deps\) ember-popper for bugfix [\#85](https://github.com/kybishop/ember-attacher/pull/85) ([kybishop](https://github.com/kybishop))
|
|
453
|
-
|
|
454
|
-
## [v0.12.0](https://github.com/kybishop/ember-attacher/tree/v0.12.0) (2017-11-03)
|
|
455
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.11.4...v0.12.0)
|
|
456
|
-
|
|
457
|
-
**Closed issues:**
|
|
458
|
-
|
|
459
|
-
- Testing [\#40](https://github.com/kybishop/ember-attacher/issues/40)
|
|
460
|
-
|
|
461
|
-
**Merged pull requests:**
|
|
462
|
-
|
|
463
|
-
- Update readme [\#83](https://github.com/kybishop/ember-attacher/pull/83) ([kybishop](https://github.com/kybishop))
|
|
464
|
-
- fix\(css\) better tooltip widths [\#82](https://github.com/kybishop/ember-attacher/pull/82) ([kybishop](https://github.com/kybishop))
|
|
465
|
-
- BREAKING\(get rid of inner component\) [\#81](https://github.com/kybishop/ember-attacher/pull/81) ([kybishop](https://github.com/kybishop))
|
|
466
|
-
- Set aria-hidden when showing/hiding [\#80](https://github.com/kybishop/ember-attacher/pull/80) ([rwwagner90](https://github.com/rwwagner90))
|
|
467
|
-
- chore\(upgrade deps\) ember 2.16, etc. [\#79](https://github.com/kybishop/ember-attacher/pull/79) ([kybishop](https://github.com/kybishop))
|
|
468
|
-
- Move mixins to separate file, reduce redundant styles [\#78](https://github.com/kybishop/ember-attacher/pull/78) ([rwwagner90](https://github.com/rwwagner90))
|
|
469
|
-
|
|
470
|
-
## [v0.11.4](https://github.com/kybishop/ember-attacher/tree/v0.11.4) (2017-10-18)
|
|
471
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.11.3...v0.11.4)
|
|
472
|
-
|
|
473
|
-
**Closed issues:**
|
|
474
|
-
|
|
475
|
-
- Feature Request - Lazy Render [\#74](https://github.com/kybishop/ember-attacher/issues/74)
|
|
476
|
-
|
|
477
|
-
**Merged pull requests:**
|
|
478
|
-
|
|
479
|
-
- Support innerClass option [\#77](https://github.com/kybishop/ember-attacher/pull/77) ([rwwagner90](https://github.com/rwwagner90))
|
|
480
|
-
- Adds lazyRender support [\#75](https://github.com/kybishop/ember-attacher/pull/75) ([Duder-onomy](https://github.com/Duder-onomy))
|
|
481
|
-
|
|
482
|
-
## [v0.11.3](https://github.com/kybishop/ember-attacher/tree/v0.11.3) (2017-09-22)
|
|
483
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.11.2...v0.11.3)
|
|
484
|
-
|
|
485
|
-
**Closed issues:**
|
|
486
|
-
|
|
487
|
-
- Cannot find module package.json [\#72](https://github.com/kybishop/ember-attacher/issues/72)
|
|
488
|
-
- Syntax error in IE 11 on development build [\#71](https://github.com/kybishop/ember-attacher/issues/71)
|
|
489
|
-
|
|
490
|
-
**Merged pull requests:**
|
|
491
|
-
|
|
492
|
-
- fix\(filters\) downgrade babel-plugin-filter-imports [\#73](https://github.com/kybishop/ember-attacher/pull/73) ([kybishop](https://github.com/kybishop))
|
|
493
|
-
- feat\(isVisible test helper\) [\#70](https://github.com/kybishop/ember-attacher/pull/70) ([kybishop](https://github.com/kybishop))
|
|
494
|
-
- chore\(showOn tests\) focus and mouseenter [\#69](https://github.com/kybishop/ember-attacher/pull/69) ([kybishop](https://github.com/kybishop))
|
|
495
|
-
|
|
496
|
-
## [v0.11.2](https://github.com/kybishop/ember-attacher/tree/v0.11.2) (2017-09-20)
|
|
497
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.11.1...v0.11.2)
|
|
498
|
-
|
|
499
|
-
**Merged pull requests:**
|
|
500
|
-
|
|
501
|
-
- fix\(perf\) manually add run loop to RAF calls [\#68](https://github.com/kybishop/ember-attacher/pull/68) ([kybishop](https://github.com/kybishop))
|
|
502
|
-
|
|
503
|
-
## [v0.11.1](https://github.com/kybishop/ember-attacher/tree/v0.11.1) (2017-09-16)
|
|
504
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.11.0...v0.11.1)
|
|
505
|
-
|
|
506
|
-
**Merged pull requests:**
|
|
507
|
-
|
|
508
|
-
- chore\(bump deps\) ember-popper 0.6.4, etc. [\#67](https://github.com/kybishop/ember-attacher/pull/67) ([kybishop](https://github.com/kybishop))
|
|
509
|
-
|
|
510
|
-
## [v0.11.0](https://github.com/kybishop/ember-attacher/tree/v0.11.0) (2017-09-08)
|
|
511
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.10.6...v0.11.0)
|
|
512
|
-
|
|
513
|
-
**Closed issues:**
|
|
514
|
-
|
|
515
|
-
- Document attach-tooltip in the README [\#60](https://github.com/kybishop/ember-attacher/issues/60)
|
|
516
|
-
- Bug? Multiple tooltips can open when browser loses/gains focus. [\#54](https://github.com/kybishop/ember-attacher/issues/54)
|
|
517
|
-
|
|
518
|
-
**Merged pull requests:**
|
|
519
|
-
|
|
520
|
-
- Update readme [\#66](https://github.com/kybishop/ember-attacher/pull/66) ([kybishop](https://github.com/kybishop))
|
|
521
|
-
- Attach tooltip improvements and passthrough ariaRole [\#65](https://github.com/kybishop/ember-attacher/pull/65) ([kybishop](https://github.com/kybishop))
|
|
522
|
-
|
|
523
|
-
## [v0.10.6](https://github.com/kybishop/ember-attacher/tree/v0.10.6) (2017-09-07)
|
|
524
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.10.5...v0.10.6)
|
|
525
|
-
|
|
526
|
-
**Merged pull requests:**
|
|
527
|
-
|
|
528
|
-
- Use RAF for animations [\#63](https://github.com/kybishop/ember-attacher/pull/63) ([kybishop](https://github.com/kybishop))
|
|
529
|
-
- fix\(more foolproof initial position\) [\#62](https://github.com/kybishop/ember-attacher/pull/62) ([kybishop](https://github.com/kybishop))
|
|
530
|
-
|
|
531
|
-
## [v0.10.5](https://github.com/kybishop/ember-attacher/tree/v0.10.5) (2017-09-05)
|
|
532
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.10.4...v0.10.5)
|
|
533
|
-
|
|
534
|
-
**Closed issues:**
|
|
535
|
-
|
|
536
|
-
- Popover/tooltip doesn't reposition on sharp browser resize. [\#43](https://github.com/kybishop/ember-attacher/issues/43)
|
|
537
|
-
|
|
538
|
-
**Merged pull requests:**
|
|
539
|
-
|
|
540
|
-
- chore\(bump deps\) ember-cli, ember-popper, etc. [\#61](https://github.com/kybishop/ember-attacher/pull/61) ([kybishop](https://github.com/kybishop))
|
|
541
|
-
|
|
542
|
-
## [v0.10.4](https://github.com/kybishop/ember-attacher/tree/v0.10.4) (2017-09-01)
|
|
543
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.10.3...v0.10.4)
|
|
544
|
-
|
|
545
|
-
**Closed issues:**
|
|
546
|
-
|
|
547
|
-
- Adding aria-describedby attribute to target? [\#37](https://github.com/kybishop/ember-attacher/issues/37)
|
|
548
|
-
- How to test usage of addon? [\#34](https://github.com/kybishop/ember-attacher/issues/34)
|
|
549
|
-
|
|
550
|
-
**Merged pull requests:**
|
|
551
|
-
|
|
552
|
-
- fix\(initial position\) more foolproof when using isShown [\#59](https://github.com/kybishop/ember-attacher/pull/59) ([kybishop](https://github.com/kybishop))
|
|
553
|
-
- Test fixups [\#58](https://github.com/kybishop/ember-attacher/pull/58) ([kybishop](https://github.com/kybishop))
|
|
554
|
-
- feat\(attach-tooltip component\) has expected tooltip defaults [\#57](https://github.com/kybishop/ember-attacher/pull/57) ([kybishop](https://github.com/kybishop))
|
|
555
|
-
- chore\(remove jquery\) [\#56](https://github.com/kybishop/ember-attacher/pull/56) ([kybishop](https://github.com/kybishop))
|
|
556
|
-
- chore\(tests for hideOn='mouseleave'\) [\#55](https://github.com/kybishop/ember-attacher/pull/55) ([kybishop](https://github.com/kybishop))
|
|
557
|
-
|
|
558
|
-
## [v0.10.3](https://github.com/kybishop/ember-attacher/tree/v0.10.3) (2017-08-29)
|
|
559
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.10.2...v0.10.3)
|
|
560
|
-
|
|
561
|
-
**Closed issues:**
|
|
562
|
-
|
|
563
|
-
- Regression? attacher's hide action does not hide on subsequent interaction [\#53](https://github.com/kybishop/ember-attacher/issues/53)
|
|
564
|
-
- hideOn support for pressing the escape key [\#36](https://github.com/kybishop/ember-attacher/issues/36)
|
|
565
|
-
|
|
566
|
-
**Merged pull requests:**
|
|
567
|
-
|
|
568
|
-
- Update README.md examples [\#52](https://github.com/kybishop/ember-attacher/pull/52) ([GCheung55](https://github.com/GCheung55))
|
|
569
|
-
- feat\(hideOn escapekey\) [\#51](https://github.com/kybishop/ember-attacher/pull/51) ([kybishop](https://github.com/kybishop))
|
|
570
|
-
|
|
571
|
-
## [v0.10.2](https://github.com/kybishop/ember-attacher/tree/v0.10.2) (2017-08-28)
|
|
572
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.10.1...v0.10.2)
|
|
573
|
-
|
|
574
|
-
**Closed issues:**
|
|
575
|
-
|
|
576
|
-
- Add hideOn support for clickout [\#39](https://github.com/kybishop/ember-attacher/issues/39)
|
|
577
|
-
|
|
578
|
-
**Merged pull requests:**
|
|
579
|
-
|
|
580
|
-
- feat\(hideOn clickout\) [\#50](https://github.com/kybishop/ember-attacher/pull/50) ([kybishop](https://github.com/kybishop))
|
|
581
|
-
|
|
582
|
-
## [v0.10.1](https://github.com/kybishop/ember-attacher/tree/v0.10.1) (2017-08-28)
|
|
583
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.10.0...v0.10.1)
|
|
584
|
-
|
|
585
|
-
**Closed issues:**
|
|
586
|
-
|
|
587
|
-
- isShown, showOn, and hideOn do not work together [\#25](https://github.com/kybishop/ember-attacher/issues/25)
|
|
588
|
-
|
|
589
|
-
**Merged pull requests:**
|
|
590
|
-
|
|
591
|
-
- feat\(onchange hook on visibility change\) [\#49](https://github.com/kybishop/ember-attacher/pull/49) ([kybishop](https://github.com/kybishop))
|
|
592
|
-
- fix\(isShown and initial positioning + multi-hide bugs\) [\#48](https://github.com/kybishop/ember-attacher/pull/48) ([kybishop](https://github.com/kybishop))
|
|
593
|
-
|
|
594
|
-
## [v0.10.0](https://github.com/kybishop/ember-attacher/tree/v0.10.0) (2017-08-27)
|
|
595
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.9.0...v0.10.0)
|
|
596
|
-
|
|
597
|
-
**Closed issues:**
|
|
598
|
-
|
|
599
|
-
- Bug? mouseleave event adds mousemove event when interactive is true. [\#42](https://github.com/kybishop/ember-attacher/issues/42)
|
|
600
|
-
- use class instead of popperClass [\#41](https://github.com/kybishop/ember-attacher/issues/41)
|
|
601
|
-
- Tests should demonstrate testing other events. [\#38](https://github.com/kybishop/ember-attacher/issues/38)
|
|
602
|
-
|
|
603
|
-
**Merged pull requests:**
|
|
604
|
-
|
|
605
|
-
- chore\(follow eslint with ember-suave\) [\#47](https://github.com/kybishop/ember-attacher/pull/47) ([kybishop](https://github.com/kybishop))
|
|
606
|
-
- fix\(focus-out events should respect interactive\) [\#46](https://github.com/kybishop/ember-attacher/pull/46) ([kybishop](https://github.com/kybishop))
|
|
607
|
-
- feat\(tagless component\) popperClass is now class and id is passed to attachment [\#45](https://github.com/kybishop/ember-attacher/pull/45) ([kybishop](https://github.com/kybishop))
|
|
608
|
-
- fix\(interactive hideOn mouseleave\) only add listener once [\#44](https://github.com/kybishop/ember-attacher/pull/44) ([kybishop](https://github.com/kybishop))
|
|
609
|
-
- fix\(tests\) add waits for didInsertElement and show delay after clicking [\#35](https://github.com/kybishop/ember-attacher/pull/35) ([kybishop](https://github.com/kybishop))
|
|
610
|
-
- feat\(warnings in tests\) don't strip warnings in tests [\#33](https://github.com/kybishop/ember-attacher/pull/33) ([kybishop](https://github.com/kybishop))
|
|
611
|
-
|
|
612
|
-
## [v0.9.0](https://github.com/kybishop/ember-attacher/tree/v0.9.0) (2017-08-23)
|
|
613
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.8.4...v0.9.0)
|
|
614
|
-
|
|
615
|
-
## [v0.8.4](https://github.com/kybishop/ember-attacher/tree/v0.8.4) (2017-08-23)
|
|
616
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.8.3...v0.8.4)
|
|
617
|
-
|
|
618
|
-
**Closed issues:**
|
|
619
|
-
|
|
620
|
-
- Generic CSS selectors conflicts with other CSS libs [\#28](https://github.com/kybishop/ember-attacher/issues/28)
|
|
621
|
-
|
|
622
|
-
**Merged pull requests:**
|
|
623
|
-
|
|
624
|
-
- Cleanup and fixes for non-default app container [\#32](https://github.com/kybishop/ember-attacher/pull/32) ([kybishop](https://github.com/kybishop))
|
|
625
|
-
- Renaming .popper and .tooltip [\#31](https://github.com/kybishop/ember-attacher/pull/31) ([GCheung55](https://github.com/GCheung55))
|
|
626
|
-
- Tests and code cleanup [\#30](https://github.com/kybishop/ember-attacher/pull/30) ([rwwagner90](https://github.com/rwwagner90))
|
|
627
|
-
|
|
628
|
-
## [v0.8.3](https://github.com/kybishop/ember-attacher/tree/v0.8.3) (2017-08-21)
|
|
629
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.8.2...v0.8.3)
|
|
630
|
-
|
|
631
|
-
**Merged pull requests:**
|
|
632
|
-
|
|
633
|
-
- Check whether component is not destroyed inside `next` [\#29](https://github.com/kybishop/ember-attacher/pull/29) ([krasnoukhov](https://github.com/krasnoukhov))
|
|
634
|
-
- feat\(make isShown toggleable\) [\#27](https://github.com/kybishop/ember-attacher/pull/27) ([kybishop](https://github.com/kybishop))
|
|
635
|
-
- Module syntax [\#26](https://github.com/kybishop/ember-attacher/pull/26) ([rwwagner90](https://github.com/rwwagner90))
|
|
636
|
-
|
|
637
|
-
## [v0.8.2](https://github.com/kybishop/ember-attacher/tree/v0.8.2) (2017-08-18)
|
|
638
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.8.1...v0.8.2)
|
|
639
|
-
|
|
640
|
-
**Merged pull requests:**
|
|
641
|
-
|
|
642
|
-
- fix\(destruction\) don't set isVisible when being destroyed [\#24](https://github.com/kybishop/ember-attacher/pull/24) ([kybishop](https://github.com/kybishop))
|
|
643
|
-
|
|
644
|
-
## [v0.8.1](https://github.com/kybishop/ember-attacher/tree/v0.8.1) (2017-08-17)
|
|
645
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.8.0...v0.8.1)
|
|
646
|
-
|
|
647
|
-
## [v0.8.0](https://github.com/kybishop/ember-attacher/tree/v0.8.0) (2017-08-17)
|
|
648
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.7.0...v0.8.0)
|
|
649
|
-
|
|
650
|
-
**Merged pull requests:**
|
|
651
|
-
|
|
652
|
-
- feat\(isShown\) add support for initial isShown state [\#23](https://github.com/kybishop/ember-attacher/pull/23) ([kybishop](https://github.com/kybishop))
|
|
653
|
-
|
|
654
|
-
## [v0.7.0](https://github.com/kybishop/ember-attacher/tree/v0.7.0) (2017-08-09)
|
|
655
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.6.0...v0.7.0)
|
|
656
|
-
|
|
657
|
-
**Merged pull requests:**
|
|
658
|
-
|
|
659
|
-
- feat\(hide on focus-out\) also fix bugs with hideOnBlur [\#22](https://github.com/kybishop/ember-attacher/pull/22) ([kybishop](https://github.com/kybishop))
|
|
660
|
-
|
|
661
|
-
## [v0.6.0](https://github.com/kybishop/ember-attacher/tree/v0.6.0) (2017-07-25)
|
|
662
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.5.1...v0.6.0)
|
|
663
|
-
|
|
664
|
-
**Merged pull requests:**
|
|
665
|
-
|
|
666
|
-
- chore\(bump deps\) ember popper v0.5 and more [\#21](https://github.com/kybishop/ember-attacher/pull/21) ([kybishop](https://github.com/kybishop))
|
|
667
|
-
|
|
668
|
-
## [v0.5.1](https://github.com/kybishop/ember-attacher/tree/v0.5.1) (2017-07-08)
|
|
669
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.5.0...v0.5.1)
|
|
670
|
-
|
|
671
|
-
**Closed issues:**
|
|
672
|
-
|
|
673
|
-
- compatibility with babel 5 [\#13](https://github.com/kybishop/ember-attacher/issues/13)
|
|
674
|
-
|
|
675
|
-
**Merged pull requests:**
|
|
676
|
-
|
|
677
|
-
- fix\[imports\] absolute path for dev-only import [\#20](https://github.com/kybishop/ember-attacher/pull/20) ([kybishop](https://github.com/kybishop))
|
|
678
|
-
- fix\[babel options\] don't overwrite existing babel options [\#19](https://github.com/kybishop/ember-attacher/pull/19) ([kybishop](https://github.com/kybishop))
|
|
679
|
-
- chore\[bump deps\] ember-popper v0.3.1 and more [\#18](https://github.com/kybishop/ember-attacher/pull/18) ([kybishop](https://github.com/kybishop))
|
|
680
|
-
|
|
681
|
-
## [v0.5.0](https://github.com/kybishop/ember-attacher/tree/v0.5.0) (2017-06-27)
|
|
682
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.4.0...v0.5.0)
|
|
683
|
-
|
|
684
|
-
**Closed issues:**
|
|
685
|
-
|
|
686
|
-
- FastBoot support: ReferenceError: document is not defined [\#15](https://github.com/kybishop/ember-attacher/issues/15)
|
|
687
|
-
- Tooltips delayed after scroll [\#4](https://github.com/kybishop/ember-attacher/issues/4)
|
|
688
|
-
|
|
689
|
-
**Merged pull requests:**
|
|
690
|
-
|
|
691
|
-
- chore\(tests\) added basic smoke test [\#17](https://github.com/kybishop/ember-attacher/pull/17) ([kybishop](https://github.com/kybishop))
|
|
692
|
-
- feat\(fastboot\) fastboot support [\#16](https://github.com/kybishop/ember-attacher/pull/16) ([kybishop](https://github.com/kybishop))
|
|
693
|
-
- Fix typo [\#12](https://github.com/kybishop/ember-attacher/pull/12) ([ctjhoa](https://github.com/ctjhoa))
|
|
694
|
-
|
|
695
|
-
## [v0.4.0](https://github.com/kybishop/ember-attacher/tree/v0.4.0) (2017-05-24)
|
|
696
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.3.0...v0.4.0)
|
|
697
|
-
|
|
698
|
-
## [v0.3.0](https://github.com/kybishop/ember-attacher/tree/v0.3.0) (2017-05-18)
|
|
699
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.2.1...v0.3.0)
|
|
700
|
-
|
|
701
|
-
**Closed issues:**
|
|
702
|
-
|
|
703
|
-
- Allow user-defined defaults that override the normal defaults [\#1](https://github.com/kybishop/ember-attacher/issues/1)
|
|
704
|
-
|
|
705
|
-
**Merged pull requests:**
|
|
706
|
-
|
|
707
|
-
- User-defined defaults [\#11](https://github.com/kybishop/ember-attacher/pull/11) ([enkol](https://github.com/enkol))
|
|
708
|
-
|
|
709
|
-
## [v0.2.1](https://github.com/kybishop/ember-attacher/tree/v0.2.1) (2017-05-18)
|
|
710
|
-
[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.2.0...v0.2.1)
|
|
711
|
-
|
|
712
|
-
## [v0.2.0](https://github.com/kybishop/ember-attacher/tree/v0.2.0) (2017-05-18)
|
|
713
|
-
**Closed issues:**
|
|
714
|
-
|
|
715
|
-
- Warning shows up when running ember s [\#8](https://github.com/kybishop/ember-attacher/issues/8)
|
|
716
|
-
- actions in ember-attacher content dont' work if app customizes rootElement [\#6](https://github.com/kybishop/ember-attacher/issues/6)
|
|
717
|
-
- Error: Compile Error: eq is not a helper [\#5](https://github.com/kybishop/ember-attacher/issues/5)
|
|
718
|
-
- Installation fails when installing ember-popper with npm [\#2](https://github.com/kybishop/ember-attacher/issues/2)
|
|
719
|
-
|
|
720
|
-
**Merged pull requests:**
|
|
721
|
-
|
|
722
|
-
- pass through popperContainer [\#10](https://github.com/kybishop/ember-attacher/pull/10) ([kybishop](https://github.com/kybishop))
|
|
723
|
-
- update ember-popper dep [\#9](https://github.com/kybishop/ember-attacher/pull/9) ([kybishop](https://github.com/kybishop))
|
|
724
|
-
- include ember-truth-helpers [\#7](https://github.com/kybishop/ember-attacher/pull/7) ([kybishop](https://github.com/kybishop))
|
|
725
|
-
- fix installation of ember-popper [\#3](https://github.com/kybishop/ember-attacher/pull/3) ([kybishop](https://github.com/kybishop))
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|