Blazorise v1.0.x
Released: Mar 4, 2022
v1.0.x 버젼 업데이트
v1.0.6
Updated Jul 26, 2022
Features
- Update Bootstrap Icons to 1.9.1.
Fixes
- Modal: Fix Animations.
- Card Deck: Not uniform in size.
- Autocomplete selected value lost when selecting item with keyboard.
- Autocomplete : Investigate NotFound Handling with SearchChanged as a long-running task.
- DataGrid: in VirtualizeManualReadMode, if ReadData returns synchronously, sorting would not work.
- DataGridRowStyling with FixedHeader not working.
- Make ChildContent generic for ListView.
- AutoComplete with Multiple and MinLength=0 behaving strange.
- Pagination disabled state not working for Pager with AntDesign.
- Charts extension: after changing chart type, clicking a data point causes a JavaScript error - changeChartType is supplying an undefined dotnetAdapter.
- Incorrect type for drop zone documentation.
- JavaScript error when using FileEdit with Ant Design.
- Fix TextEdit documentation (FocusIn and FocusOut).
- Docs: TextEdit page fixes.
v1.0.5
Updated Jun 7, 2022
Fixes
- FileEdit : Fix Missing UpdateFileStartedAsync on OpenReadStream + reset progress PR.
- Autocomplete Component, hides previous selected items in the dropdown.
- Error 'Chart' property not accessible for unidentified object..
- DataGrid Validation causes an exception if a computed property is present in class.
- Button used for "Split Dropdown" does not close the dropdown.
- AutoComplete with Multiple has problems showing the selected values when they are set through parameter.
- DataGrid with EmptyTemplate in VirtualizeManualReadMode does not load data.
- A couple fixes for bugs related to rapid double-clicking of MessageAlert and Modal buttons PR.
- Docs: adds missing comments PR.
- Show suitable error when something is missing in validation.
- Fix border utility theme colors PR.
- When InputMask bound value is set to null, InputMask does not update its value internally.
- DatePicker's DateChanged occurs when date is changed in parent and passed through parameter.
- NumericPicker: View/Display breaks when control's Disabled property is changed.
- DatePicker: Improve SetParametersAsync and prevent incorrect DateChanged or DatesChanged PR.
v1.0.4
Updated Apr 20, 2022
Fixes
- Notification Service documentation issue.
- Pie chart is not working with default options.
- Unable to style TreeView.
- Chart doesn't draw x-axis for numeric types.
- Datagrid details open logic.
- MemoEdit with AutoSize still displays a scrollbar.
- Set MemoEdit height to show all text on first render.
- Bootstrap5 provider still includes CSS with right/left instead of start/end.
v1.0.3
Updated Apr 11, 2022
Fixes
- DataGrid fires CustomFilter 3 times x N rows at first time loading.
- Updating to
v1.0.2 causes NullReferenceException in ThemeGenerator.
- v1.0.2 doesn't work with ThemeProvider.
- BeginAtZero in ChartAxisTicks seems to not have been implemented with support for chart.js v3.x.
- NumericPicker does not update display value when the binded property is set to null.
- AutoComplete Control - Pre-Loaded Values Don't Appear until Mouse Hovers.
- TextEdit has an invalid classname.
- Prevent mouse wheel to change value on numeric picker.
- Autocomplete Multiple -> css bug.
- Change disabled Check color.
- DataGrid MultiSelect : Cannot provide a value for property
BehaviourProvider.
- Bug drawing chart after show/hide dataset.
- RightAligned of dropdown is not working well.
v1.0.2
Updated Mar 30, 2022
Fixes
- Chart Clicked event not working.
- Tooltip not being updated.
- Navigating away from Drag&Drop page causes dispose error.
- Bootstrap 5 range color.
- NumericPicker getting browser warning when SelectAllOnFocus="true".
- DataGrid: DataGridMultiSelectColumn - checkbox issue.
- Datagrid multi selection not working properly.
- Fix Markdown Image Upload: Allow Images with Sizes > 0 bytes (PR).
- ReplaceTab attribute causes binding and manual event to malfunction - no update on delete.
- The requested module './utilities.js' does not provide an export named 'firstNonNull'.
- Modal flickers after closing when "Visible" is bound.
- Unit tests for components with DataGrid fail after upgrade to 1.0.1.
- Trendline bugfix: don't call chart.update() after you add the trendlines (PR).
- NumericPicker is too picky over it's limits.
- Border Color doesn't work.
- Dropdown positioned below datagrid rows.
v1.0.1
Updated Mar 8, 2022
Fixes
- Missing Title options on Scales for chart.
- NumericPicker does not show all decimals until next hover.
- NumericPicker with CurrencySymbol can't set value.
- Documentation of BlazoriseOptions.EnableNumericStep outdated.
- Autocomplete - can't reset SelectedValue.
- Clicking on Autocomplete item throws NullReference Exception in .Net 6.
- NumericPicker does not bind value when using CurrencySymbolPlacement and CurrencySymbol.
- Better formatting of default sort template.
Features
- Chart support for Chart.js v3.x.
- NumericPicker completely new input component for numeric values.
- Video extension to play HLS and DASH media with DRM protection.
- QRCode extension to generate QR codes.
- DatePicker improvements and fixes.
- Drag & Drop components to drag & drop any content.
- Cascading Type Parameter making it easier to write and define nested components.