Skip to content

Tags: DavidVollmers/Ignis

Tags

1.4.0

Toggle 1.4.0's commit message
cleanup

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow prerendering components (#53)

* allow prerendering using the PrerenderAttribute

* code format

* tests

* document PrerenderAttribute

1.2.0

Toggle 1.2.0's commit message
update npm dependencies

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rework component events (#43)

* refactor IComponentEvent.cs and add OnFocus & OnBlur event

* e2e test

* code format

* fixes

1.0.0

Toggle 1.0.0's commit message
load mermaid js asynchronously

1.0.0-rc2

Toggle 1.0.0-rc2's commit message
fix build warnings & refactor transition

1.0.0-rc

Toggle 1.0.0-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ARIA components & refactoring (#40)

* aria-controls on ListboxButton

* IListbox selectedOption

* listbox aria-controls

* ListboxOptions aria-activedescendant

* listbox aria attributes

* code format

* only set aria-controls if Listbox is open

* aria concept

* code format

* ARIA concept

* aria-popup listbox

* rework HeadlessUI components (Listbox)

* make all listbox components generic

* remove redundant interfaces

* refactor IDynamicParentComponent concept

* remove redundant interfaces

* fixes

* fixes

* generics

* generics

* fixes

* refactor dynamic parent components

* refactor dynamic parent components

* refactor dynamic parent components

* refactor dynamic parent components

* introduce IgnisDynamicComponentBase and remove IgnisRigidComponentBase

* IgnisDynamicComponentBase

* rename component bases

* refactor dynamic components

* refactor dynamic components

* refactor dynamic components

* fixes

* cascade non-generic IAriaPopup

* fix transitions

* fixes

* refactor dialog

* refactor disclosure (aria)

* extract aria extensions & refactor menu

* aria popup

* code format

* refactor popover

* code format

* radio group aria concept

* radio group aria component

* aria radio group

* aria check group

* aria tabs

* transitions

* code format

* fixes

* code format

* docs

* bump dependencies

* fix tests

* don't render transitions if not needed

* code format

0.13.1

Toggle 0.13.1's commit message
code format

0.13.0

Toggle 0.13.0's commit message
fix CodeQL workflow

0.12.1

Toggle 0.12.1's commit message
run correct tool on E2E build