Skip to content

Commit

Permalink
Removed FluentCodeEditor (and associated settings)
Browse files Browse the repository at this point in the history
Removed old nav alternatives
  • Loading branch information
vnbaaij committed Nov 2, 2023
1 parent 8d39813 commit 0d022d0
Show file tree
Hide file tree
Showing 261 changed files with 2 additions and 73,096 deletions.
1 change: 1 addition & 0 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Update all input component to use `ReadOnly` instead of a mix of possible spellings
- Update demo site styling (nav menu and body now scroll independently)
- Support DisabledDateFunc in FluentDatePicker
- Removed the FluentCodeEditor component because it lacked features and has no Fluent design aspects. You can use the [BlazorMonaco](https://github.com/serdarciplak/BlazorMonaco) component as a replacement
- Fix [#911](https://github.com/microsoft/fluentui-blazor/issues/911): Column resizing in DataGrid breaks when column to narrow
- Fix [#891](https://github.com/microsoft/fluentui-blazor/issues/891): JSDisconnectedException in FluentOverflow
- Fix [#861](https://github.com/microsoft/fluentui-blazor/issues/861): Needed extra `empty-content-cell` class
Expand Down
10 changes: 0 additions & 10 deletions examples/Demo/Client/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
</style>
<link href="FluentUI.Demo.Client.styles.css" rel="stylesheet" />

<!-- Monaco editor -->
<link rel="stylesheet" data-name="vs/editor/editor.main" href="_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs/editor/editor.main.min.css">

<!-- highlight -->
<link rel="stylesheet" title="light" href="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/styles/vs.min.css">
<link rel="stylesheet" title="dark" disabled="disabled" href="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/styles/vs2015.min.css">
Expand Down Expand Up @@ -78,13 +75,6 @@
<script src="js/site.js"></script>
<script src="_content/FluentUI.Demo.Shared/js/theme.js" type="module"></script>

<!-- Monaco Editor -->
<script src="_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs/loader.min.js"></script>
<script>require.config({ paths: { 'vs': '_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs' } });</script>
<script src="_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs/editor/editor.main.js"></script>



<!-- highlight -->
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cshtml-razor.min.js"></script>
Expand Down
10 changes: 0 additions & 10 deletions examples/Demo/Server/Pages/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
<link href="FluentUI.Demo.Server.styles.css" rel="stylesheet" />
<link href="_content/FluentUI.Demo.Shared/css/site.css" rel="stylesheet" />

<!-- Monaco editor -->
<link rel="stylesheet" data-name="vs/editor/editor.main" href="_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs/editor/editor.main.min.css">

<!-- highlight -->
<link rel="stylesheet" title="light" href="https://cdn.jsdelivr.net/npm/@@highlightjs/cdn-assets@@11.6.0/styles/vs.min.css">
<link rel="stylesheet" title="dark" disabled="disabled" href="https://cdn.jsdelivr.net/npm/@@highlightjs/cdn-assets@@11.6.0/styles/vs2015.min.css">
Expand Down Expand Up @@ -57,13 +54,6 @@
<script src="js/site.js"></script>
<script src="_content/FluentUI.Demo.Shared/js/theme.js" type="module"></script>


<!-- Monaco Editor -->
<script src="_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs/loader.min.js"></script>
<script>require.config({ paths: { 'vs': '_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs' } });</script>
<script src="_content/Microsoft.FluentUI.AspNetCore.Components/lib/monaco-editor/min/vs/editor/editor.main.js"></script>


<!-- highlight -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@@highlightjs/cdn-assets@@11.6.0/highlight.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/highlightjs-cshtml-razor@@2.1.1/dist/cshtml-razor.min.js"></script>
Expand Down
54 changes: 0 additions & 54 deletions examples/Demo/Shared/Microsoft.FluentUI.AspNetCore.Components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -722,60 +722,6 @@
Gets or sets the content to be rendered inside the component.
</summary>
</member>
<member name="T:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor">
<summary />
</member>
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.JSRuntime">
<summary />
</member>
<member name="F:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor._jsModule">
<summary />
</member>
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.Language">
<summary>
Language used by the editor: csharp, javascript, ...
</summary>
</member>
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.Height">
<summary>
Height of this component.
</summary>
</member>
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.Width">
<summary>
Width of this component.
</summary>
</member>
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.IsDarkMode">
<summary>
Theme of the editor (Light or Dark).
</summary>
</member>
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.Value">
<summary>
Gets or sets the value of the input. This should be used with two-way binding.
</summary>
</member>
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.ValueChanged">
<summary>
Gets or sets a callback that updates the bound value.
</summary>
</member>
<member name="M:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.OnParametersSetAsync">
<summary />
</member>
<member name="M:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.OnAfterRenderAsync(System.Boolean)">
<summary />
</member>
<member name="M:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.GetTheme(System.Boolean)">
<summary />
</member>
<member name="M:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.UpdateValueAsync(System.String)">
<summary />
</member>
<member name="M:Microsoft.FluentUI.AspNetCore.Components.FluentCodeEditor.DisposeAsync">
<summary />
</member>
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentCollapsibleRegion.Expanded">
<summary>
If true, the region is expaned, otherwise it is collapsed.
Expand Down
33 changes: 0 additions & 33 deletions examples/Demo/Shared/Pages/CodeEditor/CodeEditorPage.razor

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion examples/Demo/Shared/Shared/DemoNavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
<FluentNavLink Href="/Button" Icon="@(new Icons.Regular.Size20.ControlButton())">Button</FluentNavLink>
<FluentNavLink Href="/Card" Icon="@(new Icons.Regular.Size20.ContactCardGroup())">Card</FluentNavLink>
<FluentNavLink Href="/Checkbox" Icon="@(new Icons.Regular.Size20.CheckboxChecked())">Checkbox</FluentNavLink>
<FluentNavLink Href="/CodeEditor" Icon="@(new Icons.Regular.Size20.CodeBlock())">CodeEditor</FluentNavLink>
<FluentNavLink Href="/Combobox" Icon="@(new Icons.Regular.Size20.BoxEdit())">Combobox</FluentNavLink>
<FluentNavLink Href="/DataGrid" Icon="@(new Icons.Regular.Size20.Grid())">Data grid</FluentNavLink>
<FluentNavLink Href="/DateTime" Icon="@(new Icons.Regular.Size20.CalendarLtr())">Date & Time</FluentNavLink>
Expand Down
Loading

0 comments on commit 0d022d0

Please sign in to comment.