Sander Knauff
Sander Knauff
[According to the code](https://github.com/ember-lifeline/ember-lifeline/blob/master/addon/utils/disposable.ts#L54), runDisposables is deprecated and is not required anymore. This clashes with the [documentation](https://ember-lifeline.github.io/ember-lifeline/docs/run-disposables) where it strongly recommends to use the method. I assume that the documentation...
Closes # 347. ## Changes proposed in this pull request This PR fixes the documentation URL for the ember-validator functions. The ember-validators repository seems to have been transferred along with...
After updating to 7.0.0. I had to update some imports to include either `dist` or `src` in the import path: ```ts - import { TaskOrName } from 'ember-lifeline/types'; + import...
This ticket tracks the changes required and the deprecations that should be removed before releasing version 7.0.0. ## Tasks - [ ] Remove `insertEmberWormholeElementToDom` (#2083) - [x] Remove tree shaking...
Since V2 addons do not support blueprints, the ember-bootstrap blueprint should be deprecated before the conversion. The documentation contains instructions that use the blueprints, so these need to be updated...
According to the docs, BsCarousel has an API to customize the classes and icons of the control elements. The properties are documented in the code of BsCarousel, however nothing seems...
According to the bootstrap docs, the `aria-label` attribute should be present on the slide indicators. See: https://getbootstrap.com/docs/5.3/components/carousel/#indicators This only seems to apply to Bootstrap 5, as the Bootstrap 4 docs...
WIP PR to track work of the conversion of BsModal and it's related components. This also touches the `bs-default` and `bs-noop` helpers.
I'm currently porting an addon to the V2 package format. During this I encountered an issue with the macro helpers. ``` Error: Attempted to resolve `macroCondition`, which was expected to...
Summary from the discussion in #628: A change in `ember-auto-import` 2.7.3 caused the export of a package to be different from the one that `ember-auto-import` 2.7.2. In the observed case,...