Fran Worley
Fran Worley
V4 of ember-validates includes a significant breaking change (dropping momentJS) for anyone who uses their date validated. We pulled this change in without realising though a minor update to Ember-changesets-validations...
Sequel by design does not save entire object graphs. Its association modification methods are designed to be very direct and not offer a lot of abstraction. Rather than creating the...
**Describe the bug** My sortable group is made up of a series of bootstrap cards (fancy squares) which can become quite long so I'd set these up to collapse on...
The auto-collapse implemented here - https://github.com/kaliber5/ember-bootstrap/pull/365 only seems to work for direct nav items. However it doesn't appear to cover the nav dropdown items eg. ```hbs {{#bs-navbar as |navbar|}} {{navbar.toggle}}...
bs-dropdown currently renders the button inside a div with the class btn-group. This is ideal most of the time but causes issues when rendering inside of input groups for example....
### Environment - Ember Version: 3.9.0 - Ember CLI Version: 3.9.0 - Ember CP Validations Version: 4.0.0-beta.8 ### Steps to Reproduce When running ember app with the above addon versions...
**Development Roadmap** We're aware that development for this addon has been a little slow recently so here's a little update on the planned development roadmap. **v2** Version v2.0.0 will provide...
A potential fix for this was raised here: https://github.com/offirgolan/ember-light-table/pull/674 However this doesn't seem to address the underlying issue that it appears possible to use onScrollToBottom without fixed headers when in...
I thought this would be relatively straight forward using a custom cell type: ``` import Cell from 'ember-light-table/components/cells/base'; import { computed, get } from '@ember/object'; export default Cell.extend({ attributeBindings: ['rowspan'],...
Having just turned this optional feature on, I noticed that cells rendered via components weren't being rendered. I've had to convert them back to regular components (ones with wrappers) for...