Releases: hrsetyono/edje-wp-theme
Releases · hrsetyono/edje-wp-theme
6.1.0
CSS
- Added support for Edje v3 which mainly replaced all of
h()
mixin with normal CSS. - Added support for CSS Variables that are outputted from [WP Custy](WP Custy.)
VIEWS
- Header and Footer is now fully integrated with WP Custy.
CUSTOMIZER
- Added "Back to Top" and "Frame" features
- Added Blog Posts layer customization
- Added Single Post layer customization
5.6.2
5.6.1
CSS - Made spacing between blocks more consistent by using owl selector `* + *` - Moved styling for FAQ Block to Edje WP Library - Changed Social Link icon into square, previously was circle TEMPLATE - Removed default social navigation. - Removed support for widgets. - - [Single] Changed comment section into Group Block - [Single] Removed link from author name
5.6.0
CSS
- Splitted
_gutenberg.sass
into multiple files for better git tracking. - Splited the footer styles in
_nav.sass
to_footer.sass
. - Compatibility with new editor version in WP 5.3
- Added styling for Social Link block.
- Fixed Gallery block because of added inner container.
- Fixed Group block because of added inner container.
ACCESSIBILITY
- FAQ Block now accessible with TAB and ENTER.
- Fixed some anchors not having outline when focused.
5.5.0
REFACTOR ASSETS
- Moved all subdirectories of
/assets
to root - Combined /images and /fonts into
/files
- Tidy up Sass partials into its own directory. For example
_app-gutenberg.sass
now moved and renamed toapp/_gutenberg.sass
- Split
shop.sass
to several files.
REFACTOR PHP
- Moved all partials TWIG file to
/views
- Renamed
/codes
to/functions
. - Moved code that enqueue assets in
functions.php
to newly createdenqueue.php
5.4.0
5.3.2
- Support for Edje WC Library 2.3.0 by putting all woocommerce's functions in template
- Changed Cart button into fixed position at bottom-right corner.
- Added bouncing effect to Cart button when it's not empty.
- [BETA] Added new file
api.php
that contains a sample of adding new endpoint.
5.3.0
PHP
- Refactored functions.php and those inside
/codes/
- Removed default widget.
GUTENBERG
- Added styling for Gallery block with Slider style
JAVASCRIPT
- Added script to handle Gallery Slider
- Added script to make all image links to open in Lightbox.
- Moved hSlider and hLightbox styling to Edje WP Library
5.2.1
5.2.0
GUTENBERG
Added sample of new function from Edje WP Library 3.1 which is H::register_post_block
.
- The sample call is in
functions.php
my_start()
- The sample template is in
views/blocks/_h-post-list.twig
.
It will add new Block in Gutenberg editor to show Post List:
CSS
- Added support for Cover block with Parallax enabled
- Added support for Media-Text block with Larger Image and Smaller Image style that is registered by Edje WP Library 3.1