store icon indicating copy to clipboard operation
store copied to clipboard

Aurelia single state store based on RxJS

Results 20 store issues
Sort by recently updated
recently updated
newest added

Bumps [aurelia-framework](https://github.com/aurelia/framework) from 1.3.1 to 1.4.1. Release notes Sourced from aurelia-framework's releases. 1.4.1 What's Changed fix(dep): use latest templating to resolve chain dep vul issue by @​bigopon in aurelia/framework#1001 Resolves...

dependencies

**I'm submitting a bug report** * **Library Version:** 1.7.1 **Please tell us about your environment:** * **Operating System:** WSL (Ubuntu) * **Node Version:** v16.14.0 * **NPM Version:** 8.3.1 * **JSPM...

Allows selectors to be based on the target instance's state Example: ```ts interface Item { value: string; } interface State { items: Record; } @connectTo({ selector: (state: State, itemView: ItemView)...

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

More an FYI. Redux DevTools v3 seem to have breaking changes. See also https://github.com/reduxjs/redux-devtools/issues/1054 One can still get though a working version v2 following the `extension.zip` instructions here https://github.com/zalmoxisus/redux-devtools-extension

Allows consuming projects to upgrade to rxjs 7 without a version resolution override for aurelia-store. Without this change, build systems would bundle both versions and warn of the duplication. Modifications:...

Change this logic to align with Aurelia's change handling method invocation for view model properties. @bindable and @observable both call the property change method after the value is set. This...

breaking-change

**I'm submitting a feature request** * **Library Version:** 1.1.0 **Please tell us about your environment:** * **Operating System:** all * **Node Version:** all * **NPM Version:** all * **JSPM OR...

enhancement
breaking-change

**I'm submitting a feature request** * **Library Version:** 1.0.0 * **Operating System:** OSX 10.14.6 * **Node Version:** 12.9.1 * **NPM Version:** 6.10.2 * **JSPM OR Webpack AND Version** webpack 3.3.9...

**I'm submitting a feature request** * **Browser:** all * **Language:** all **Current behavior:** There are no property decorators **Expected/desired behavior:** * **What is the expected behavior?** Some ideas for these...