Releases: thoughtis/cata
Releases · thoughtis/cata
0.4.0 - Supports Dark Mode
- Updated the variables in the
:root
element so that child themes can support light or dark themes. - Updated .button classes to better support color themes in combination with Woocommerce and the WordPress block editor.
0.3.7
- Release 0.3.7
0.3.7-beta-01
-
version bump v0.3.6->v0.3.7-beta-01
-
Release Candidate for 0.3.7
- updates
includes/bootstrap.php
,includes/images/lazy-images/class-lazy-images.php
andincludes/images/placeholders/class-placeholders.php
namespace's and use's fromJetpack_Lazy_Images
toAutomattic\Jetpack\Jetpack_Lazy_Images
- updates
0.3.6
version bump v0.3.5->v0.3.6
0.3.6-beta-3
- updating compiled css
0.3.6-beta-2
- updated
.comments__entry
0.3.6-beta
- Beta release for purpose of testing #36
- Duplicates
cata/single.php
.entry
layout intocata/comments.php
0.3.5-beta-2
- Re-factored
break-word
usage - Removed
break-word
from.entry
- Compiled new css
Change The Way CSS Loading Works
Merge pull request #6 from thoughtis/day-five Day Five - Render Blocking CSS in Head, Rest at Close of Body
First Version to Test in Production
Merge pull request #5 from thoughtis/day-five Day Five