data icon indicating copy to clipboard operation
data copied to clipboard

A lightweight reactive data library for web applications. Designed over composable primitives.

Results 253 data issues
Sort by recently updated
recently updated
newest added

### Description When attempting to upgrade to 4.7.1, we have a couple of tests failing with the following error: ``` Error: Assertion Failed: You attempted to update `ref` on `Tag`,...

Bug

backport #8113 to release

changelog:bugfix
backport-release

This is a refactor of the internals of the graph into a data structure previously proved out in several older versions of ember-data. Due to various complications these optimizations were...

target:canary
changelog:feat
Relationship Refactor
changelog:perf
5.0 Roadmap

Now that [WeakRef](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakRef) is available in all browsers except Opera, we should explore adding a true GC to EmberData. This would replace the `unloadRecord` and `unloadAll` APIs. The mechanics of...

feature-suggestion

Codename: [🔌 Project Unplug 🔌](https://github.com/emberjs/data/labels/%F0%9F%94%8C%20Project%20Unplug%20%F0%9F%94%8C) Goal: Full decoupling from Ember's build, object model, scheduling, and reactivity model **Blocking** - [x] Deprecate RSVP Chain Cutting - [x] Deprecate RSVP Timing (needs...

🔌 Project Unplug 🔌

## Description Fix #7956

code-review
:label: feat

## Description Working on guides for incremental adoption of new APIs of EmberData [Rendered](https://github.com/Baltazore/data/blob/incremental-migration-guide/guides/drafts/incremental-adoption-guide.md) ## Notes for the release guide for incremental adoption

:label: doc

adds types for - decorators - [x] attr - [x] transforms ```ts class { @attr declare name string; // enforces transform name is a string, and defaultValue is a primitive...

:dart: canary
:label: feat
typescript

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@embroider/addon-dev](https://togithub.com/embroider-build/embroider) ([source](https://togithub.com/embroider-build/embroider/tree/HEAD/packages/addon-dev)) | [`^4.1.2` -> `^4.2.1`](https://renovatebot.com/diffs/npm/@embroider%2faddon-dev/4.1.2/4.2.1) |...

:label: dependencies
:dependabot:

progress on backporting #9220, tests and types need cleanup

:label: feat
:label: bug
backport-release