Skip to content

Releases: TENSIILE/Phoenix

v2.0.21

07 Oct 16:11
bd440f8

Choose a tag to compare

  • ADDED: A method for subscribing to data updates in the provider;
  • FIXED: Fixed component PhoenixTextBox.

v2.0.2

05 Oct 15:19
eb2a222

Choose a tag to compare

  • ADDED: A method for expanding an array of components, where you can extract specific components by their name;
  • ADDED: A method to completely destroy the form from the system;
  • ADDED: The ability to pass data to the form when it is closed;
  • ADDED: The ability to send data between forms when they are mounted;
  • ADDED: A hook to ensure that a value with a specific key exists in the store;
  • ADDED: A simplified method for expanding the entire store;
  • ADDED: Broadcaster allowing to automatically transfer data from local storage to global storage;
  • ADDED: A method that returns a value from the store according to the passed observation state;
  • FIXED: A lot of bugs.

v2.0.1

28 Sep 14:25
e86bed1

Choose a tag to compare

  • ADDED: Class and memoization hook;
  • ADDED: Observer class, with which you can create your own states;
  • UPDATED: The EffectDeps class has been optimized;
  • FIXED: Problem with creating identical names for states created by hooks.

v2.0.0

26 Sep 16:45
f65489c

Choose a tag to compare

  • ADDED: Global and local state;
  • ADDED: New method of combining Stores;

v1.0.0

21 Sep 21:33
630485b

Choose a tag to compare

The first release version of Phoenix.