ember icon indicating copy to clipboard operation
ember copied to clipboard

@microstates/ember - Official Microstates bindings for Ember.js

Results 44 ember issues
Sort by recently updated
recently updated
newest added

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

## The devDependency [ember-cli-template-lint](https://github.com/ember-template-lint/ember-cli-template-lint) was updated from `1.0.0` to `2.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

Possibly replace the CP macro for something with https://github.com/pzuraq/macro-decorators#readme

triage

An example is worth a thousand words so I put together a reproduction: https://codesandbox.io/s/microstates-jgdhu I sum up the issue in the comments there but basically calling a custom transition on...

triage

## The devDependency [ember-load-initializers](https://github.com/ember-cli/ember-load-initializers) was updated from `2.0.0` to `2.1.0`. 🚨 [View failing branch](https://github.com/microstates/ember/compare/master...microstates:greenkeeper%2Fember-load-initializers-2.1.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Microstates are immutable, as such changing value on `state` property doesn't make sense. Unfortunately, some components do this without the developer realizing it. Currently, if Ember tries to set `state`...

help wanted
good first issue

This would be required in case the host app wants to define models in js files with class properties. In addition to this, if they're using eslint, we'll have to...

triage

Probably a good idea, since it's pretty polished and supports versioning. https://github.com/ember-learn/ember-cli-addon-docs

good first issue

There is nothing really tricky about using Microstates with Ember Concurrency, but we do want to make this clearer with a good example. For all intents and purposes, Microstates behave...

good first issue
docs

Higher Order Types are functions that return a type. They're useful when you have many similar types with some variation and you want the same component to be able to...

docs