Anthony Pessy
Anthony Pessy
I think there is a compatibility issue with ember-paper due to the closest polyfill. Ember paper updated the way it includes its polyfill: -> https://github.com/miguelcobain/ember-paper/commit/55858e8d7a94106c4d88fe1969276c075e136cf9 And now depends on `[email protected]`...
Hi there, Although I find it more friendly most of the time to start a new range upon a click, it can be sometimes nicer to extend the selected range....
Copying the "onKeyDown" behavior for a months selector, I noticed that the behavior is quite unexpected when using down/up arrow. In the following configuration: ![capture d ecran 2019-01-29 a 16...
The `days.js` components overrides `willRemoveElement`: https://github.com/cibernox/ember-power-calendar/blob/7abce945a729ab08f37ab7f0126bf7e0b1697359/addon/components/power-calendar/days.js#L118 Shouldn't it be `willDestroyElement`? As far as I know `willRemoveElement` does not exist, or at least is not documented.
#### What is the purpose of this change? Use a more efficient way to lookup a single FTP item when supported by the remote server. #### Was the change discussed...
This addon should use closure actions instead of sendAction as the later is now deprecated in Ember
This PR adds the missing foot component.
This PRs fixes the display of the sort icon. Using the latest version of ember-paper (it may have existed before I don't know) I have a `min-height` and `min-width` on...
Ideally there should be an 'API' section in README but for now it could be enough to show it exists.
The following import in tests: ```js import { durationFromNow } from '../../../helpers/duration-from-now'; ``` was translated to ```js import { durationFromNow } from '../../../helpers/duratio } from-now'; ``` Not a big deal...