Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

73 lines (49 loc) · 2.85 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

No unreleased changes.

2.4.2 - 2023-12-07

Added

  • Added missing Cell.ContextActions and MultiPage.CurrentPage modifiers (#40)

2.4.1 - 2023-11-26

Added

  • Added additional Any widgets to support Memo widget as a root
  • Added itemsLayout modifier to CollectionView widget

2.4.0 - 2023-11-22

Changed

  • Updated to Fabulous 2.4.0

2.3.0 - 2023-06-30

Changed

  • cornerRadius modifier of ImageButton widget now accepts a int value instead of a float value (#38)

Fixed

  • Add support for float32 properties which fixes corner radius for Frame (#35)

2.2.0 - 2023-01-24

Changed

  • Update to Fabulous 2.2.0 (#29)

2.1.4 - 2023-01-14

Changed

  • Remove generic types from WidgetItems and GroupedWidgetItems (#3)
  • Updated templates to use Fabulous 2.1.1 (#7)
  • Make sure Fabulous.XamarinForms use only binary-compatible version of Fabulous (#6)
  • Exclude jsonbak file from templates package (#8)

2.1.3 - 2023-01-04

Changed

  • Updated README file included in the packages

2.1.2 - 2023-01-04

Changed

  • Updated README file included in the packages

2.1.1 - 2023-01-04

Changed