Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 3.85 KB

CHANGELOG.md

File metadata and controls

56 lines (42 loc) · 3.85 KB

Bootstrap Blazor Component UI Lib

A set of enterprise-class UI components based on Bootstrap and Blazor.

Nuget Nuget Commit Date


发布周期

  • Major version: consistent with Microsoft .NET
  • Minor version: increase by 1 every month
  • patch version: official version will be released every Monday

Release 2023-10-16 V7.11.1

Bugs

  • fix(MenuLink): always active if href equal "/" by @ray-gilbert in #2204
  • fix(CountUp): not show the Value when set value to 0 by @ArgoZhang in #2236
  • fix(Upload): preview function not work after reupload by @ArgoZhang in #2240
  • bug(Table): can't resize the last column when fixed header by @ArgoZhang in #2266

Features

  • feat(QueryPageOptions): add IsVirtualScroll parameter by @ArgoZhang in #2211
  • feat(Responsive): add ExtraExtraSmall breakpoint by @ArgoZhang in #2215
  • feat(Bootstrap): upgrade to v5.3.2 by @ArgoZhang in #2217
  • feat(DockView): add Reset instance method by @ArgoZhang in #2220
  • feat(Dock): add GetLayoutConfig instance method by @densen2014 in #2221
  • feat(Table): order of edit pop-up consisitent with table column by @ArgoZhang in #2223
  • feat(ColorPicker): update css adapte InputGroup by @ArgoZhang in #2226
  • feat(Marquee): add Marquee component by @azlis in #2225
  • feat(Layout): add AllowDragTab on Layout component by @ArgoZhang in #2230
  • feat(MaterialDesign): add TableAdvancedSort icon by @ArgoZhang in #2238
  • feat(BootstrapInputGroupLabel): add ShowRequiredMark parameter by @ArgoZhang in #2242
  • feat(Carousel): add PlayMode parameter by @ArgoZhang in #2252
  • feat(Chart): support change grid line color by @azlis in #2248
  • feat(InputGroup): compatible Tooltip inside InputGroup by @ArgoZhang in #2254
  • feat(InputGroup): compatible Popover inside InputGroup by @ArgoZhang in #2256
  • feat(InputGroup): compatible Swtich inside InputGroup by @ArgoZhang in #2259
  • feat(Select): add GroupItemTemplate parameter by @ArgoZhang in #2264
  • feat: add stack component by @Vision-Zhang in #2250
  • feat(InputNumber): add global setting for step by @ArgoZhang in #2268

New Contributors

  • @ray-gilbert made their first contribution in #2204

Full Changelog: https://github.com/dotnetcore/BootstrapBlazor/compare/v7.11.0...v7.11.1