Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Release Notes

Sahand Nayebaziz edited this page May 17, 2016 · 8 revisions

1.2

Released on May 15th, 2016

Additions

  • The renderDeep() method of StateView is now public.

1.1

Released on April 26th, 2016

Additions

  • You can now keep instances of any type in props and state, and pass instances of any type between views. See the latest documentation for more information.

1.0

Released on April 25th, 2016

Additions

  • You can now pass values between views by naming them with an enum of your choice. With enums, the names you have chosen for your values are clearer to see together and can make use of Xcode's built-in autocomplete. To use an enum of your choice, create an enum that conforms to the StateKey protocol. See the documentation archive for more documentation.

Deprecations

  • You can no longer name values being passed between views with Strings. Use an enum of your choice that conforms to the StateKey protocol.

0.2 (Release Candidate 1)

Released on April 9th, 2016

The first public release of StateView.

Clone this wiki locally