You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.5 KiB

  1. # ScalaFX-Utils changelog
  2. For a full change history, see the Git history. Only changes likely to affect
  3. end users will be listed here.
  4. ### 0.6.0
  5. * Add new operations to flatten observable collections.
  6. * Updates to several dependencies.
  7. * This includes Shapeless 2.3.0, which may introduce binary
  8. incompatibilities if you have compiled against a different version.
  9. ### 0.7.0
  10. * Modified Scalaz instance to add `ReadOnlyObjectProperty` instances and
  11. improve specificity of the `ObservableValue[A, _]` instances.
  12. ### 0.8.0
  13. * Update ScalaFX to 8.0.92-R10.
  14. * This makes Java 1.8.0_91 the minimum version.
  15. * `FutureObservable` allows you to observe the results of a `Future`.
  16. * New `AkkaFX` object gives bridges from Akka to ScalaFX
  17. * `observableSink` creates a Akka Streams sink that allows you to
  18. observe each value that comes through a stream.
  19. ### 0.9.0
  20. * This release is not binary compatible with 0.8 or earlier.
  21. * Add more controls for filtering items.
  22. #### 0.9.1
  23. * Add control panel builders: simple utility code for building control
  24. panels
  25. ### 0.10.0
  26. * Breaking changes to `SingletonStage` for better naming and visibility.
  27. * New `layout` package with `Anchored` pane for resizable stages.
  28. * New `StringConverters` with standard converter types.
  29. ### 0.11.0
  30. * Update to ScalaFX 8.0.102-R11.
  31. * This makes Java 1.8.0_101 the official minimum version.
  32. * Reorganize the build to meet SBT 1.0 guidelines.