Skip to content

Releases: hrsetyono/edje-wp-theme

8.3.0

27 Dec 07:28
Compare
Choose a tag to compare
CSS
- Fixed superscript and subscript from misaligning
- Added will-change to element that transformed when hovered
- Added centered grid with attribute [data-grid="centered"]

JS
- Added custom block template in assets/js/custom-block

8.1.1

30 Nov 01:45
Compare
Choose a tag to compare
- Fixed rim not applying properly

8.1.0

23 Nov 12:26
Compare
Choose a tag to compare
CSS

- Added a code to disable default Gutenberg styling.
- Added default styling for all Gutenberg blocks.

HEADER

- Offcanvas child menu now always visible instead of requiring the parent to be clicked

8.0.0

22 Oct 08:47
Compare
Choose a tag to compare
GENERAL

- Added webpack compiler for Sass and JS. Use the command `npm run dev` to launch a browsersync server and `npm run prod` to create minified version.

CSS and HTML

- Changed the folder organization for Sass files to be tidier.
- Changed the default color palette to pastel instead of bright.
- Changed grid markup from `<h-grid>` to <div data-grid>
- Changed column markup from `class="large-8 small-6"` to `data-column="8-4"`
- Changed tile markup from `<h-tile class="large-3 small-2 xsmall-1">` to <div data-tile="3-2-1">

GUTENBERG

- Removed the code that disable native Gutenberg styling.
- Removed redundant styles that is already covered by the native Gutenberg styling.
- Added support to Jetpack's rating, form, and whatsapp block

7.0.0

31 Jul 08:53
Compare
Choose a tag to compare
HEADER & FOOTER

- Removed Custy builder
- Added Widgets builder (require Edje WP Libbrary 4.0)

CSS

- Added CSS variables that is previously generated by Custy
- Moved some CSS variables in root to more specific selector. For example `--postsPerRow` goes to `.post-archives` selector.

ARCHIVE & SINGLE

- Removed any reliance on Custy's theme mod.

6.4.0

21 May 16:12
Compare
Choose a tag to compare
- [NEW] Added support for Edje Comment module where it adds Markdown toolbar on comment form.
- [CSS] Fixed button having default browser styling.
- Moved widget initiation to Custy.
- Minor refactor on the way to include files. Now it's listed in functions.php

6.3.1

18 May 14:03
Compare
Choose a tag to compare
CSS

- Changed the triangle marker in FAQ block with (+) and (-) sign.
- Removed the quotation mark in QUOTE block
- Tidied up TABLE block styling.
- Removed support for Social Links block - The styling is commented in `app/_blocks.sass`
- Changed Jetpack SHARING styling because it's using SVG icon now

6.3.0

17 May 14:30
Compare
Choose a tag to compare
CUSTY

- Added support for Custy 1.5.2
- The theme support for `editor-color-palette` and `editor-font-sizes` now uses Custy function.
-
CSS

- Added Source Sans Pro as default body font.
- Added Noto Serif as default title font.
- Fixed the spacing of alignfull and alignwide
- Added support for Buttons block.
- Added support for Table caption.

6.2.1

03 Apr 12:12
Compare
Choose a tag to compare
- Fixed the Timber console error by importing macro
- Added support for Edje FAQ block

6.2.0

23 Mar 14:14
Compare
Choose a tag to compare
- [Shortcodes] Moved related-posts shortcodes to Edje WP Library
- [Timber] Moved all the twig filters to Edje WP Library
- [Customizer] Moved Blog Posts and Single Posts section to Custy plugin