All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Arabic translation.
- Thai and Indonesian translations.
- Arabic translation.
- Arabic translation.
sortSubcategories
as option forcategory-menu
- See all link work inside
category
andsubcategory
in mobile
- Add missing documentation for prop
mobileMode
.
- CSS Handles to the app.
- Update docs.
- Not implemented props
showPromotionCategory
andshowGiftCategory
.
- Updated to use
vtex.store-icons
instead of the deprecatedvtex.dreamstore-icons
. - Updated components to hooks.
eslint
configuration.
- Scope messages by domain
- Remove uppercase from links
- Change language files to most generic.
- Component
Container
inside nav container in order to make menu full-width
- Sidemenu sections text token from
t-heading-4
tot-body
- Removed
overflow-hidden
from container in order to display submenus.
- Main overflow to allow any container to fit and resize
category-menu
.
- Prettier for better coding style.
- Add API docs.
- Fix alignment of subcategories items.
- Add missing css-handles in components in order to allow customization with CSS Modules.
- Fix position on mobile.
- Get path correctly using ramda.
- Customization of the menu disposition (left, center, right).
- Highlight the selected category in desktop view.
- Rename 'showDepartmentsCategory' to 'showAllDepartments'.
- Fix the return result of 'get departments()' function allowing the customization of categories by props.
- Use
ul
andli
and improve code quality.
- Use icons from
vtex.dreamstore-icons
.
- Remove
inheritComponent
from blocks.
- Adjust the way to import render-runtime components.
- Bump vtex.styleguide to 9.x.
- Update React builder to 3.x.
- Fixed incorrect align rendering category items with tree level above 2.
- Using html5 tags to a more semantic structure.
- Remove
undefined
classes.
- Bye
pages.json
! Welcomestore-builder
.
- Show default props correctly on pages-editor.
- Fix
SideBar
not showing the whole content when scrolling.
- Fix
Sidebar
shadow not filling the whole width of the screen and fix left padding.
- Scroll is not appearing in the mobile mode when the
CategoryMenu
overflow its container.
- Support to messages builder.
- Fix
Sidebar
alignment.
- Fix subcategories that were not being displayed.
- Support to CSS Modules.
- Add new icons and improve layout
- Replace typography and color classes with design tokens.
- Add option to get all products from a specific category
- Add prop
showSubcategories
with defaulttrue
to allow users to hide subcategories.
- Add prop
showDepartmentsCategory
with defaulttrue
to allow users to hide the departments category.
- Fix menu borders
- Fix category itens size and alignment
- Close category menu on click item.
departments
property to schema.
- Sidebar header now matches the minicart one.
- Remove widths to match page default padding.
- Scroll being prevented on mobile.
- Add animation to mobile sidebar.
- Update css to use tachyons classes.
- Fix wrap of department divider.
- Update the
Styleguide
version.
- Fix design issues.
SideBar
menu when mobile mode.
- Update design to light style.
CategoryMenu
design.
CategorySubMenu
,CategorySubMenuItems
andLoadingBar
components.
- Return the 3 level of categories and just map when defined
- Remove
NoSSR
component.
- Link redirect of menus and subMenus.
- Schema translation.
- Using Link instead of anchor tag to link to the search page.
- Add SSR fallback.
- Add LoadingBar component
- Component style to match desgin specification.
- Migrate submenu to separate component.