Releases: hrsetyono/edje-wp-theme
Releases · hrsetyono/edje-wp-theme
5.1.0
TLDR: Full support on Gutenberg and Edje v3
CSS
- Updated Edje to v3.
- Added custom styles for all Gutenberg blocks in
_app-gutenberg.sass
. The default one is dequeued. - Changed colors to Material design and add light colors.
- Changed link color to
inherit
.
JS
- Changed jQuery to be queued only when WooCommerce is installed. Else, use Cash.js as replacement.
- Removed hSlider, hLightbox, and hScroll file. They are now registered with Edje WP Library. Simply enqueue when you need it.
- Combined
app-shop.js
intoapp.js
.
WORDPRESS
- Added theme support for
editor-color-palette
using the functionH::register_colors
. Each color specified in the array will be outputted as CSS classhas-x-background-color
andhas-x-color
TWIG
- Changed all Image Banner markup to use cover block from Gutenberg.
- Added
div.the-content
as wrapper for Gutenberg. Post's content must be the direct child of this wrapper.
WOOCOMMERCE
- Removed
myaccount.scss
. Now available in Edje WC Library - Changed the design of Cart widget.
5.0.1
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
4.2.0
TWIG
-
Combined
archive-author.twig
andsearch.twig
intoarchive.twig
. -
Removed
frontpage.php
. Front page now usespage.php
template. -
Removed default Search bar at top.
-
Added 650px width wrapper to Page's content, just like Post one..
-
Custom ACF Block needs to be wrapped with
.alignfull
class to break-free from that wrapper.
CSS
- Update Edje to v2.5.0
- Added class
.page-content
to wrap Page's content - Removed Gallery style from
_fw-blog.scss
because it's no longer used in Gutenberg.
JS
- If jQuery is installed, assign variable
$
tojQuery
4.1.0
JS - Fixed `app-shop.js` using the wrong on load method. CSS - Changed the variable `$below-nav-s` to `$below-nav`. - Renamed `_fw-sharing.scss` to `_fw-jetpack.scss`. - Added example font-faces() content. BLOG - Breakdown the CSS into more modules by adding more `$output` variable. - Refactored Post Banner markup and CSS - Removed widgets support GUTENBERG - Replaced create_block() function with H::register_block() - Fixed enqueue gutenberg assets not working due to wrong requirement. SHOP - Added function to remove all WooCommerce image sizes