Skip to content

Releases: fsprojects/Avalonia.FuncUI

v1.5.1

05 Sep 19:40
Compare
Choose a tag to compare

Full Changelog: v1.5.0...v1.5.1

NOTE: we fixed a bug that you might unintentionally depend on. Subscriptions immediately triggered the attached handler with the current value instead of only invoking the handler on value changes. This was fixed by the commit below. Let us know if you have issues with that and we'll figure something out. 78e8f28

v1.5.0

12 Aug 07:27
Compare
Choose a tag to compare

What's Changed

  • Add bindings by @SilkyFowl in #420
  • Update the actions in the publish workflow by @Numpsy in #406
  • Add generic RoutedEvent bindings as Attached Event. by @SilkyFowl in #421
  • Add bindings Avalonia v11.0.0 by @SilkyFowl in #422
  • Fix spelling/grammar errors in the docs by @matachi in #428
  • Replace a sprintf in the Tetris example with a string interpolation by @Numpsy in #429
  • Update all the unit testing and related libs by @Numpsy in #430
  • Switch from .NET 6.0 to 8.0, and update to Avalonia 11.1 by @Numpsy in #413
  • Change the Elmish music player example to use IStorageProvider instea… by @Numpsy in #407
  • Add ToggleType and related properties to MenuItem by @Numpsy in #432

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

12 Aug 07:26
Compare
Choose a tag to compare

What's Changed

  • Add System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers in a … by @Numpsy in #399
  • Change DataTemplateView.itemsSource from a Linq.Expression to a regul… by @Numpsy in #403
  • Remove isPressed property setter by @sleepyfran in #411
  • Sort the control items in the control catalog into alphabetical order by @Numpsy in #414
  • Remove the WebAssemblyPlayground example project by @Numpsy in #415
  • Add a NuGet description property to the Elmish project. by @Numpsy in #418

Full Changelog: 1.3.0...v1.4.0

v1.3.0

25 Feb 09:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

v1.2.0

25 Feb 09:51
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @JaggerJo in #356
  • Fix example titles by @beyon in #362
  • Adding more Color overloads for brush properties by @beyon in #363
  • Gridsplitter properties by @beyon in #364
  • Adding ColumnDefinition and RowDefinition to DSL by @beyon in #371
  • Replace a use of Seq.iteri over a list with List.iteri by @Numpsy in #374
  • Fix a few 'Pattern discard is not allowed for union case that takes n… by @Numpsy in #373
  • Create FUNDING.yml by @JaggerJo in #376

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

23 Oct 07:20
Compare
Choose a tag to compare

What's Changed

  • Performance improvements: ItemsControl @marklam in #352
    Thanks @marklam for working on this issue!

  • Experimental features:

    • Animation helpers (for explicit animations)
    • Operators (.=) to set state
    • Feliz like useDeferred hook

Full Changelog: 1.0.2...1.1.0

v1.0.2

23 Oct 07:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

09 Aug 07:59
Compare
Choose a tag to compare
  • fix bug in useEffect. If the handler function returns an IDisposable then Dispose should be called when the component is destroyed.

1.0.0

07 Jul 09:05
Compare
Choose a tag to compare
bump version to 1.0.0 and target Avalonia 11.0.0.

1.0.0-RC-1.1.1

26 Jun 06:55
c37c880
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0-RC-1.1.0...1.0.0-RC-1.1.1