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

Add Category Panel Component #141

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2019

  1. Add category panel component

    Category panel is an optional representation of the category tree
    response returned by the VTEX product search API. The visibility of
    the category panel defaults to false.
    sahanljc committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    01209b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d837a68 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    sahanljc committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    083d1d9 View commit details
    Browse the repository at this point in the history
  4. Update README

    sahanljc committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    97221ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    741d72f View commit details
    Browse the repository at this point in the history
  6. [CP] Add CSS namespaces

    sahanljc committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    f81fd6a View commit details
    Browse the repository at this point in the history
  7. [CP] Correct documentation

    sahanljc committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    82238b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Add CSS token class to <h3>

    sahanljc committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    1504d60 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. [CP] Get rid of runtime

    Use `mh4-ns` tachyons class instead of the check on mobile from
    runtime.
    sahanljc committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    b63c81b View commit details
    Browse the repository at this point in the history
  2. [CP] Remove outer div of heading

    `<h3>` is a block level element as @klzns pointed out and hence the
    styles can be applied to `<h3>` directly.
    sahanljc committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    4b02fbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14ec762 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Merge branch 'master' into feature-category-panel

    * master: (21 commits)
      Release v3.13.1
      Add block to examples
      Release v3.13.0
      Add docs for search-title and remove unecessary padding
      Update CHANGELOG
      Add optional title block
      Update snapshot test
      Add test id
      Query by testid
      Fix comments and update class reference
      update snapshots
      Behavior tests
      Update to VTEX test tools
      Release v3.12.14
      Using store-icons instead of dreamstore-icons
      Update SNAPSHOT
      Release v3.12.13
      Add new CSS handle filterContent
      Release v3.12.12
      Fix variable name
      ...
    sahanljc committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    1ea67bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cfa54a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cad7b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Merge branch 'master' into feature-category-panel

    * master:
      Release v3.13.2
      Rename component to SearchTitle
      Remove showTitle schema property
    sahanljc committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    7552a49 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Merge branch 'master' into feature-category-panel

    * master: (60 commits)
      Release v3.15.1
      Use recordsFiltered field from productSearch query
      Release v3.15.0
      Fix tests
      Add option to toggle visibility of facet item quantity
      Add default empty products message
      Fallback to not found page when there are no products
      Fix fetch more update
      Update changelog
      Move selected filter logic to components
      Fix prop type error
      Release v3.14.1
      Fix messages on not found page
      Release v3.14.0
      Add backwards compat props
      Add default value for query and convert to function component
      Prettier
      Scope messages
      Use decodeURIComponent when comparing values
      Remove search-title from default blocks
      ...
    sahanljc committed May 2, 2019
    Configuration menu
    Copy the full SHA
    50edac6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    350b67f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature-category-panel

    * master:
      Release v3.16.1
      Release v3.16.0
      Updating snapshot
      Removing fixed value on UI
      Linting
      Removing default sortby options
      Release v3.15.5
      Fix selected filters not accounting for map
      Release v3.15.4
      check facet map on withFacets
      check facet query on withFacets
      add facetMap and facetQuery params to query
      changelog
      use productSearchV2 on local query and add default items per page
      Release v3.15.3
      decode uri on gallery title
      Release v3.15.2
      Fix infinite loading on fetch more
      Update README.md
    sahanljc committed May 7, 2019
    Configuration menu
    Copy the full SHA
    247e1f3 View commit details
    Browse the repository at this point in the history