Skip to content

Releases: stanleyzapata/lwc-signals

v1.0.0

21 Jan 14:18
Compare
Choose a tag to compare

🚀 Release Notes

Version: 1.0.0
Date: 2025-01-21

✨ Features

  • Ability to read a signal value without subscribing to it via the peek function. (8dc1db3)
  • Effects and computed have a default identifier. (74f2521)
  • Effects and computed have a default identifier. (7db87fb)
  • Error handling and cyclical dependency management (#20) (97fa7fe)
  • Error handling for resources (f4f7351)
  • Improved error handling (#22) (8144196)
  • Introduces the ability to make objects and array changes reactive by "tracking" them (8a6bdf4)
  • isASignal function allows to check if an object is a signal (c6be621)
  • isASignal function allows to check if an object is a signal (06dd95b)
  • Signals can be identified with a symbol through the "brand" property (17f7b10)

🐞 Bug Fixes

  • Computed values that return the unchanged value of a tracked signal are now recomputed when the source signal changes. (100308e)
  • Fix issues with equality (fef168f)
  • isASignal function renamed to isSignal (899ba02)
  • Reactive cycle improvements (2fa354a)
  • removing console logs. (1e9aecf)

🛠️ Chores

  • kitchen sink demo images (2f3cab3)
  • release: Version 1.0.0 - Automated release [skip ci] (a8a9d1d)
  • release: Version 1.0.1 - Automated release [skip ci] (cd6b31a)
  • release: Version 1.0.2 - Automated release [skip ci] (9985f4a)
  • release: Version 1.1.0 - Automated release [skip ci] (098d623)
  • release: Version 1.1.1 - Automated release [skip ci] (edc189e)
  • release: Version 1.2.0 - Automated release [skip ci] (917f8ab)
  • release: Version 1.2.1 - Automated release [skip ci] (cae2013)
  • release: Version 1.3.0 - Automated release [skip ci] (51d19a4)