Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Dev #613
Dev #613
Changes from all commits
7c1bc89
a45787f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
v1.1.0 (2021-05-09)
What's Changed
Bug fixes
New Contributors
Thank you all for your contributions!
v1.2.0 (2021-09-03)
Breaking Changes
FeaturedProducts.jsx
component has been removedThe FeaturedProducts.jsx component has been removed from the store frontend. From now on, you can use the Widgets feature to create and display featured products on your store.
FeaturedCategories.jsx
component has been removedThe FeaturedCategories.jsx component has been removed from the store frontend. From now on, you can use the Widgets feature to create and display featured categories on your store.
MainBanner.jsx
component has been removedThe MainBanner.jsx component has been removed from the store frontend. From now on, you can use the Widgets feature to create and display banners on your store.
Menu.jsx
component has been removedThe Menu.jsx component has been removed from the store frontend. From now on, you can use the Widgets feature to create and display menus on your store.
TailwindCSS Configuration
We have reset the tailwindcss configuration to use the default options. This change ensures that the default tailwindcss configuration is used for the store frontend. This change may affect the styling of your store if you have customized the tailwindcss configuration. We are working to update the
evetheme
to make it compatible with the new tailwindcss configuration.Ckeditor
has been replaced withEditorJS
We have replaced
Ckeditor
withEditorJS
in the Widgets feature to provide a more user-friendly and intuitive experience for creating and editing content. Your content will be converted to a raw html block and this will not affect the content you have created withCkeditor
.Configuration Schema
We have implemented a configuration schema for validation. This change ensures that the configuration settings are validated before starting the application. If you have customized the configuration settings, you may need to update them to match the new schema.
pricing.tax.display_catalog_price_including_tax
has been removedpricing.tax.display_checkout_price_including_tax
has been removedFrom now on, you can just use the
pricing.tax.price_including_tax
setting if your store needs tax-inclusive pricing.New Features
Introducing Our New Widgets Feature
The Widgets feature allows you to create a unique, personalized experience for your customers by giving you the ability to create widgets directly from the backend to the frontend. Whether you want to highlight promotions, display featured products, or craft a stunning visual layout, you have complete control over how your content is presented.
Here’s what you can do with Widgets:
EditorJS Integration
We have integrated EditorJS into the Widgets feature to provide a more user-friendly and intuitive experience for creating and editing content. EditorJS is a block-styled editor that allows you to create rich content with ease. With EditorJS, you can add text, images, videos, and more to your widgets, making it easy to create visually appealing and engaging content for your customers.
Tax inclusive pricing
You can now display prices with tax included on your store. This feature is especially useful for stores that sell to customers in regions where tax-inclusive pricing is required by law.
Shipping notes
Customers can now add notes to their orders during checkout. This feature is useful for customers who want to provide additional information about their order, such as delivery instructions or special requests.
Updating item quantity in the cart
Customers can now update the quantity of items in their cart directly from the cart page. This feature makes it easier for customers to adjust their order before checkout.
Support static content display only for category
You can now display static content only for specific categories on your store. This feature is useful for stores that want to provide additional information about a category, such as a description or special offers.
Using default tailwindcss configuration
We have reset the tailwindcss configuration to use the default options. This change ensures that the default tailwindcss configuration is used for the store frontend.
What's Changed
Bug fixes
New Contributors
Full Changelog: https://github.com/evershopcommerce/evershop/compare/v1.1.0...v1.2.0