Skip to content

Releases: hrsetyono/edje-wp-theme

6.1.0

22 Mar 10:09
Compare
Choose a tag to compare

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

11 Oct 06:48
Compare
Choose a tag to compare
  • Changed the default nav markup and styling
  • Added sticky positioning to nav

5.6.1

10 Oct 14:16
Compare
Choose a tag to compare
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

04 Oct 09:49
Compare
Choose a tag to compare

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

16 Sep 01:51
Compare
Choose a tag to compare

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 to app/_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 created enqueue.php

5.4.0

03 Sep 08:27
Compare
Choose a tag to compare

CSS

  • Update to Edje 3.1
  • All colors are stored in $h-colors and will be outputted as CSS Variable.

GUTENBERG

  • Changed Table block CSS due to them wrapping the table in <figure>

5.3.2

15 Aug 07:35
Compare
Choose a tag to compare
  • 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

03 Jun 14:44
Compare
Choose a tag to compare

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

17 May 09:00
Compare
Choose a tag to compare

Added support for Gutenberg plugin 5.7 which has these new features:

  • Table THEAD and TFOOT
  • Columns resizable width

5.2.0

16 May 08:55
Compare
Choose a tag to compare

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:

Post List Block

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