Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Aug 29, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@fn-sphere/core@0.6.0

Minor Changes

  • #51 a8b07f2 Thanks @lawvs! - Make string filter case insensitive

  • #51 a8b07f2 Thanks @lawvs! - Add locale supports

    BREAKING CHANGE

    • All name of filter has been changed.
    • The booleanFilter has been removed.
  • 01369a8 Thanks @lawvs! - Breaking Changes

    • Removed support for array input in defineTypedFn and defineGenericFn.

Patch Changes

  • 020bdb1 Thanks @lawvs! - Add new utils function createDefaultRule

@fn-sphere/filter@0.6.0

Minor Changes

  • ef470f1 Thanks @lawvs! - Breaking Changes

    • Now the first field and the first filter will be selected by default when creating a new rule.
      • Updated useFilterSphere to use createDefaultRule for default rule creation.
      • Updated useFilterGroup and useFilterRule to use createDefaultRule when no input is provided.
  • 62aeaf0 Thanks @lawvs! - Export filterableFields in useRootRule hook.
    Remove filterableFields from useFilterRule hook.

    BREAKING CHANGE: The filterableFields is now exported in the useRootRule hook instead of the useFilterRule hook.

    Migration:

    + const { filterableFields } = useRootRule();
    - const { filterableFields } = useFilterRule(rule);
  • #51 a8b07f2 Thanks @lawvs! - Add locale supports

    BREAKING CHANGE

    • All name of filter has been changed.
    • The booleanFilter has been removed.
  • 9badd88 Thanks @lawvs! - Breaking Changes

    • Renamed filterGroup prop to rule in FilterGroupContainer.
    • Modified filterTheme in theme-mui-material to use rule instead of filterGroup.

Patch Changes

  • 964faf3 Thanks @lawvs! - Add depth limit for filter group

  • 200e5a1 Thanks @lawvs! - Deprecated getRootRule in favor of rootRule in useRootRule hook.

    Migration:

    + const { rootRule } = useRootRule();
    - const { getRootRule } = useRootRule();
  • 479f048 Thanks @lawvs! - Fix logical error in toggleGroupOp function within the useFilterGroup hook

  • 8337984 Thanks @lawvs! - Support custom style for components

  • 6be8772 Thanks @lawvs! - Support moveRule in useFilterRule

  • Updated dependencies [a8b07f2, 020bdb1, a8b07f2, 01369a8]:

    • @fn-sphere/core@0.6.0

@fn-sphere/theme-mui-material@0.1.1

Patch Changes

  • 964faf3 Thanks @lawvs! - Add depth limit for filter group

  • 9badd88 Thanks @lawvs! - Breaking Changes

    • Renamed filterGroup prop to rule in FilterGroupContainer.
    • Modified filterTheme in theme-mui-material to use rule instead of filterGroup.
  • 50d4c0b Thanks @lawvs! - - Updated FilterGroupContainer template with improved layout and functionality.

    • Removed variant="contained" from Button component.
    • Updated SingleFilter template:
      • Replaced DeleteIcon with ClearIcon.
  • #51 a8b07f2 Thanks @lawvs! - Update locale text

  • Updated dependencies [964faf3, ef470f1, 62aeaf0, a8b07f2, 200e5a1, 479f048, 9badd88, 8337984, 6be8772]:

    • @fn-sphere/filter@0.6.0

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from e4435e2 to 0aa307b Compare September 14, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants