Releases: basecom/Pond
Releases · basecom/Pond
Basic Analytics
Adds tracking for pages, search, wishlist, promotion, newsletter, navigation
Newsletter Form
- Add order number to order display in account
- Update elementData composable
- Add newsletter cms element and form block
Product Slider & Config call fixing
- Cms Element support:
- Product Slider
- Cross selling slider
- Fixes for the config composable
- uses pinia store properly -> available values can be seen in dev tools
PW Reset, Price Filter, Payment, Auth, Account, Docs, Fixes
- add password reset page
- add price filter
- add payment methods in footer
- add basic GA integration
- add basic docs
- add basic authentication
- add companion config support
- add address management in account
- add complete payment page
- misc fixes
Cookie, Maintenance mode, cms blocks, search adjustments
[BUS-874] - Search adjustments (#55) * add missing delivery snippet * improve search ux by using a store for the display of search term, adjusting the handling of search bar on search result page * add pagination, partial forwards/backwards cache management, fix edge case undefined display in input * linting * load german localization in formkit config, not applied yet * add missing check for promotion in orderitem display * linting
Translations
[BUS-837] add html cms block and element (#52) * [BUS-837] add html cms block and element * [BUS-837] code review changes
Gallery, Account
More Price Display Options (#48) * add more options to display the price in various ways * linting * fix scrollbar always displayed in edge browser, add missing cms block
0.0.6: [BUS-793 / 823] Image gallery (#44)
* fix display error and add delivery time to lineItems and the entire cart * add cover image display * add nuxt swiper and style cms element image gallery with it * add default layout to error page * linting * fix offcanvas cart display * make compatible with multiple sliders on a single page * tweak default grid layout to take up correct amount of space if content smaller than viewport * remove leftover from multi channel test and fix element loader * replace fallback image with more neutral svg and adjust display in currently used places * only load gallery slider if images exist, else display placeholder * lint * adjust size
Navigation flyouts
Feature/navigation flyouts (#34) * display 1st level child categories * display flyouts with categories * rename * show subcategories in sidebar * offcanvas nav * style items * lint * fix lint * cleanup after merge & support folder/category routing * support internal links for product and landing pages * refactor folder for header navigation * typo * remove console logs
Translations
Feature/install i18n (#42) * add translations * debug i18n * add en & de * cleanup * add language switch * lint * update var and function name