Releases: hrsetyono/edje-wp-theme
Releases · hrsetyono/edje-wp-theme
8.3.0
8.1.1
8.1.0
8.0.0
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
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
- [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
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
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.