5.0.0
CSS
- Updated Edje to v3.0
- Updated all CSS to use the new shorthand syntax
- Removed default gutenberg styles
- Added custom styles for all blocks in
_fw-gutenberg.sass
- Renamed
block-editor.sass
toadmin-gutenberg.sass
- Removed styling for TinyMCE Editor in
_fw-blog.sass
- Added styling for Read More button. The script is inside Edje WP Library
- Color from editor is now set using CSS Variable, the class like
has-red-background-color
only change the variable value
TWIG
- Set Cover block for featured image.
WORDPRESS
- Combined the theme_support to
functions.php
- Added back jQuery because it is needed by many plugins especially WooCommerce and Jetpack
WOOCOMMERCE
- Fixed the Cart button and Cross sells not working due to old path name
- Moved app-shop.js to
Edje WC Library