Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: vikramlearning/blazorbootstrap

3.4.0

01 Jul 17:00
@gvreddy04 gvreddy04
30bc22a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

✨ New Features & Enhancements

  • Grid: Added support for showing/hiding or adding/removing GridColumn at runtime (#1027, #1060)
  • Grid: Conditional rendering of GridColumn improvements (#310)
  • Grid: Footer support and ability to add grid footers (#472, #921)
  • Grid: Column width example added (#1099)
  • Grid: Grid summary and culture updates (#1071, #1072, #1075)
  • Grid: Enum filters support (#1073)
  • Grid: FilterTextboxWidth can now use any unit, not just px (#879, #1058)
  • Grid: Improved pagination, item selection, and items-per-page handling on small screens (#1019, #1123)
  • Tabs: Setting Tab Class or Style is now functional (#1035, #1028)
  • Tabs: Removing a Tab now makes the nearest one show (#1033, #1029)
  • Sidebar: Image display support on sidebar/sidebar2 (#812, #1128)
  • Icons: Updates and fixes in BootstrapIconUtility (#1086)
  • Demos: Home page improvements (#1096)
  • General: Ability to modify column visibility using IsVisible parameter (#1060)

🐞 Bug Fixes

  • Grid: Responsive="true" was not responsive when Enum Filters enabled (#1028, #1124)
  • Grid: Removing last item from last page did not navigate to new last page (#689, #1059)
  • Grid: Conditional rendering of GridColumn issues (#310)
  • Grid: Issue with grid summary updates (#1072)
  • Grid: Items selection, pagination, and display issues on small screens (#1019, #1123)
  • Grid: How to set Grid page number when current page is empty (#443)
  • Grid: FilterTextboxWidth now consistently applies units (#879, #1058)
  • Tabs: Setting Tab Class/Style issues fixed (#1035, #1028)
  • Tabs: Removing a Tab now correctly shows the nearest tab (#1033, #1029)

⬆️ Upgrades

🧩 Other Notable Improvements

  • Improved documentation and demo coverage.
  • Sidebar image support (area-sidebar, area-sidebar-2).
  • Numerous merged PRs and community contributions for feature completion and bug fixes.

New Contributors

Special thanks to all contributors for their efforts and dedication to making BlazorBootstrap more robust and feature-rich!

Full Changelog: v3.3.1...v3.4.0

Contributors

shargon, rajraku, and cpettit-proxsysrx
Assets 2
Loading

3.3.1

01 Feb 17:13
@gvreddy04 gvreddy04
6f0e97f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

Contributors

gvreddy04
Loading

3.3.0

28 Jan 17:58
@gvreddy04 gvreddy04
91d611c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

Contributors

NathanJPhillips, gvreddy04, and diegosyswork
Loading

3.2.0

20 Nov 16:36
@gvreddy04 gvreddy04

Choose a tag to compare

What's new

What's Changed

Full Changelog: v3.1.1...v3.2.0

Contributors

gvreddy04
Loading

3.1.1

02 Nov 09:47
@gvreddy04 gvreddy04
38037a7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

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

Contributors

gvreddy04 and Neovex
Loading

3.1.0

21 Oct 17:13
@gvreddy04 gvreddy04
e51e90e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's New

  1. New Markdown component
  2. 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

Contributors

gvreddy04 and mhspelt
Loading
BenjaminFourmaux and mikuznewycz reacted with thumbs up emoji
2 people reacted

3.0.0

25 Aug 14:05
@gvreddy04 gvreddy04
758296a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's new

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 and Sidebar2 components

    • Href, Width and WidthUnit parameters added.
    • Fixed icon alignment issue for non-US cultures
  • Tabs component

    • GetActiveTab() 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 the DropdownActionButton and DropdownToggleButton.
    • Size's parameter data type changed from Size to DropdownSize.
  • 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

Contributors

gvreddy04 and mhspelt
Loading
rafael-figueiredo-alves reacted with thumbs up emoji muthu04439, fboulocq, and Oleksandr-Mulyk reacted with heart emoji
4 people reacted

3.0.0-preview.3

15 Jul 16:04
@gvreddy04 gvreddy04
993619e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's New

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

Contributors

dsschnau and gvreddy04
Loading

3.0.0-preview.2

01 Jul 07:25
@gvreddy04 gvreddy04
d564976
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0-preview.1...v3.0.0-preview.2

Contributors

gvreddy04
Loading

3.0.0-preview.1

08 Jun 13:32
@gvreddy04 gvreddy04
5a6dd2a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/vikramlearning/blazorbootstrap/commits/v3.0.0-preview.1

Contributors

gvreddy04, jenscski, and 3 other contributors
Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /