Releases: vikramlearning/blazorbootstrap
Releases · vikramlearning/blazorbootstrap
3.3.1
What's Changed
- radio input not working by @gvreddy04 in #1016
- 3.3.1 release docs update by @gvreddy04 in #1020
Full Changelog: v3.3.0...v3.3.1
3.3.0
What's Changed
- Update bug_report.md by @gvreddy04 in #954
- Upgrade chartjs package to 4.4.1 by @gvreddy04 in #962
- Form components by @gvreddy04 in #978
- Markdown null reference issue fixed. by @gvreddy04 in #979
- Add RenderFragment content to ToastMessage by @NathanJPhillips in #965
- PasswordInput component by @diegosyswork in #955
- PasswordInput component updates by @gvreddy04 in #983
- RCL - Index page - Links update by @gvreddy04 in #986
- Grid: Select all or Unselect all items programmatically by @gvreddy04 in #988
- Grid selected items by @gvreddy04 in #992
- 3.3.0 release by @gvreddy04 in #1012
New Contributors
- @NathanJPhillips made their first contribution in #965
- @diegosyswork made their first contribution in #955
Full Changelog: v3.2.0...v3.3.0
3.2.0
What's new
- BlazorBootstrapLayout component by @gvreddy04 in #929
- ThemeSwitcher component by @gvreddy04 in #934
- .NET 9 support by @gvreddy04 in #947
What's Changed
- PDF Viewer demos updated by @gvreddy04 in #936
- Grid detail view demos updated by @gvreddy04 in #937
- v3.2.0 release docs updated by @gvreddy04 in #949
Full Changelog: v3.1.1...v3.2.0
3.1.1
What's Changed
- Removed unnecessary data iteration. by @Neovex in #916
- GridDetailView / EmptyDataTemplate / LoadingTemplate not showing - fixed by @gvreddy04 in #926
- 3.1.1 release updates by @gvreddy04 in #928
New Contributors
Full Changelog: v3.1.0...v3.1.1
3.1.0
What's New
- New Markdown component
- Dark mode support by @gvreddy04 in #895
What's Changed
- Grid enum filter - select text translation support added
- Line Chart - Fill by @mhspelt in #828
- Dropdown - Docs updated
- Google Map - Docs updated
Full Changelog: v3.0.0...v3.1.0
3.0.0
What's new
Carousel
component by @gvreddy04 in #850Google Map
component by @gvreddy04 in #843Image
component by @gvreddy04 in #759Polar Area Chart
component by @gvreddy04 in #773Radar Chart
component by @gvreddy04 in #791Scatter Chart
component by @gvreddy04 in #791
What's changed
-
Chart
components- Tick configuration support added
- Grid configuration support added
- Updated Dataset and ChartOption properties
- Updated documentation and demos
-
Color Utility
- Added color utility demos
-
Grid
component- Grid filters - Supports DoesNotContain filter.
- Grid filters - Enum support added.
- Grid filters - Guid support added.
- Details View support added.
- Nested Grid support added.
- New GridLoadingTemplate and GridEmptyDataTemplate params added.
- New GridContainerClass and GridContainerStyle parameters added.
- New FilterButtonColor parameter added to change the filter button color to filter button.
- New FilterButtonCSSClass parameter added to apply custom CSS classes to filter button.
- Highlight row when selected and customize the row color and background color.
-
Modal
component- Bootstrtap 5.3.3 fixes: Modal close button alignment issue fixed.
-
PdfViewer
component- Fixed rendering issue for MAUI Blazor Hybrid Apps
-
Sidebar
andSidebar2
components- Href, Width and WidthUnit parameters added.
- Fixed icon alignment issue for non-US cultures
-
Tabs
componentGetActiveTab()
method added
-
Demos & Docs updated.
Breaking changes
-
AccordionItem
- IsActive parameter renamed to Active.
-
Button
- Size's parameter data type changed from Size to ButtonSize.
-
Callout
- Type parameter changed to Color.
-
Dropdown
- Set the dropdown color on
Dropdown
component only instead of setting on theDropdownActionButton
andDropdownToggleButton
. - Size's parameter data type changed from Size to DropdownSize.
- Set the dropdown color on
-
DropdownActionButton
- Color parameter removed.
-
DropdownToggleButton
- Color parameter removed.
-
DropdownItem
- Type's parameter data type changed from ButtonType to DropdownItemType.
-
RibbonTab
- IsActive parameter renamed to Active.
-
Tab
- IsActive parameter renamed to Active.
Links
New Contributors
Full Changelog: v3.0.0-preview.3...v3.0.0
3.0.0-preview.3
What's New
- Radar Chart component by @gvreddy04 in #791
- Scatter Chart component by @gvreddy04 in #791
What's Changed
- Gird: Enum filter dropdown - Selection / Items Overflow by @gvreddy04 in #805
- Grid: #798: Grid default loading placeholder updates + row selection relate… by @gvreddy04 in #800
- PDF Viewer: Can't view PDF in MAUI Blazor by @gvreddy04 in #804
- Ribbon: Update ribbon docs - fix copy/paste miss by @dsschnau in #794
- Sidebar2: Indentation - Culture specific issue fixed by @gvreddy04 in #801
New Contributors
Full Changelog: v3.0.0-preview.2...v3.0.0-preview.3
3.0.0-preview.2
What's Changed
- Image component by @gvreddy04 in #759
- Polar Area Chart + Other improvements by @gvreddy04 in #773
- Grid - enum filter dropdown issues fixed. by @gvreddy04 in #762
- Grid detail view + Nested Grid by @gvreddy04 in #770
- Grid templates by @gvreddy04 in #777
- Add GridContainerClass and GridContainerStyle params by @gvreddy04 in #780
- Grid row selection - highlight the row by @gvreddy04 in #782
- Sidebar + Sidebar2: Width and WidthUnit parameter added. by @gvreddy04 in #752
- Demos - Sidebar2 width update by @gvreddy04 in #753
- Demos update by @gvreddy04 in #755
- Offcanvas demos updated. by @gvreddy04 in #764
- Demos - Index page updates by @gvreddy04 in #771
- 3.0.0-preview.2 updates by @gvreddy04 in #783
Full Changelog: v3.0.0-preview.1...v3.0.0-preview.2
3.0.0-preview.1
What's Changed
- Fix the logo broken link and other broken links by @gvreddy04 in #692
- Changed old Nuget package version to 2.2.1 in Client section. by @purquiz in #697
- Multitarget net6 and net8 by @jenscski in #693
- Grid: Filters - Enum support by @gvreddy04 in #703
- Grid: Filters - Guid support added. by @gvreddy04 in #704
- Grid - Save and Load Grid Settings updates by @gvreddy04 in #708
- Grid filters - DoesNotContain by @gvreddy04 in #709
- Split Grid demos to improve the page performance by @gvreddy04 in #720
- Sidebar href add by @fatih-duman in #728
- bootstrap v5.3.3 upgrade + demos + docs update by @gvreddy04 in #729
- Grid Filter Button CSS by @gvreddy04 in #730
- Sidebar and Sidebar2 updates by @gvreddy04 in #731
- Added Chart options, plus some QOL improvements. by @Lucasharskamp in #737
- Demos and Docs update by @gvreddy04 in #746
New Contributors
- @purquiz made their first contribution in #697
- @jenscski made their first contribution in #693
- @fatih-duman made their first contribution in #728
- @Lucasharskamp made their first contribution in #737
Full Changelog: https://github.com/vikramlearning/blazorbootstrap/commits/v3.0.0-preview.1
2.2.1
What's Changed
- Dialog not showing by @gvreddy04 in #669
- Demos - .NET 8 upgrade by @gvreddy04 in #670
- GridColumn's ''Class'' does not appear in final render by @gvreddy04 in #674
Full Changelog: v2.2.0...v2.2.1