Skip to content

Releases: arguiot/ProType

New features!! 🎉

16 Sep 07:07
Compare
Choose a tag to compare

This update fixes bugs, and add new cool features 😎.

Changelog:

  • Bug fixes and improvements
  • Added pop and popToRoot
  • Added prepareForSegue

🤩 v1.0!! 👏 The first official release 🎉

20 May 03:20
Compare
Choose a tag to compare

I started to work on ProType 51 days ago. The results are absolutely astonishing and I hope it will continue 😊.

Changelog

The v1.0 includes adds external groups, preload methods.
See the docs for more informations

Also, I added a ProType version in ES7 in the release.

Small fix v0.1.1

12 May 12:01
Compare
Choose a tag to compare

In the previous release, I left a bug with performTransition() and Groups. The bug is now fully fixed.

Prototype v0.1.0

12 May 09:27
Compare
Choose a tag to compare

Tada 🎉!

v0.1.0 is released, it's the first big release. I hope 🤞 you guys we'll appreciate my work 😊.

While you can use it in production, we recommend waiting at least one week or two before using it, so I can fix eventual bugs 🐜.

Changelog:

Since the previous release, here is what changed:

  • The performTransition method received changes, see the docs for more informations
  • Added data management. See the docs
  • Added Components. See the docs
  • Removed protype-group="" attribute for Groups
  • Added possibility to mount multiple Groups once.