-
-
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.
Docs: 1.8 release notes place holder
- Loading branch information
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
73 changes: 73 additions & 0 deletions
73
Documentation/Blazorise.Docs/Pages/News/2025-03-10-release-notes-180.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,73 @@ | ||
@page "/news/release-notes/180" | ||
|
||
<Seo Canonical="news/release-notes/180" Title="Blazorise v1.8" Description="Welcome to the Blazorise 1.8 release, packed with exciting new features, optimizations, and support for the latest .NET framework." ImageUrl="img/news/180/v180.png" /> | ||
|
||
<NewsPageImage Source="img/news/180/v180.png" Text="Blazorise v1.8" /> | ||
|
||
<NewsPageTitle> | ||
Announcing Blazorise 1.8 - | ||
</NewsPageTitle> | ||
|
||
<Paragraph> | ||
Welcome to the Blazorise 1.8 release, ... | ||
</Paragraph> | ||
|
||
<NewsPageSubtitle> | ||
Key Blazorise 1.8 Highlights 💡 | ||
</NewsPageSubtitle> | ||
|
||
<Paragraph> | ||
Here's a summary of what's new in this release: | ||
</Paragraph> | ||
|
||
<UnorderedList> | ||
<UnorderedListItem> | ||
<Paragraph> | ||
<Strong></Strong>: | ||
</Paragraph> | ||
</UnorderedListItem> | ||
<UnorderedListItem> | ||
<Paragraph> | ||
<Strong></Strong>: | ||
</Paragraph> | ||
</UnorderedListItem> | ||
</UnorderedList> | ||
|
||
<Paragraph> | ||
Dive into each section for a comprehensive overview of these features and learn how they can enhance your projects. We value your feedback and encourage you to share your thoughts as we continue to refine and improve Blazorise. | ||
</Paragraph> | ||
|
||
<NewsPageSubtitle> | ||
Upgrading from 1.7.x to 1.8 👨🔧 | ||
</NewsPageSubtitle> | ||
|
||
<Paragraph> | ||
Upgrade your Blazorise application seamlessly with the following steps: | ||
</Paragraph> | ||
|
||
<OrderedList> | ||
<OrderedListItem> | ||
<Paragraph> | ||
Update all <Strong>Blazorise.*</Strong> package references to <Strong>1.8</Strong>. | ||
</Paragraph> | ||
</OrderedListItem> | ||
<OrderedListItem> | ||
<Paragraph> | ||
Blazorise should now work withut any major breaking change to the API, but there are some necessary changes that we had to do to make Blazorise better. Continue reading the Migration section for more details. | ||
</Paragraph> | ||
</OrderedListItem> | ||
</OrderedList> | ||
|
||
<NewsPageSubtitle> | ||
New Features & Enhancements 🚀 | ||
</NewsPageSubtitle> | ||
|
||
<Heading Size="HeadingSize.Is3"> | ||
|
||
</Heading> | ||
|
||
<Paragraph> | ||
|
||
</Paragraph> | ||
|
||
<NewsPagePostInfo UserName="Mladen Macanović" ImageName="mladen" PostedOn="March 10th, 2025" Read="7 min" /> |