Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vNext - New components #365

Merged
merged 378 commits into from
Aug 28, 2023
Merged

vNext - New components #365

merged 378 commits into from
Aug 28, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 12, 2023

  1. Fix minor FluentDatePicker UI issues (#449)

    * Fix Dat format, rename Calendar page to DateTime page and add padding in DatePicker popup zone
    
    * Fix Unit Tests
    dvoituron authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    13f15a9 View commit details
    Browse the repository at this point in the history
  2. Rename TextFieldAppearance => FluentInputAppearance and apply to all …

    …impacted FluentInput derived components (#450)
    vnbaaij authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    0b199cd View commit details
    Browse the repository at this point in the history
  3. Update DateTimes page content

    Fix some tests
    vnbaaij committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    34096e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8662773 View commit details
    Browse the repository at this point in the history
  5. Fix Unit Tests (#451)

    dvoituron authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    99046cc View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 15, 2023

  1. Dialog wip

    Upgrade to >NET 8 Preview 5
    Add 'Clear log' to ConsoleLog
    vnbaaij committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b5b4150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61b6219 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Dialog wip

    Trying append component script to head instead of body
    Fix popover positioning, extended sample to show it
    vnbaaij committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    88ed42e View commit details
    Browse the repository at this point in the history
  2. Dialog wip

    vnbaaij committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    2b05f65 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    cb2bfab View commit details
    Browse the repository at this point in the history
  2. Dialog wip

    vnbaaij committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    2496cd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6faa82 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Splash screens fine-tuning

    vnbaaij committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    0a8db36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e08098 View commit details
    Browse the repository at this point in the history
  3. merge main

    vnbaaij committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    8d91666 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Dialog wip (almost there!)

    vnbaaij committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    22fa265 View commit details
    Browse the repository at this point in the history
  2. Dialog wip

    vnbaaij committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8cc256e View commit details
    Browse the repository at this point in the history
  3. Few FluentMenu optimizations

    vnbaaij committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8c241f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f951e05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b6ab4e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Allow NavMenuGroup to specify custom icon content to appear in collap…

    …sed Nav Menu (Fixes #467) (#470)
    
    * Add NavigationIconContent to FluentNavMenu (Fixes #463)
    
    * Icon + Expanded icon
    
    * Revert "Icon + Expanded icon"
    
    This reverts commit 81cd63a.
    
    * Show group icon when nav menu is collapsed
    
    * Remove sub-menu item added to sample.
    
    * Cascading parameters don't need to be public??
    
    * Exposure tidying
    
    * Include example
    mrpmorris authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    fe8a849 View commit details
    Browse the repository at this point in the history
  2. Fix build warnings

    vnbaaij committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0a3e299 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    426e6d4 View commit details
    Browse the repository at this point in the history
  4. Comment changes

    vnbaaij committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    99d98f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Dialog wip

    vnbaaij committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    974b6e4 View commit details
    Browse the repository at this point in the history
  2. Dialog finishing touches

    vnbaaij committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f33cb62 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. [FluentSystemIcon] Adding a new lib with all FluentUI icons (#423)

    * Add solution folders
    
    * Add Icon Generator (Draft)
    
    * Update Icon Names
    
    * Update CodeGenerator
    
    * Add Sizes configuration
    
    * Refactoring
    
    * Move the code to a sub-folder Icons
    
    * Allow relative path
    
    * Add Microsoft.Fast.Components.FluentUI.Icons project
    
    * Add Resx generator
    
    * Rename to FluentSystemIcon
    
    * Test a first sample
    
    * Update the SVG source to use NPM
    
    * Update Icon names
    
    * Update icon order
    
    * Remove Example
    
    * Update doc
    
    * Update the configuration to generate alk sizes by default
    
    * Add an Icon class to include object details
    
    * Add a "names" configuration to select only some icons
    
    * Replace sizes/variants with enums
    
    * Update to 8.0.0-preview.5.*
    
    * Update the generator and add a sample project
    
    * Remove Resx generator
    
    * Using class and not record
    
    * Fix version
    
    * Add IconInfo
    
    * Fix IconInfo with extra messages
    
    * Rename
    
    * Add remark
    
    * Add Generation for 1 class (CoreIcons.cs)
    
    * Move Icon Component to Core project
    
    * Update AllIcons
    
    * Update CoreIcon folder
    
    * Add EmojiGenerator (Draft)
    
    * Read Emoji contents
    
    * Add FileData with SkinTone and Style
    
    * Emoji generation
    
    * Split files to Group Style SkinTone
    
    * Split large classes into block of 100 properties
    
    * ZIP compression of strings
    
    * Add Color emojis and update the sample
    
    * Generates the Emojis.cs file with all Emoji Info
    
    * Add FluentSystemEmoji component
    
    * Update sample page
    
    * Update sample page
    
    * Add Emojis lib
    
    * Add all Emoji generated
    
    * Remove Boy
    
    * Add Sample YAML
    
    * Update build-icons-emojis.yml for Azure Pipelines
    
    * Update build-icons-emojis.yml for Azure Pipelines
    
    * Update build-icons-emojis.yml for Azure Pipelines
    
    * Set .NET7 only and update the Build pipeline to Icons only
    
    * Add Emoji in pipeline
    
    * Update .NET version and remove FluentUI frm Build Pipeline
    
    * Add .NET 6 and 7
    
    * Disable PR trigger and add doc
    
    * Build only Icons
    
    * Add Icon.FromImageUrl method
    
    * Try to build Emojis
    
    * Add Readme
    
    * Fix ReadMe
    
    * Fix PR comments
    
    * Update the readme file
    
    * Update readme
    
    * Upate Icons using the last repo content
    
    * Add FileVersion and AssemblyVersion
    
    * Rename Icons folder to Assets folder
    
    * Adding missing icons
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    Co-authored-by: Denis Voituron (MSFT) <[email protected]>
    3 people authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    3e00623 View commit details
    Browse the repository at this point in the history
  2. Add AfterBindValue to FluentInputBase (Fixes #472) (#473)

    * Add AfterBindValue to FluentInputBase (Fixes #472)
    
    * Update docs to explain AfterBindValue is akin to @bind-Value:after
    mrpmorris authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    931f1ad View commit details
    Browse the repository at this point in the history
  3. Dialog more finishing touches

    vnbaaij committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    916e0d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d81e8e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    3a20e85 View commit details
    Browse the repository at this point in the history
  2. Dialog re-work

    Doc updates
    Add HasDelegate check
    vnbaaij committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4e1f398 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db0f913 View commit details
    Browse the repository at this point in the history
  4. Dialog re-work

    vnbaaij committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7957b8e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Docs - show parameters/properties

    Docs - MeesageBox wip
    DemoSection - Auto add collocated files
    vnbaaij committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    67dc16d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Dialog docs

    vnbaaij committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    15c7d02 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. More Dialog doc updates

    Add ShowSuccess and ShowWarning for MessageBox
    Update version
    vnbaaij committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    2d6e22e View commit details
    Browse the repository at this point in the history
  2. Add new Icon/Emoji info page

    Fix some compiler messages
    vnbaaij committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    6e50600 View commit details
    Browse the repository at this point in the history
  3. Set publish to use net8.0 (works again 🤷)

    More Dialog docs updates
    vnbaaij committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4ccbd9e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Doc and doc display updates

    Add more code comments
    vnbaaij committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2080018 View commit details
    Browse the repository at this point in the history
  2. Update version

    Button: do not generate Id automatically
    vnbaaij committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8f07b43 View commit details
    Browse the repository at this point in the history
  3. Refactoring Build Pipelines (#477)

    # Refactoring Build Pipelines
    
    Add new YAML files to auto generate Assembly and Package version (using Azure DevOps).
    dvoituron authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c21d509 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5359fe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ecd232 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8af073 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b4dacf View commit details
    Browse the repository at this point in the history
  8. Add FluentLabel page

    vnbaaij committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    9d1706b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04d9310 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Toast re-work wip

    vnbaaij committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ec9e5e6 View commit details
    Browse the repository at this point in the history
  2. Toast re-work wip

    Rollback DemoMainLayout change ascolor change did not work anymore
    vnbaaij committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7e9f73e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    8b4be24 View commit details
    Browse the repository at this point in the history
  2. Fix merge error

    vnbaaij committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    6abd086 View commit details
    Browse the repository at this point in the history
  3. Add Package Icon

    dvoituron committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ff4aa2b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'new-components' of github.com-perso:microsoft/fluentui-…

    …blazor into new-components
    dvoituron committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2e66c18 View commit details
    Browse the repository at this point in the history
  5. Toast re-work wip

    vnbaaij committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0e06f6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88594f5 View commit details
    Browse the repository at this point in the history
  7. Toast re-work wip

    vnbaaij committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ac52052 View commit details
    Browse the repository at this point in the history
  8. Toast re-work wip

    vnbaaij committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    06f052b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Fix NavMenu keyboard navigation (Fixes #479) (#480)

    * Fix NavMenu keyboard navigation
    
    * Remove test project
    
    * Changes as per PR comments.
    mrpmorris authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    b39a8ce View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Toast re-work wip

    vnbaaij committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    ea728c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. [FluentIcon] Refactor FluentIcon and FluentEmoji to use the NuGet pac…

    …kages (#485)
    
    * Remove Assets and Generator projects
    
    * Fix icons in razor files
    
    * Fix badge code (part 1)
    
    * NavMenu (Part 2)
    
    * Update FluentNavMenuGroup
    
    * Fix FluentToastContainer
    
    * Custom Toasts
    
    * Update DialogService
    
    * Remove old Icons and Emojis
    
    * Update ListComponentBase
    
    * Fix merging issues
    
    * Update NaveMenu and Tabs
    
    * Remove samples
    
    * Replace FluentIcon with FluentSystemIcon component
    
    * Fix FluentIcons type to Icons...
    
    * Fix CoreLib csproj
    
    * Fox last details
    
    * Fix new-components updates
    
    * Compile code
    
    * Add first icon sample
    
    * Add Icon sample page
    
    * Add Emoji page
    
    * Add Emoji.Value property
    
    * Update csproj
    
    * Rename FluentSystemIcon to FluentIcon
    
    * Rename FluentSystemEmoji to FluentEmoji
    
    * Update default package version
    dvoituron authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    355f728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e5fe9d View commit details
    Browse the repository at this point in the history
  3. Users/vnbaaij/dialog refactor (#489)

    * Dialog refactor wip
    
    * Renaming & refactoring
    
    * Refactor & rename
    
    * Fine-tuning
    vnbaaij authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c64f7e1 View commit details
    Browse the repository at this point in the history
  4. fix #486 (#488)

    mrpmorris authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    957473b View commit details
    Browse the repository at this point in the history
  5. Fix build

    vnbaaij committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ae1c137 View commit details
    Browse the repository at this point in the history
  6. Change targets for icon/emoji to net6

    Use ref to latest 3.x package
    vnbaaij committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4cafaec View commit details
    Browse the repository at this point in the history
  7. Add (and use) FluentButton SetDisabled method

    Update Demo.Shared csproj
    vnbaaij committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8a5f7d5 View commit details
    Browse the repository at this point in the history
  8. Fix NavMenu icon size

    vnbaaij committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8d07aa2 View commit details
    Browse the repository at this point in the history
  9. Icon/Emoji examples work

    vnbaaij committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    7dec6f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f3edbd5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    29d1ef6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    732ad98 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7ac12ee View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Make slider generic

    Add slider with type double example
    Move some shared input helper functions to static class
    vnbaaij committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    97f6183 View commit details
    Browse the repository at this point in the history
  2. Fix demo error ("/" in id)

    vnbaaij committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f25d95c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ab9df8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f3db89 View commit details
    Browse the repository at this point in the history
  5. Fix readme error

    vnbaaij committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    12a56c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f27699a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    777c245 View commit details
    Browse the repository at this point in the history
  8. Documentation changes

    Project settings changes
    vnbaaij committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9c7727a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    999e29b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e784bf6 View commit details
    Browse the repository at this point in the history
  11. More trimmer removal from Client project

    Documentation updates
    vnbaaij committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    cd0c680 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a8725b View commit details
    Browse the repository at this point in the history
  13. Add explicit copy icon to Icon/EmojiExplorer

    Documentation updates
    vnbaaij committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    6c44c78 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Tune Icon/EmojiExplorer

    vnbaaij committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    09d5617 View commit details
    Browse the repository at this point in the history
  2. Tune Icon/EmojiExplorer

    vnbaaij committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c143043 View commit details
    Browse the repository at this point in the history
  3. Tune Icon/EmojiExplorer

    Fix NavMenu
    vnbaaij committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3330b3f View commit details
    Browse the repository at this point in the history
  4. Documentation updates

    vnbaaij committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3534cbc View commit details
    Browse the repository at this point in the history
  5. Doc updates

    vnbaaij committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d865f49 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Documentation updates NavMenu - Add rtl css, add IDisposable to compo…

    …nents (#497)
    
    * Documentation updates
    NavMenu - Add rtl css, add IDisposable to components
    
    * Move expand/collapse button to the end (#498)
    
    ---------
    
    Co-authored-by: Peter Morris <[email protected]>
    vnbaaij and mrpmorris authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0bd300e View commit details
    Browse the repository at this point in the history
  2. Ensures correct margin used on expand/collapse button when in RTL tex…

    …t mode (#499)
    
    * Documentation updates
    NavMenu - Add rtl css, add IDisposable to components
    
    * Move expand/collapse button to the end
    
    * Fix margin on expand/collapse button when switching between RTL and LTR
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    mrpmorris and vnbaaij authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    bb6852c View commit details
    Browse the repository at this point in the history
  3. Enable keyboard navigation (#500)

    * Documentation updates
    NavMenu - Add rtl css, add IDisposable to components
    
    * Keyboard navigation
    
    * Done
    
    * Remove gutter icons
    
    * Revert css
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    mrpmorris and vnbaaij authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3f984b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Make FluentInput... unbound usage possible (#492)

    * Make FluentInput... unbound usage possible
    
    * Handle code review remarks
    
    * Fix FluentNumberField Min/Max always being set
    
    * Try generic MinMax onNumberField
    
    * Revert generic Min/Max on NumberField fro now
    vnbaaij authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    408c158 View commit details
    Browse the repository at this point in the history
  2. Nav menu group alignment (#502)

    * WIP
    
    * Align icons correctly, and ensure that when clicking a group in a collapsed nav menu the group will appear open.
    
    * Changes as per PR comments
    
    * Batch files for quick dotnet watch
    
    * WIP
    mrpmorris authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    dc9ff30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4606c06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1367aee View commit details
    Browse the repository at this point in the history
  5. Remove navmenu-group border

    vnbaaij committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0753f46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bcfd23 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. FluentTreeView add 2 way binding (#511)

    * WIP
    
    * Done
    
    * Remove test code
    
    * Handle expanded changed
    
    * Expanded databinding.
    mrpmorris authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c07370e View commit details
    Browse the repository at this point in the history
  2. Fix #506

    vnbaaij committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f46ce6d View commit details
    Browse the repository at this point in the history
  3. Merge main

    vnbaaij committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ee234bb View commit details
    Browse the repository at this point in the history
  4. Remove IconContent from NavMenu (#515)

    * Remove icon content
    
    * Remove Disabled from demo
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    mrpmorris and vnbaaij authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c7017a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. NavMenu: Fix xml comment

    Grid: Add breakpoint information to demo page
    vnbaaij committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8c06085 View commit details
    Browse the repository at this point in the history
  2. Add FluentInputFile and change FluentProgress (#517)

    * Add FluentInputFile +examples
    FluentProgress... - Value is now int, add Visible
    
    * Remove preview of images functionality for now
    
    * Remove commented out code
    vnbaaij authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cb5a3a2 View commit details
    Browse the repository at this point in the history
  3. Fix Unit Tests

    dvoituron committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6c4c9ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9020bd View commit details
    Browse the repository at this point in the history
  5. Add global.json to GH ignore

    Fix header styling
    vnbaaij committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a3593b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11528bb View commit details
    Browse the repository at this point in the history
  7. Doc updates/whitespacecleanup

    vnbaaij committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9a68611 View commit details
    Browse the repository at this point in the history
  8. Process review comments (#519)

    * Process review comments
    
    * Process more review comments
    
    * Remove global.json
    vnbaaij authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1fcc6ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02103f9 View commit details
    Browse the repository at this point in the history
  10. [Built Pipeline] Add Triggers and Unit Tests steps (#520)

    Each time a PR or an update in new-components branch, the build pipeline will be automatically executed.
    The Unit Tests project will be compiled and will be executed.
    dvoituron authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ee2164f View commit details
    Browse the repository at this point in the history
  11. Upgrade all the SDKs

    vnbaaij committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8409c9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c06c373 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    156d963 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. New Solution Structure (#521)

    Move to new folders
    dvoituron authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6d041f8 View commit details
    Browse the repository at this point in the history
  2. FluentNavMenu binding support (#522)

    * two way binding on Expanded
    
    * Events not propagating, but click not toggling group expansion
    
    * WIP
    
    * Complete
    
    * Completed
    
    * Nearly working
    
    * Merge from upstream
    
    * WIP
    
    * WIP
    
    * Remove FindElementById
    
    * Remove SetExpanded
    
    * Change ParentElement to Owner
    
    * Get rid of AutoExpandOnGroupExpanded
    
    * Works in demos, but not in nav menu
    
    * Only select a single item
    
    * All working
    
    * Working all round, just not expanding groups
    
    * Finally fixed!!!!
    
    * Remove .orig files
    
    * It works!!!
    
    * Possibly working
    
    * WIP
    
    * WIP
    
    * Nearly there (new approach)
    
    * Undo CSS changes
    
    * WIP
    
    * Frozen
    
    * Tree fixed
    
    Fully working!
    
    * Working!
    
    * No need for custom event
    
    * Code formatting
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    mrpmorris and vnbaaij authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    378cc00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4437a83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e78593 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db392e4 View commit details
    Browse the repository at this point in the history
  6. Add spaces after colon and semi-colon. Trim them at the end (#524)

    * Add spaces after colon and semi-colon. Trim them at the end
    
    * Revert trim to just remove space at end
    
    * Trying to get xml documentationfiles published
    
    * Revert "Trying to get xml documentationfiles published"
    
    This reverts commit 143d363.
    vnbaaij authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e48a3b4 View commit details
    Browse the repository at this point in the history
  7. Allow nav menu items to have custom actions (#527)

    * INavMenuItemsOwner
    
    * INavMenuItem to FluentNavMenuItem
    
    * Disposable
    
    * Correctly determine if main nodes need icon spaces
    
    * WIP
    
    * Working!
    
    * Nearly complete, just cannot re-select a group with an action.
    
    * SHIP IT!
    
    * SHIP IT!
    
    * Not collapsible by default
    
    * Change description
    
    * Remove Href target
    
    * Add Collapsible to demo
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    mrpmorris and vnbaaij authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    eec96b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3d1106 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bccc3e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    9816b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba9a82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9ed64f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5137de View commit details
    Browse the repository at this point in the history
  5. [FluentButton] Add IconStart, IconEnd and OnClick (#526)

    * Add IconStart, IconEnd and OnClick properties
    * Add Unit Tests
    * Add classic sample
    dvoituron authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d984354 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c215d21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbac8d9 View commit details
    Browse the repository at this point in the history
  8. Fix ignoring files

    vnbaaij committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a60a9f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a0ef59 View commit details
    Browse the repository at this point in the history
  10. Force rebuild

    vnbaaij committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f84f114 View commit details
    Browse the repository at this point in the history
  11. Change project file

    vnbaaij committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    78e0650 View commit details
    Browse the repository at this point in the history
  12. And again..

    vnbaaij committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ac2a4a6 View commit details
    Browse the repository at this point in the history
  13. Different approach

    vnbaaij committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    958a2a5 View commit details
    Browse the repository at this point in the history
  14. Include generated xml again

    vnbaaij committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    04984cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d429506 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0764d10 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    33e9305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2426ea View commit details
    Browse the repository at this point in the history
  3. Tree/NavMenu

    vnbaaij committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    14d73d7 View commit details
    Browse the repository at this point in the history
  4. Remove FluentTabPanel (#535)

    vnbaaij authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    516cdf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f71a195 View commit details
    Browse the repository at this point in the history
  6. Fix samples not being copied

    vnbaaij committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4fc9ba1 View commit details
    Browse the repository at this point in the history
  7. merge

    vnbaaij committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    bea6f2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22fdc1a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ad8f2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2baaad3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Test with exclude txt files

    vnbaaij committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    2a37fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79fdf86 View commit details
    Browse the repository at this point in the history
  3. Re-add txt files

    vnbaaij committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    a90baa6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Add build step in cicd publish

    Ignore txt files
    Delete txt files
    vnbaaij committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    ca5039a View commit details
    Browse the repository at this point in the history
  2. Try to fix yaml

    vnbaaij committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    07c33d3 View commit details
    Browse the repository at this point in the history
  3. More fixing

    vnbaaij committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    d6f7581 View commit details
    Browse the repository at this point in the history
  4. Final tweak

    vnbaaij committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    aec37d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Wasm not deselecting nav menu (#544)

    * Add SetSelectedAsync
    
    * Nearly!
    
    * Async Debouncer
    
    * Update debouncer for thread safety
    
    * Debouncer updates
    
    * It all works!
    
    * Improved demos
    
    * Remove collapsible
    
    * Debounce CurrentSelectedChanged
    
    * Clear _allItems on dispose
    
    * Works how it is supposed to, now just needs better demos
    
    * Everything works!
    
    * Update notes
    
    * Ship it!
    
    * PR comments
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    mrpmorris and vnbaaij authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    34d7836 View commit details
    Browse the repository at this point in the history
  2. Update version

    vnbaaij committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    91193c7 View commit details
    Browse the repository at this point in the history
  3. [Build and Release] Deployment Pipeline to the Demo Website (#545)

    * Add Build-Demo YAML file
    
    * Try to use the template
    
    * Test
    
    * Step under extends
    
    * Using buildSteps
    
    * Correct align
    
    * Fix align2
    
    * Add a parameter in the Template
    
    * Add Variable Group
    
    * Update variable group name
    
    * Use the Group Variable `Versioning`
    
    * Update projects attribute
    
    * Set project hardcoded
    
    * Set publishWebProjects: false
    
    * Fix Task comment
    
    * Add Build and Publish
    
    * Remove the Source folder
    
    * Remove the "source" ItemGroup in csproj
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    dvoituron and vnbaaij authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3fa92f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    790ff81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75afe14 View commit details
    Browse the repository at this point in the history
  6. Update default values (#549)

    Co-authored-by: Vincent Baaij <[email protected]>
    dvoituron and vnbaaij authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e72afdc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69b83de View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    c9c938b View commit details
    Browse the repository at this point in the history
  2. merge main

    vnbaaij committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d7bc0d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22715e1 View commit details
    Browse the repository at this point in the history
  4. Undo .net 7 build publish

    vnbaaij committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    118f732 View commit details
    Browse the repository at this point in the history
  5. Nav menu not collapsing (#556)

    * Add SetSelectedAsync
    
    * Allow collapse of nav menu
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    mrpmorris and vnbaaij authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0062fc3 View commit details
    Browse the repository at this point in the history
  6. NavMenu outputs a currentselected html attribute (#557)

    * Add SetSelectedAsync
    
    * Fix currentselected 2-way binding
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    mrpmorris and vnbaaij authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    151fa8a View commit details
    Browse the repository at this point in the history
  7. Add V3 banner to index

    vnbaaij committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    87ffd63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc3c283 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b0e8e86 View commit details
    Browse the repository at this point in the history
  10. merge main

    vnbaaij committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    69d1af8 View commit details
    Browse the repository at this point in the history
  11. NavMenu not deselecting initial link for deep-linked urls (#560)

    * Add SetSelectedAsync
    
    * Ensure previous NavMenu elements are deselected
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    mrpmorris and vnbaaij authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2e32397 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f803a19 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6547a66 View commit details
    Browse the repository at this point in the history
  14. Update banner

    vnbaaij committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    364c824 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    281638d View commit details
    Browse the repository at this point in the history
  16. Add preview deploy

    vnbaaij committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d5d9db5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0594cea View commit details
    Browse the repository at this point in the history
  18. Take 2

    vnbaaij committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d4386b6 View commit details
    Browse the repository at this point in the history
  19. Take 3

    vnbaaij committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6ee448c View commit details
    Browse the repository at this point in the history
  20. NavMenu text when collapsed, use aria-label for screen-reader instead (

    …#562)
    
    * Hide NavMenu text on collapse, add aria-label instead
    
    * WIP
    
    * Hide text for collapsed nav menu, whilst keeping screen reader text
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    mrpmorris and vnbaaij authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ce3cf7d View commit details
    Browse the repository at this point in the history
  21. Fix #564 (#565)

    vnbaaij authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    edcfb2b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Update Shared project

    vnbaaij committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    130b854 View commit details
    Browse the repository at this point in the history
  2. Act on #566 (#567)

    * Update Shared project
    
    * Rename event
    vnbaaij authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c289b00 View commit details
    Browse the repository at this point in the history
  3. Allow click on group of collapsed nav menu to trigger its action (#568)

    * Allow click on group of collapsed nav menu to trigger its action
    
    * Renamed TargetIdMouseEventArgs to MouseWithTargetIdEventArgs
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    mrpmorris and vnbaaij authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    31961e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    769d688 View commit details
    Browse the repository at this point in the history
  5. merge main

    vnbaaij committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e6a6a78 View commit details
    Browse the repository at this point in the history
  6. Remove MouseWithTargetIdEventArgs (#569)

    * Allow click on group of collapsed nav menu to trigger its action
    
    * Renamed TargetIdMouseEventArgs to MouseWithTargetIdEventArgs
    
    * Remove unneeded MouseWithTargetIdEventArgs
    
    * Remove MouseWithTargetIdEventArgs
    mrpmorris authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    aa9a75b View commit details
    Browse the repository at this point in the history
  7. Don't expand NavMenu on handled actions (#571)

    * Allow click on group of collapsed nav menu to trigger its action
    
    * Renamed TargetIdMouseEventArgs to MouseWithTargetIdEventArgs
    
    * Remove unneeded MouseWithTargetIdEventArgs
    
    * Remove MouseWithTargetIdEventArgs
    
    * Don't expand tree if group action is handled
    mrpmorris authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ee55989 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Small CSS tweak for NavMenu

    vnbaaij committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c7476aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60efbfd View commit details
    Browse the repository at this point in the history
  3. Use root namespace in all tests

    Start FluentBodyContentTests
    vnbaaij committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5076f44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22ead77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3214498 View commit details
    Browse the repository at this point in the history
  6. Use Id in FluentNavMenu and FluentMenu (#575)

    * Allow click on group of collapsed nav menu to trigger its action
    
    * Renamed TargetIdMouseEventArgs to MouseWithTargetIdEventArgs
    
    * Remove unneeded MouseWithTargetIdEventArgs
    
    * Remove MouseWithTargetIdEventArgs
    
    * Don't expand tree if group action is handled
    
    * Ensure FluentNavMenu and FluentMenu have Id attributes in markup
    mrpmorris authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    92cf2ff View commit details
    Browse the repository at this point in the history
  7. Disable pointer events in FluentAnchorRegion (#577)

    * Allow click on group of collapsed nav menu to trigger its action
    
    * Renamed TargetIdMouseEventArgs to MouseWithTargetIdEventArgs
    
    * Remove unneeded MouseWithTargetIdEventArgs
    
    * Remove MouseWithTargetIdEventArgs
    
    * Don't expand tree if group action is handled
    
    * Ensure FluentNavMenu and FluentMenu have Id attributes in markup
    
    * Disable pointer events
    
    * Disable point events
    mrpmorris authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f296506 View commit details
    Browse the repository at this point in the history
  8. Re-enable pointer events for contents of fluent achored region (#578)

    * Allow click on group of collapsed nav menu to trigger its action
    
    * Renamed TargetIdMouseEventArgs to MouseWithTargetIdEventArgs
    
    * Remove unneeded MouseWithTargetIdEventArgs
    
    * Remove MouseWithTargetIdEventArgs
    
    * Don't expand tree if group action is handled
    
    * Ensure FluentNavMenu and FluentMenu have Id attributes in markup
    
    * Disable pointer events
    
    * Disable point events
    
    * Re-enable pointer-events for items inside the achored region
    mrpmorris authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    520aa52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3dd93bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    173ebec View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    b58da18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    933d003 View commit details
    Browse the repository at this point in the history
  3. Validation work (#584)

    * Add validation css and FluentValidationSummary component
    
    * Update to web-components.min.js v2.5.16 and update/extend relevant examples.
    Update version (2.4.2)
    
    * Update to web-components.min.js v2.5.16 and update/extend relevant examples. (#579)
    
    Update version (2.4.2)
    
    * Update version on index page
    Update example
    
    * Fix merge and resolve comments
    vnbaaij authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    fff3808 View commit details
    Browse the repository at this point in the history
  4. merge main

    vnbaaij committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    282d4b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

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

Commits on Aug 7, 2023

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

Commits on Aug 14, 2023

  1. merge main

    vnbaaij committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    48146f3 View commit details
    Browse the repository at this point in the history
  2. Change version banner

    vnbaaij committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7ef3112 View commit details
    Browse the repository at this point in the history
  3. Set current-value for FluentSelect (#597)

    Co-authored-by: Vincent Baaij <[email protected]>
    bytefish and vnbaaij authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4a8e395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d70e648 View commit details
    Browse the repository at this point in the history
  5. Tooltip Provider (#600)

    * Addthe TooltipProvider and associate service
    
    * Add Unit Tests
    
    * Update doc
    
    ---------
    
    Co-authored-by: Vincent Baaij <[email protected]>
    dvoituron and vnbaaij authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c24a9e5 View commit details
    Browse the repository at this point in the history
  6. Add options to enable/disable primary/secondary action button(s) in F…

    …luentDialog (#613)
    
    Co-authored-by: Vincent Baaij <[email protected]>
    ProH4Ck and vnbaaij authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f74afd6 View commit details
    Browse the repository at this point in the history
  7. Dialog + Toast doc updates

    vnbaaij committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    597033d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Fix error in tooltip provider

    vnbaaij committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c31fa86 View commit details
    Browse the repository at this point in the history
  2. Fix #609

    vnbaaij committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0e2ae92 View commit details
    Browse the repository at this point in the history
  3. Fix #596

    vnbaaij committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    08a0db7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55d0510 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 18, 2023

  1. Dialog changes (#622)

    * Add Show...Async methods
    * Add awaitable result
    
    * Rename FluentDialogContainer->FluentDialogProvider
    * Update docs
    * Prep for Api/Demo swap
    
    * Fix compilation error (preview feature)
    
    * Add async MessageBox examples
    
    * Add Panel async examples
    * Add SplashScreen async examples
    * Add UpdateDialog and UpdateDialogAsync methods
    vnbaaij authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bf7b638 View commit details
    Browse the repository at this point in the history
  2. Use latest SDKs

    vnbaaij committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e08bc95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5181712 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8294252 View commit details
    Browse the repository at this point in the history
  5. Skeleton work (#626)

    * Skeleton: Add Width, Height, Visible
    
    * Set FluentSkeleton Shape default
    Tweak skeleton examples
    vnbaaij authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    13846fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41cd96e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d15f412 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    cdadd99 View commit details
    Browse the repository at this point in the history
  2. Fix toolbar demo title

    vnbaaij committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b5186d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Add MAUI/WPF/... JS Initializers workaround

    Testing toolbar/menubutton issue
    vnbaaij committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e4432fa View commit details
    Browse the repository at this point in the history
  2. Update readme on initiaizersLoader

    Update WhatsNew
    vnbaaij committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ce10a06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62a82d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8859d5d View commit details
    Browse the repository at this point in the history
  5. More CSS/StyleBuilder fixes

    vnbaaij committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f16990f View commit details
    Browse the repository at this point in the history
  6. merge

    vnbaaij committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b7e1850 View commit details
    Browse the repository at this point in the history
  7. Update version (RC2)

    Badge: add Width, Height
    Popover: Header, Body, Footer can be null
    vnbaaij committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1eac7f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Badge: fix tests

    Tabs: add deferred loading + example
    AnchoredRegion: add 'Center' to horizontal/vertical position
    vnbaaij committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2ac992b View commit details
    Browse the repository at this point in the history
  2. Fix XML comments

    vnbaaij committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    78d3b19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36275b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbbd696 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    605efd7 View commit details
    Browse the repository at this point in the history
  2. No commit message

    vnbaaij committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ccc7a60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c261ba View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Fix compiler messages

    Update Fluent UI System Icons to 1.1.212
    vnbaaij committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    6af544d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce21a6f View commit details
    Browse the repository at this point in the history
  3. Update Hybrid readme

    vnbaaij committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    d6800c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    722fb1b View commit details
    Browse the repository at this point in the history