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

(feat) Implement config utils in the modules with config #1321

Merged
merged 9 commits into from
Oct 12, 2023

Commits on Oct 11, 2023

  1. feat!: use config utils (tagging)

    BREAKING CHANGE: setTaggingConfig mutation has been renamed/replaced by setConfig
    
    EMP-2328
    annacv committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7c69eb7 View commit details
    Browse the repository at this point in the history
  2. feat!: use config utils (facets)

    BREAKING CHANGE: setFacetsConfig mutation has been renamed/replaced by setConfig
    
    EMP-2328
    annacv committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a71eeb9 View commit details
    Browse the repository at this point in the history
  3. feat!: use config utils (search)

    BREAKING CHANGE: setPageSize mutation has been renamed/replaced by setConfig
    
    EMP-2328
    annacv committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e223b2d View commit details
    Browse the repository at this point in the history
  4. feat: use config utils in modules with state.config to enable using t…

    …hese mutations outside the modules
    
    EMP-2328
    annacv committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9a39dc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f63e551 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1b7319 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. feat: use config store utils mutations in all the modules with a config

    BREAKING CHANGE: setPageSize mutation and setTaggingConfig mutation have been replaced with setConfig and mergeConfig mutations
    
    EMP-2328
    CachedaCodes committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    73ddfec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2321be8 View commit details
    Browse the repository at this point in the history
  3. chore: fix TS

    CachedaCodes committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8f82b64 View commit details
    Browse the repository at this point in the history