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 Fixes #9315. (cc @runspired) ## Notes for the release Before this change, when `@attr` defines a `defaultValue` as a function, the default value instantiated on a model instance...

:dart: release
:dart: canary
:dart: lts
:label: bug
:dart: lts-prev

This is a PR to facilitate the fixing of https://github.com/emberjs/data/issues/8990. An extra test "Fetching a belongsTo that is set to null removes the record from a relationship - sync -...

:dart: canary
:label: test
:label: bug

## Description ## Notes for the release

:dart: canary
:label: bug
typescript

Once complete, this removes what is probably the largest blocker to us quickly shipping `@warp-drive/schema-record` and/or building decorators for `@ember-data/model` to replace `belongsTo` and `hasMany` with new semantics. There are...

:dart: canary
:label: feat

### High Level Overview When an attribute is defined with `defaultValue` as a function, those _specific_ default values are not serialized. Instead, the `defaultValue` function is re-executed upon serialization, resulting...

nowhere near ready to ship. I suspect the js files like these that remain are skewing the d.ts types in canary and need to be killed off.

:dart: canary
:label: feat
typescript

## Description - **Backport @ember-data/request changes from main**, including #9220, #9260, #9360 - **Backport @ember-data/store cache-handler changes from main**, including #9314, #9383 - **Backport @ember-data/request-utils**, including #9260 ## Notes for...

:label: feat
backport-lts

:dart: canary
:label: doc
typescript