Skip to content

Releases: hrsetyono/edje-wp-theme

5.1.0

10 May 10:30
Compare
Choose a tag to compare

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 into app.js.

WORDPRESS

  • Added theme support for editor-color-palette using the function H::register_colors. Each color specified in the array will be outputted as CSS class has-x-background-color and has-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

06 May 07:33
Compare
Choose a tag to compare
- Fixed Edje Sass files that went missing

5.0.0

06 May 05:05
Compare
Choose a tag to compare

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 to admin-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

16 Apr 07:16
0db1ef5
Compare
Choose a tag to compare

TWIG

  • Combined archive-author.twig and search.twig into archive.twig.

  • Removed frontpage.php. Front page now uses page.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 $ to jQuery

4.1.0

09 Apr 16:26
Compare
Choose a tag to compare
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

4.0.1

27 Mar 09:30
Compare
Choose a tag to compare
- Changed array() to []
- Changed Timber's old deprecated function to add Filter

1.0.2

26 Mar 01:46
Compare
Choose a tag to compare

Removed dependencies

1.0.1

20 Mar 08:28
c14cbd2
Compare
Choose a tag to compare

Reduce composer/installers requirement to ~1.0

1.0.0

19 Mar 03:43
Compare
Choose a tag to compare

Initial Release