Skip to content

Rename utilities to fix typos#9582

Merged
ScarletKuro merged 3 commits into
MudBlazor:devfrom
danielchalmers:sorting-assistant-typo
Oct 10, 2024
Merged

Rename utilities to fix typos#9582
ScarletKuro merged 3 commits into
MudBlazor:devfrom
danielchalmers:sorting-assistant-typo

Conversation

@danielchalmers

@danielchalmers danielchalmers commented Aug 7, 2024

Copy link
Copy Markdown
Member

Description

Not really a breaking change but technically is #9582 (comment)

How Has This Been Tested?

Type of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (fix or improvement to the website or code docs)

Checklist

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@github-actions github-actions Bot added breaking change This change will require consumer code updates (ex: removes/changes an API) PR: needs review labels Aug 7, 2024
@danielchalmers danielchalmers changed the title Rename SortingAssistent utility to fix typo Rename utilities to fix typos Aug 7, 2024
@codecov

codecov Bot commented Aug 7, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.53%. Comparing base (28bc599) to head (a1b7199).
Report is 529 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #9582      +/-   ##
==========================================
+ Coverage   89.82%   90.53%   +0.70%     
==========================================
  Files         412      406       -6     
  Lines       11878    12751     +873     
  Branches     2364     2472     +108     
==========================================
+ Hits        10670    11544     +874     
+ Misses        681      644      -37     
- Partials      527      563      +36     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ScarletKuro

Copy link
Copy Markdown
Member

Not really a breaking change but technically is

It is breaking, similar issue #9301 (comment) when we renamed DoubleExtentions -> DoubleExtensions so moving to v8.

@ScarletKuro ScarletKuro added v8 refactor Reorganizes code and has no changes to the API or functionality in the main library API change Modifies the public API surface in a non-breaking way (ex: adds a new property) and removed PR: needs review labels Aug 8, 2024
@ScarletKuro ScarletKuro merged commit 189e2d4 into MudBlazor:dev Oct 10, 2024
@ScarletKuro

Copy link
Copy Markdown
Member

Added to v8.0.0 Migration Guide #9953

LLauter pushed a commit to cannellamedia/MudBlazor that referenced this pull request Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

API change Modifies the public API surface in a non-breaking way (ex: adds a new property) breaking change This change will require consumer code updates (ex: removes/changes an API) refactor Reorganizes code and has no changes to the API or functionality in the main library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants