Skip to content

Commit

Permalink
Update v10.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Jul 4, 2024
1 parent c830ade commit e0d3374
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/content/docs/release-notes/mediator/v10.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ sidebar:{ hasSidebar: false }
import Aside from '../../../../components/Alert.tsx';
import RN from '../../../../components/ReleaseNote.astro';

# 1.4.5 - July 3
<RN type="feature">Strongly typed navigation now exists for Shell, just like Prism. This functionality is built into Shiny.Mediator.Maui</RN>

# 1.4.0 - June 30
<RN type="enhancement">Shiny.Mediator.Prism - this new package allows you to easily create strongly typed navigation routes & arguments while working across modules</RN>
<RN type="feature">Shiny.Mediator.Prism - this new package allows you to easily create strongly typed navigation routes & arguments while working across modules</RN>

# 1.3.0 - June 29
<RN type="enhancement">Request Keys can be controlled by implementing IRequestKey on your request object allowing you to return a cache/offline/replay key based on your arg values</RN>
Expand Down

0 comments on commit e0d3374

Please sign in to comment.