Skip to content

Commit

Permalink
Update Breaking Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Nov 20, 2024
1 parent f48ebdc commit 4ba2413
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
10 changes: 5 additions & 5 deletions _config.next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ menu:
#sitemap: /sitemap.xml || fa fa-sitemap
#commonweal: /404/ || fa fa-heartbeat
Home: / || fa fa-home
Components - 7.0.0:
Components - 7.1.0:
default: /winUICommunityComponents/ || fas fa-dice-d20
Breaking Changes: /breaking_changes/ || fas fa-dice-d20
Quick start: /quick_start/ || fas fa-dice-d20
Expand Down Expand Up @@ -137,7 +137,7 @@ menu:
default: /styles/ || fas fa-palette
Validation:
default: /validation/ || fab fa-intercom
Win2D - 7.0.0:
Win2D - 7.1.0:
default: /winUICommunityWin2d/ || fas fa-dice-d20
Breaking Changes: /breaking_changes/ || fas fa-dice-d20
Quick start: /quick_start/ || fas fa-dice-d20
Expand All @@ -158,7 +158,7 @@ menu:
Media:
default: /media/ || fab fa-intercom
TiledImageBrush: /tiledImageBrush/ ||
Core - 7.0.0:
Core - 7.1.0:
default: /winUICommunityCore/ || fas fa-tools
Breaking Changes: /breaking_changes/ || fas fa-dice-d20
Attach:
Expand Down Expand Up @@ -219,15 +219,15 @@ menu:
Interfaces:
default: /interfaces/ || fas fa-tools
ITitleBarAutoSuggestBoxAware: /iTitleBarAutoSuggestBoxAware/ ||
LandingPages - 7.0.0:
LandingPages - 7.1.0:
default: /winUICommunityLandingPages/ || fab fa-intercom
Breaking Changes: /breaking_changes/ || fas fa-dice-d20
AllLandingPage: /allLandingPage/ ||
HeaderTile: /headerTile/ ||
ItemsPageBase: /itemsPageBase/ ||
MainLandingPage: /mainLandingPage/ ||
SectionPage: /sectionPage/ ||
ContextMenuExtensions - 7.0.0:
ContextMenuExtensions - 7.1.0:
default: /winUICommunityContextMenuExtensions/ || fas fa-brain
Breaking Changes: /breaking_changes/ || fas fa-dice-d20

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: Breaking Changes

A breaking change is a change that may require you to make changes to your application in order to avoid disruption to your integration.

# 7.1.0

- ContextMenuExtensions now supports WinUI, WPF, WinForm and all projects that uses .Net >= 8.0 and Package Identity.

{% note info %}
See [here](https://github.com/WinUICommunity/WinUICommunity/releases) for full changes
{% endnote %}
Expand Down
11 changes: 9 additions & 2 deletions source/winUICommunityCore/breaking_changes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@ title: Breaking Changes
A breaking change is a change that may require you to make changes to your application in order to avoid disruption to your integration.


# 7.0.0
# 7.1.0

- Dynamic Localization Removed
- AppNotification Removed
- TitleBarHelper Removed
- ThemeService Some Methods Removed
- ListViewExtensions Removed
- AssemblyInfoHelper Removed
- GetLocalFolderPath Renamed
- GetLocalFolderPath renamed to GetAppDataFolderPath
- JsonNavigationViewService Methods Modified
- NativeMethods class replaced with CsWin32 Library
- AssemblyInfoHelper removed and Replaced with ProcessInfoHelper
- WindowHelper Methods Modified
- ImageIconPath removed and replaced with IconGlyph proeprty in Json File (JsonNavigationViewService)
- nucs.JsonSettings dependency removed from Core library


{% note info %}
See [here](https://github.com/WinUICommunity/WinUICommunity/releases) for full changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Breaking Changes

A breaking change is a change that may require you to make changes to your application in order to avoid disruption to your integration.

# 7.0.0
# 7.1.0

- No need to Refrence `<ItemTemplates xmlns="using:WinUICommunity"/>` in `App.xaml`

Expand Down

0 comments on commit 4ba2413

Please sign in to comment.