-
-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
149 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
147 changes: 147 additions & 0 deletions
147
Documentation/Blazorise.Docs/Pages/News/2023-10-18-release-notes-132.razor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
@page "/news/release-notes/132" | ||
|
||
<Seo Canonical="news/release-notes/132" Title="Blazorise v1.3.2" Description="This blog post contains the changelog of the most recent bug fixes included in the Blazorise v1.3.2 release." ImageUrl="img/news/130/v132.png" /> | ||
|
||
<NewsPageImage Source="img/news/130/v132.png" Text="Blazorise v1.3.2" /> | ||
|
||
<NewsPageTitle> | ||
Maintenance release: Blazorise 1.3.2 | ||
</NewsPageTitle> | ||
|
||
<Paragraph> | ||
Blazorise, your go-to component library for Blazor, has just released a maintenance update packed with valuable improvements. Let's dive into the key highlights: | ||
</Paragraph> | ||
|
||
<NewsPageSubtitle> | ||
What's New in 1.3.2 | ||
</NewsPageSubtitle> | ||
|
||
<Heading Size="HeadingSize.Is3"> | ||
Enhanced Validation | ||
</Heading> | ||
|
||
<Paragraph> | ||
Validation is crucial, and Blazorise now ensures error messages defined on <Code>ValidationError</Code> take top priority. This means users get immediate feedback, making your forms more user-friendly and reliable. | ||
</Paragraph> | ||
|
||
<Heading Size="HeadingSize.Is3"> | ||
Safer RichTextEdit | ||
</Heading> | ||
|
||
<Paragraph> | ||
RichTextEdit's JavaScript invocation has been fixed for increased stability. You can trust it to deliver seamless text editing and formatting experiences without unexpected hiccups. | ||
</Paragraph> | ||
|
||
<Heading Size="HeadingSize.Is3"> | ||
Autocomplete Fixes | ||
</Heading> | ||
|
||
<Paragraph> | ||
Autocomplete is now more robust, whether for simple text suggestions or complex data selection. Expect a smoother user experience in various scenarios. | ||
</Paragraph> | ||
|
||
<Heading Size="HeadingSize.Is3"> | ||
Improved Documentation | ||
</Heading> | ||
|
||
<Paragraph> | ||
Documentation is your guide to Blazorise. With these updates, we made some small adjustments to understand and use the library effectively, reducing your learning curve. | ||
</Paragraph> | ||
|
||
<NewsPageSubtitle> | ||
Detailed list of changes | ||
</NewsPageSubtitle> | ||
|
||
<NewsPageList> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/4951" Alt="Link to GitHub issue" ToText="#4951"> | ||
Docs : Markdown : Example for shortcuts is wrong | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/4973" Alt="Link to GitHub issue" ToText="#4973"> | ||
In the Autocomplete you can see what you are typing | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/4886" Alt="Link to GitHub issue" ToText="#4886"> | ||
Docs : Datagrid : Missing RowStyling parameters | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/4981" Alt="Link to GitHub issue" ToText="#4981"> | ||
Add FilterMethod to DataGridColumnInfo | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/4995" Alt="Link to GitHub issue" ToText="#4995"> | ||
[Bug]: NullReferenceException in Blazorise Datagrid | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/4955" Alt="Link to GitHub issue" ToText="#4955"> | ||
Blazorise Cropper component | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/4975" Alt="Link to GitHub issue" ToText="#4975"> | ||
Autocomplete SearchBackground doesn't look right when using Multiple Attribute | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/4940" Alt="Link to GitHub issue" ToText="#4940"> | ||
DatePicker show null placeholder | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/4874" Alt="Link to GitHub issue" ToText="#4874"> | ||
Link to code in demos | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/5015" Alt="Link to GitHub issue" ToText="#5015"> | ||
[Bug]: Size parameter not working on Figure component for Material provider | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/5038" Alt="Link to GitHub issue" ToText="#5038"> | ||
Autocomplete issue | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/pull/5020" Alt="Link to GitHub pull request" ToText="#5020"> | ||
RichTextEdit: Safe loading and invocation | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/5051" Alt="Link to GitHub issue" ToText="#5051"> | ||
[Bug]: DataGrid Header Group breaks when none of the columns have a DisplayOrder attribute | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/5041" Alt="Link to GitHub issue" ToText="#5041"> | ||
[Bug]: CSS Grid Columns and Rows are not Responsive | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/5058" Alt="Link to GitHub issue" ToText="#5058"> | ||
[Bug]: CardDeck hardcoded to three cards | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/4992" Alt="Link to GitHub issue" ToText="#4992"> | ||
[Bug]: Validation : ValidationError priority for error message | Should ChildContent have an higher priority | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/5070" Alt="Link to GitHub issue" ToText="#5070"> | ||
[Bug]: UseValidation = "true" make DataGridSelectColumn replace the select component with a normal text box when editing a row. | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/5063" Alt="Link to GitHub issue" ToText="#5063"> | ||
Using material: ModalSize.Extralarge is same width as ModalSize.FullScreen | ||
</NewsPageListItem> | ||
<NewsPageListItem To="https://github.com/Megabit/Blazorise/issues/5073" Alt="Link to GitHub issue" ToText="#5073"> | ||
Bind DatagridSelectColumn to an Enum Field (cast error) | ||
</NewsPageListItem> | ||
</NewsPageList> | ||
|
||
<NewsPageSubtitle> | ||
Feedback | ||
</NewsPageSubtitle> | ||
|
||
<Paragraph> | ||
Your feedback and contributions are what make the Blazorise community thrive. Please continue sharing your experiences, bug reports, and feature requests. Every input helps shape Blazorise for the better. | ||
</Paragraph> | ||
|
||
<NewsPageSubtitle> | ||
Known incompatibilities | ||
</NewsPageSubtitle> | ||
|
||
<Paragraph> | ||
As of now, there are no known incompatibilities with the previous Blazorise <Strong>1.3.x</Strong> releases. We encourage all users to upgrade to <Strong>1.3.2</Strong>. | ||
</Paragraph> | ||
|
||
<Paragraph> | ||
If you experience any unexpected behavior change in your projects after upgrading to 1.3.2, please <Anchor To="https://github.com/Megabit/Blazorise/issues">file an issue on GitHub</Anchor>. | ||
</Paragraph> | ||
|
||
<NewsPageSubtitle> | ||
Commercial Support | ||
</NewsPageSubtitle> | ||
|
||
<Paragraph> | ||
Blazorise, an open-source component library, is maintained by Megabit Ltd, a small organization based in Croatia. We are strong advocates of the open-source ecosystem, which is why we offer Blazorise through our Community licenses at no cost. However, if you are part of a large organization and would like to support the project, we suggest purchasing a commercial license to help us maintain a sustainable business. This will enable us to continue developing Blazorise. | ||
</Paragraph> | ||
|
||
<Paragraph> | ||
With a commercial license, you will have access to premium forum support, private repositories and community-licensed themes. To learn more about commercial licenses, please visit our website at <Anchor To="https://blazorise.com/commercial" Target="Target.Blank">Blazorise Commercial</Anchor>. | ||
</Paragraph> | ||
|
||
<NewsPagePostInfo UserName="Mladen Macanović" ImageName="mladen" PostedOn="October 18th, 2023" Read="3 min" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters