Skip to content

v6.25.3

Choose a tag to compare

@alex-up-bot alex-up-bot released this 24 May 14:07
· 86 commits to main since this release

v6.25.3 (Patch Release)

Status: Released

This is a new patch release of the @alextheman/components package. It includes small, non-breaking changes and should require no refactoring. Please read the description of changes below.

Description of Changes

  • Update @alextheman/eslint-plugin and address new lint warnings/errors.
    • My ESLint plugin has recently migrated its React configs to use @eslint-react/eslint-plugin due to its better support for ESLint v10.
    • Most notable refactors include:
      • use instead of useContext
      • Context instead of Context.Provider
      • useSyncExternalStore instead of useState in useEffect in ScreenSizeProvider