Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Releases: IjzerenHein/famous-autolayout

Added support for explicit constraint syntax

12 Apr 14:10
Compare
Choose a tag to compare

Updated to autolayout.js 0.6.0 + bump to 0.2.7

Updated to autolayout.js v0.5.3 (adds support for negative values; ie overlapping views)

10 Feb 11:59
Compare
Choose a tag to compare

v0.2.5

22 Sep 20:03
Compare
Choose a tag to compare
  • Updated to autolayout.js v0.5.2 (adds z-index spacers & fixes meta-info spacing bug)

v0.2.4

09 Sep 08:48
Compare
Choose a tag to compare
  • Added ability to pass in base zIndex as an option to the returned layout function (for v3)
  • Enabled fast kiwi constraint solver for famo.us v0.3 (has been battle tested well enough)

v0.2.3

31 Jul 05:43
Compare
Choose a tag to compare
  • Updated to autolayout.js v0.5.1 (fixes a bug with view stacks)

v0.2.2

30 Jul 19:20
Compare
Choose a tag to compare
  • Updated to v0.5.0 of autolayout.js (view ranges + multi view selection)

v0.2.1

30 Jul 09:36
Compare
Choose a tag to compare
  • Removed debug 'console.log' in AutoLayoutController.
  • Fixed linting errors
  • Added Travis CI

Mixed mode support!

29 Jul 21:53
Compare
Choose a tag to compare

Mixed mode support!

  • Added AutoLayoutController class for using autolayout with famo.us mixed mode.
  • Converted vflToLayoutv3.js to commonJS format.
  • Made project work nicely with browserify.
  • Updated to v0.4.3 of autolayout.js

v0.1.2

28 Jul 15:59
Compare
Choose a tag to compare

Updated to autolayout.js version 0.4.2

v0.1.1

28 Jul 07:54
Compare
Choose a tag to compare
  • Fixed exception when LayoutController didn't pass any options to the layout function
  • Updated to autolayout.js v0.4.1