Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Nov 12, 2024
1 parent 6d2b8b6 commit 5b1cd5d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,12 @@
The <Code>EnabledDates</Code> property in the <Code Tag>DatePicker</Code> component allows you to specify specific dates that users can select from. This feature is useful when you want to restrict the date selection to a predefined set of enabled dates.
</Paragraph>

<Heading Size="HeadingSize.Is3">
Strongly Typed JS Interop API
</Heading>

<Paragraph>
As part of our code cleanup and optimization efforts, we have introduced a new strongly typed JS interop API options. This new API provides a more intuitive and type-safe way to interact with JavaScript from C# code, making it easier to work with JavaScript objects and functions in Blazor applications. This will enable safer testing and debugging, as well as improved code readability and maintainability.
</Paragraph>

<NewsPagePostInfo UserName="Mladen Macanović" ImageName="mladen" PostedOn="October 15th, 2024" Read="7 min" />

0 comments on commit 5b1cd5d

Please sign in to comment.