Releases: devuri/brisko
Releases · devuri/brisko
v6.1.2
v6.1.1
v6.1.0
6.1.0 (2025-03-04)
Features
- add more basic styles (fa6d029)
- add style heather (3e1a822)
- adds new settings to enable hybrid theme mode (e63dc26)
- adds new styles (3dcb322)
- adds Palette-style Generator (cbe8d1b)
Bug Fixes
- 4px top margin (44dc4be)
- adds core_css block styles (91f5978)
- better Support for block templates (01cbb81)
- new
src/inc/template-tags.php
is nowsrc/inc/functions.php
(5338feb) - no page titles needed (7c47128)
- remove
.alignfull
and.alignwide
(3dec2ad) - simpler format for hot swaps (6691d7c)
- update
main
group in templates (280e9a3)
Miscellaneous Chores
v6.0.1
v6.0.0
6.0.0 (2025-02-24)
⚠ BREAKING CHANGES
- adds support for styles and block
editor
- remove
bootstrap
only retainsgrid
- adds
core
css - adds
theme.json
- new improved
main Options
handler
Features
- add
Enable Block Header
andEnable Block Footer
(1cfeb3a) - add
Enqueue Extra assets
(aecb35b) - adds
brisko_customizer_setting
action hook (d6d76d7) - adds
core
css (b610182) - adds
disable_wpautop
Removes extra <p> tags in post and pages (3839a6c) - adds
theme.json
(1f5b73e) - adds
use_block_templates
to switch to block theme mode (2f6f95b) - adds entry meta hook
brisko_entry_meta
(5f4694d) - adds new hook
brisko_after_body_open
(e11e594) - adds standalone autoloader
Autoloader
class (2a8b991) - adds support for styles and block
editor
(a582309) - better starter
front-page
for FSE mode (830206f) - new improved
main Options
handler (51644d6) - update
post detail
options (f328b4d) - updated
brisko_assets
now files can be inbrisko_assets/css
(248f621)
Bug Fixes
- add
zipit
(33abcf8) - add more
FSE
support (b2beef4) - add setting to disable
custom-styles
(9cb65e3) - add theme local fonts (078207f)
- alignfull update (94169b3)
- author name (d042e62)
- classic theme mode
js
will not be loaded inFSE
mode (416e251) - fix text domain (eef4a6b)
- fixes editor styles (4835fc6)
- fixes theme mod getter (9921977)
- info for when
use_block_templates
(cf3a7d1) - main Navigation compatible with bootstrap (271fd63)
- new better .alignwide, .alignfull support (e008b77)
- refactor customizer (699565d)
- register with init (b343e4d)
- remove
bootstrap
only retainsgrid
(90a9227) - remove edit link (feb13e4)
- update alignwide to fix scroll bar at the bottom (8c39a19)
- update init in
setup()
(334f5a4)
Miscellaneous Chores
- build (63ce89d)
- build (0154ec0)
- build (77012b6)
- build (b9c8bac)
- build (c9615cd)
- build (02b5187)
- build (fdf9c58)
- build (e44289a)
- build (505b9c3)
- build (7bd1a76)
- build (1795b52)
- build (ace3e7e)
- build docs (19c19fc)
- codefix6.0 (14b523f)
- css improvements (5b73e04)
- docs (06f21a2)
- vbump
5.1.0
(1c2b121) - version bump 6.0.0 (b9e2b44)
v5.0.0
v4.0.1
v4.0.0
v3.8.0
v3.7.0
v3.7.0 #136
Features
f6048d9 - adds support for editor styles
setup_theme_editor_styles()
f4da5c9 - Newcomponent( $name = null )
method
c87e26d -brisko()
now has modebrisko( $mode = null )
Fixes
e295a8a - CSS fix for
.sidebar ul li
3cdcbf0 - templates fixRefactors
779d3ed - moved
brisko()
to the template tags file
54c5d13 - useBRISKO_VERSION
ddbb6e3 - replaceBrisko\Theme::
withbrisko()::
7b6deba - replacesBrisko\Theme::template()
withbrisko('template')
function
a6fd96a -self::mod
is nowself::enqueue_style
Tests
dc32e0b - Adds test for brisko() object
Changes
bff3723 - build
6f5ba11 - v3.7.0 build
a5bb4db - docs
c797f0f - docs