As discussed earlier we are moving to ScalaFX 8 as the main
development branch. ScalaFX 2 will be a back port (volunteer needed
to own and maintain the back port). This means that branches in
GitHub repo were rearranged, now we have:
* master - ScalaFX 8 development
* stable - ScalaFX 8 releases
* SFX-2 - ScalaFX 2 (JavaFX2) development
* SFX-2-stable - ScalaFX 2 releases
There are some more details on the mechanics of the switch with
Issue #136.
There are still some things to clean up, especially in the
documentation and continuous integration (Travis CI) to be fixed.
Sorry if the branch swapping causes some turbulence, this seemed to
be the least painful way to do it.
Jarek