Skip to content

Releases: IgniteUI/igniteui-blazor

0.1.0

Choose a tag to compare

@damyanpetev damyanpetev released this 14 Jul 15:53
abdcb97

This release updates the Ignite UI for Blazor to the latest igniteui-webcomponents@7.2.4 release and matching related changes from IgniteUI.Blazor 25.2.77 (March 2026), 25.2.102 (May 2026) and 26.1.51 (June 2026) with highlights noted below:

Added

New Components

  • IgbChat (preview) - A Chat UI component for displaying messages and input interaction. This component is in preview and under active development. Some features are not yet implemented, and APIs may evolve in upcoming releases.
  • IgbSplitter - The Splitter component provides a resizable split-pane layout that divides the view into two panels — start and end — separated by a draggable bar.
  • IgbHighlight - The Highlight component provides efficient searching and highlighting of text projected into it via its default slot.
  • IgbThemeProvider - allows scoping themes to specific page sections using Lit's context API, enabling multiple themes on a single page. Works in both Shadow and Light DOM.

Badge

  • New dot type, improved outline implementation following WCAG AA accessibility standards and theme based sizing. #1889

Checkbox

  • New --tick-width CSS property. #1897

Combo

  • New disableClear property which disables the clear button of the combo component. #1896

Mask input

  • Transform unicode digit code points to ASCII numbers for numeric patterns. #1907

AI Skills

  • Ignite UI for Blazor now provides 4 skills for improving AI assistants coding results. Please, find more information in the AI Skills documentation.

Fixed

Bug Number Control Description
#2079 Calendar aria-hidden state for weeks outside of the current month
#2078 Date Picker CSS border for slotted actions in dialog mode
#2068 Input Placeholder color on focus
#2073 Input CSS border when suffix slot content is present
#2069 Textarea Align bottom padding to the design system
#2063 Validation Slotted validation text follows the current theme
#2059 Tile Manager Header is hidden only when there is no content and maximize/fullscreen are disabled
#2061 Theming Resolve initial theme based on document computed styles rather than stylesheets
#2030 Calendar Focus styles for month/year views
#1965 Combo Notch border styles
#1964 Checkbox & Switch Internal ripple opacity when hovering over slotted content in the helper-text slot
#1947 Dialog Underlying dialog element now has display: contents and won't participate in DOM layout
#1986 Dialog keepOpenOnEscape not preventing the dialog from closing when Escape is pressed
#1997 Dialog Base styles and theming
#1985 List & List Item Added missing styles for slotted igc-icon in the list item
#2010 List & List Item Icon and icon button sizes for the Indigo theme
#2006 Mask Input Auto-fill behavior for mask patterns with literals
#1956 Navbar Icon and icon button sizes
#1957 Select Color for outlined type
#1998 Tabs Add active pseudo-elements backgrounds for the active tab in Material theme
#2008 Tabs Take scale factor when positioning the active tab indicator
#2028 Tabs Selected indicator alignment
#1828 Tooltip Do not show the tooltip when the tooltip target is clicked
#1936 Tooltip Removed the max-width constraint for slotted content
2754 IgbTabs Changing the check state for IgbSwitch inside the tab causes the tab content to disappear

Full Changelog: 0.0.1...0.1.0

0.1.0-rc0

0.1.0-rc0 Pre-release
Pre-release

Choose a tag to compare

@damyanpetev damyanpetev released this 14 Jul 14:17
bcd36ff
Add Dependabot configuration for GitHub Actions updates (#244)

Co-authored-by: Konstantin Dinev <kdinev@bellumgens.com>

0.0.2-alpha2

0.0.2-alpha2 Pre-release
Pre-release

Choose a tag to compare

@turbobobbytraykov turbobobbytraykov released this 14 Jul 07:40
4cc6203

What's Changed

  • chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in #239
  • chore: re-sync 7.2 update & cleanup changes by @damyanpetev in #242

Full Changelog: 0.0.2-alpha1...0.0.2-alpha2

0.0.2-alpha1

0.0.2-alpha1 Pre-release
Pre-release

Choose a tag to compare

@turbobobbytraykov turbobobbytraykov released this 09 Jul 15:25

What's Changed

  • Update of README by @radomirchev in #154
  • docs: update README and component details by @radomirchev in #161
  • Update NuGet badge and component release versions by @radomirchev in #163
  • Add Contributor Covenant Code of Conduct by @ChronosSF in #173
  • feat(*): adding ci.yml by @kdinev in #193
  • test(*): adding a test project with component unit tests by @kdinev in #194
  • chore(deps): bump the npm_and_yarn group across 1 directory with 23 updates by @dependabot[bot] in #160
  • chore: adding new issue_templates for bug and feature by @kdinev in #191
  • fix(*): Cleanup browser warnings ignored js hooks by @dkalinovInfra in #192
  • feat(skills): add skills for Ignite UI for Blazor by @georgianastasov in #187
  • update gotchas.md based on issues found during generation by @onlyexeption in #197
  • chore(deps): bump the npm_and_yarn group across 1 directory with 6 updates by @dependabot[bot] in #196
  • feat(instructions): add copilot instructions for Blazor development by @georgianastasov in #186
  • improve image skill&gotchas by @onlyexeption in #200
  • feat(storybook): adding Blazing Story storybook by @kdinev in #199
  • chore(skills): restore updated tabs snippet by @damyanpetev in #202
  • chore(stories): adding frame padding and updating list story by @kdinev in #201
  • chore(stories): updating all stories with scenarios from webc by @kdinev in #203
  • fix(skills): correct API inaccuracies across skill reference files by @onlyexeption in #204
  • fix(skills): import grid theme when required by @onlyexeption in #207
  • fix(skills): remove fabricated XAxisMemberPath, correct load-on-demand support row by @onlyexeption in #206
  • fix(skills): include runtime script in setup guidance by @georgianastasov in #208
  • chore(deps-dev): bump webpack-dev-server from 5.2.1 to 5.2.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #205
  • chore(deps): bump qs from 6.14.2 to 6.15.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #209
  • feat: add IgniteUI.Blazor.Templates template pack by @dkalinovInfra in #198
  • chore: update project metadata in IgniteUI.Blazor.Templates.csproj by @dkalinovInfra in #211
  • feat(skills): small improvements in Blazor agent skills by @georgianastasov in #213
  • style: update background color in app.css for improved aesthetics by @dkalinovInfra in #218
  • chore(stories): updating blazing story to preview.83 and carousel stories fonts by @kdinev in #216
  • fix(skills): reducing the size of blazor skills by @kdinev in #217
  • Revise roadmap with new milestones and components by @radomirchev in #220
  • fix(stories): add HttpClient registration to resolve missing contributors on About page by @jsakamoto in #222
  • fix(stories): drop iframe body styles causing expanding docs preview by @jsakamoto in #221
  • feat(grid-migration): add migration skill from Grid Lite to Premium I… by @Marina-L-Stoyanova in #219
  • fix(stories): update blazing story to prevent circuit disconnects by @jsakamoto in #223
  • chore(deps-dev): bump shell-quote from 1.8.3 to 1.8.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #225
  • fix(templates): Fixing the case when wasm or auto project are generet… by @dkalinovInfra in #228
  • chore(deps-dev): bump launch-editor from 2.13.2 to 2.14.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #229
  • chore(deps-dev): bump webpack-dev-server from 5.2.4 to 5.2.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #231
  • fix(skills): omit column widths by default in generated grid code by @onlyexeption in #227
  • feat(templates): add item templates for Ignite UI Blazor components by @dkalinovInfra in #226
  • feat: sync updated source for 7.2 and cleanup by @damyanpetev in #235

New Contributors

Full Changelog: 0.0.1...0.0.2-alpha1

0.0.1

Choose a tag to compare

@damyanpetev damyanpetev released this 18 May 15:44
3aa986f

NOTE: Re-tag of https://github.com/IgniteUI/igniteui-blazor/releases/tag/0.0.1 Initial release for IgnteUI.Blazor.Lite explicitly for GitHub CLI detection of skills.

0.0.1

Choose a tag to compare

@damyanpetev damyanpetev released this 26 Nov 14:25
95083b0

Initial release for IgnteUI.Blazor.Lite