Skip to content

Releases: DavidVollmers/Ignis

Allow outlet of dialogs within a transition

29 Aug 16:04
589fe64
Compare
Choose a tag to compare
  • A Dialog within a Transition would not be output with the Transition from the DialogOutlet. This is now fixed.

Async component improvements

29 Aug 13:13
4b77edb
Compare
Choose a tag to compare
  • Do not call OnInitializedAsync or OnUpdateAsync when the cancellation token is already cancelled/disposed

OnClick event handlers

28 Aug 12:36
8238c64
Compare
Choose a tag to compare
  • Introduce IComponentEvent to allow handling of cancelable events
  • Add a OnClick event handler for all Headless UI components

First official Release

21 Aug 12:08
cebecf2
Compare
Choose a tag to compare
  • Introduce the RadioGroup component (https://ignis.dvolper.dev/docs/components/headlessUI/radio-group)
  • Completely refactor focus management by removing the FocusDetector class and instead introduce the FocusComponentBase
  • Introduce the IElementReferenceProvider interface to allow abstract element handling
  • Add "Basic usage" documentation for all HeadlessUI components

Add missing staticwebassets for Ignis.Components.Web

11 Aug 10:47
Compare
Choose a tag to compare
  • Fix #2 by building the Ignis.Components.Web project before dotnet pack to ensure the wwwroot folder does exist

Component Lifecycle

08 Aug 16:14
Compare
Choose a tag to compare
Component Lifecycle Pre-release
Pre-release

Switch component

30 Jul 18:45
Compare
Choose a tag to compare
Switch component Pre-release
Pre-release
  • Introduce the Switch, SwitchGroup, SwitchLabel and SwitchDescription components

First Full Extent Preview Release

28 Jul 09:50
Compare
Choose a tag to compare
Pre-release
  • First preview release of the complete Ignis Framework including component, util & fragment libraries

Generic FormFragmentContext

14 Jul 04:42
Compare
Choose a tag to compare
Pre-release
  • Make the FormFragmentContext class generic, for better model accessibility during fragment building

Don't throw KeyNotFoundException on missing attributes

14 Jul 04:16
Compare
Choose a tag to compare
0.2.4-preview

introduce AttributeCollection for safe attribute usage