Skip to content

Release 18.0.0

Latest
Compare
Choose a tag to compare
@why520crazy why520crazy released this 21 Aug 06:27
· 3 commits to master since this release

Features

  • update getters (entities, entity, activeId, activeEntity) of EntityStore to signals #TINFR-417 (ec38717), closes #TINFR-417
  • add entityWithRefs and entitiesWithRefs signals, mark entities, entity, activeId and activeEntity as deprecated #TINFR-401 (d94bf31), closes #TINFR-401
  • upgrade @angular/* to 18.x

BREAKING CHANGES:
update getters (entities, entity, activeId, activeEntity) of EntityStore to signals

  • entityStore.entities => entityStore.entities() or entityStore.snapshot.entities
  • entityStore.entity => entityStore.entity() or entityStore.snapshot.entity
  • entityStore.activeId => entityStore.activeId() or entityStore.snapshot.activeId
  • entityStore.activeEntity => entityStore.activeEntity()