Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fsprojects/Avalonia.FuncUI Loading
base: 1.1.0
Choose a base ref
...
head repository: fsprojects/Avalonia.FuncUI Loading
compare: 1.2.0
Choose a head ref
  • 17 commits
  • 36 files changed
  • 3 contributors

Commits on Oct 23, 2023

  1. Update README.md (#356)

    JaggerJo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5bbcb7f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. 3 Configuration menu
    Copy the full SHA
    a4b6ca6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    4727963 View commit details
    Browse the repository at this point in the history
  2. Adding more Color overloads for brush properties (#363)

    * Added Color overloads to IBrush properties for consistency and ergonomics
    Some Controls already allowed to set brush properties with Color directly while others only had color: string
    This adds such overloads where they were missing
    
    * Revert parameter renaming of value->color
    Renaming could potentially break code using named parameters, however with only one parameter such usage seems unlikely
    beyon committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    33a0cd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Gridsplitter properties (#364)

    * Added missing properties to GridSplitter
    PreviewContentProperty not included (not sure how to handle it)
    
    * Added GridSplitter demo to controlcatalog
    
    * previewContent typechecked
    Hard to find usage example so not sure how to write a good test/example
    
    * Added a column gridsplitter, removed unused (commented) code
    beyon committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a625eaa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    a3b4b41 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    b0aa279 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    8b4d4f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    51dff04 View commit details
    Browse the repository at this point in the history
  2. Fix a few 'Pattern discard is not allowed for union case that takes n…

    …o data' warnings from the .NET 8 compiler (#373)
    Numpsy committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a27383a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    bea9e6e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Create FUNDING.yml (#376)

    JaggerJo committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    c5681d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. fix naming

    JaggerJo committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    c31377c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc910ae View commit details
    Browse the repository at this point in the history
  3. fix project file

    JaggerJo committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    a4bb918 View commit details
    Browse the repository at this point in the history
  4. - Environment State:

        - allow values to not conform to IWritable. This makes dealing with
          values that don't change nicer.
    
    - Component Base:
        - extract core component logic into reusable base class.
        - expose `ForceRender` method.
    
    - DSL:
        - Panel add create
        - Text Block add padding overload
    
    - TODO App:
        - Add modal host sample
    JaggerJo committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    7f88c91 View commit details
    Browse the repository at this point in the history
  5. bump version to 1.2.0

    JaggerJo committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    b4bbb3a View commit details
    Browse the repository at this point in the history
Loading