glimmer-native icon indicating copy to clipboard operation
glimmer-native copied to clipboard

Results 21 glimmer-native issues
Sort by recently updated
recently updated
newest added

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits - See full diff in [compare view](https://github.com/lodash/lodash/commits) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.merge&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Bumps [lodash.defaultsdeep](https://github.com/lodash/lodash) from 4.6.0 to 4.6.1. Commits - [`ddf9354`](https://github.com/lodash/lodash/commit/ddf9354d26f55ac4e8402b71770aaeac8ac6f093) Bump to v4.6.1. - [`5f58b65`](https://github.com/lodash/lodash/commit/5f58b65c04716a4a7e92d6778af74869777f8876) Rebuild lodash and docs. - [`1ec20c5`](https://github.com/lodash/lodash/commit/1ec20c5281fd4a83166ac526007c1f58acb0689d) Use `propertyIsEnumerable` var. - [`3421fab`](https://github.com/lodash/lodash/commit/3421fab58a789137988e86f9dbd9a0707798c7a6) Update lodash dev dep. -...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

ListView/RadListView have quickly become THE major thorn in my side while testing Glimmer Native out. We need to use ListView/RadListView because they provide native view recycling. Without them, rendering a...

bug
help wanted

In a simple vertical linear list view layout, it appears that the item templates for a RadListView will incorrectly render duplicate values/view nodes across multiple items in the list, if...

When rendering a component, currently we need a wrapper template to be rendered which contains the component we actually want to render. It seems that without the wrapper template, a...

enhancement
help wanted

Can't solve this compilation-time issue: ![image](https://user-images.githubusercontent.com/1360552/62629813-8f983400-b936-11e9-88e0-eca24fe173f6.png) `"esModuleInterop": true` - don't help

It appears that there is a bug in `` where if you have a list of items that extends beyond the visible viewport, as you scroll down, the newly rendered...

Hi there! I haven't had a chance to check it out, but this repo looks very exciting! I maintain an Ember/Cordova app with some complicated navigational patterns, and lately I've...

Given the following template: ```hbs ``` The `Label`'s class will correctly change to `"color-red"` when `this.someProp` becomes true. However, if the property later changes back to false, the `"color-red"` class...