Commit graph

42 commits

Author SHA1 Message Date
Sarah Norris
71bbeca990 Version Bump 2023-08-17 15:12:31 +01:00
Jeff Ong
dc3549559f
Remove auto-loading-homepage tag. (#7300) 2023-08-11 08:35:59 -04:00
Sarah Norris
c8bec35828 Version Bump 2023-07-25 17:18:30 +01:00
Sarah Norris
5cc2794b60 Version Bump 2023-05-09 08:47:26 +01:00
Jason Crist
35a3ff702c Version Bump 2023-03-31 09:00:50 -04:00
Jason Crist
b1becceb9b
Remove table CSS from block canvas theme as it has been addressed in Gutenberg (#6954) 2023-03-31 08:55:52 -04:00
Matias Benedetto
cb76408070 Version Bump 2023-03-23 12:54:31 -03:00
Takashi Irie
2920b04e58
Block Canvas: Update background and foreground color slugs to base and contrast (#6892)
* Block Canvas: Update background and foreground color slugs based on the theme development guideline.

* Block Canvas: Order color slugs in alphabetical order
2023-03-23 09:36:13 -04:00
madhusudhand
eb5378f012 Version Bump 2023-02-23 16:44:53 +05:30
Sarah Norris
a71c0df4ee Version Bump 2023-01-25 11:22:39 +00:00
Sarah Norris
33b15c93cc
Remove font-smoothing CSS (#6816) 2023-01-13 16:22:11 +00:00
Sarah Norris
36a1283324 Version Bump 2022-12-16 15:42:38 +00:00
Jason Crist
59ab4f94da Version Bump 2022-12-06 12:44:42 -05:00
Sarah Norris
f4445a9383 Version Bump 2022-10-31 10:04:16 +00:00
Sarah Norris
7129fdc47a
Block Canvas: small updates (#6705)
* Add semi-colon

* Remove blank template

* Tidy CSS formatting

* Move root padding to theme.json

* Add issue links

* Update header markup

* Update post-meta markup

* Update all layout settings

* Update footer credit text

* Remove index.php file

* Update comments markup

* Remove extra word from footer

* Update markup

* Hide avatar

* Remove layout setting from template part

* Remove _unstableLocation from nav
2022-10-31 09:50:40 +00:00
Jason Crist
c607f3754d Version Bump 2022-10-28 12:08:09 -04:00
Sarah Norris
ceebec440d Version Bump 2022-10-04 16:43:04 +01:00
Madhu Dollu
adde57eda2
Update block canvas styles (#6640)
* update link styles

* update typography

* update spacing

* add text underline offset and thickness
2022-10-04 16:36:54 +01:00
Sarah Norris
ff3e4cbd74 Version Bump 2022-09-28 10:16:14 +01:00
alaczek
0e891c831d Version Bump 2022-09-20 10:51:55 +10:00
Jason Crist
97583131f4
Add table CSS to Blockbase and Decibel (#6593) 2022-09-19 13:08:39 -04:00
Vicente Canales
50fd74133a
Decibel: add button styles (#6567)
Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-09-15 15:24:58 -04:00
alaczek
1c197b1575 Version Bump 2022-09-14 09:27:34 +10:00
Jason Crist
38d4fda596
Create/decibel (#6542)
* Update Block Canvas settings to be a more generic starting point. Eliminated custom gap values (replaced with --preset--spacing), eliminated redundant (and some opinionated) block settings

* Added Decibel as a (for NOW) child theme of Block Canvas with (only a few) style opinions added
2022-09-13 11:25:55 -04:00
alaczek
d3ccb07659 Version Bump 2022-09-01 18:31:43 +10:00
Matias Benedetto
fa927d31ff
Block canvas: replacing button :hover CSS by theme.json definition (#6486)
* Block canvas: adding pseudo selectors

* Button hover state in themes.json
2022-08-31 18:30:30 -03:00
Jason Crist
66ae35297e Version Bump 2022-08-30 17:18:57 -04:00
Jeff Ong
44b043f62d
Block Canvas: replace alignment CSS (#6438)
Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-08-30 10:18:18 -04:00
madhusudhand
7af4710866 Version Bump 2022-08-05 12:34:01 +05:30
Sarah Norris
54018dd04c Version Bump 2022-07-04 10:05:54 +01:00
Jason Crist
30ba4ede36 Version Bump 2022-06-28 13:12:35 -04:00
Maggie
75f2feed30
Block Canvas: add support for button elements (#6139)
* add support for button elements

* removed test
2022-06-27 09:38:12 +02:00
Jeff Ong
a240a1cc25 Version Bump 2022-06-23 16:30:29 -04:00
madhusudhand
95f69a80f4 Version Bump 2022-06-10 11:10:13 +05:30
madhusudhand
b0042e5bbd Version Bump 2022-06-09 10:26:34 +05:30
Jeff Ong
a495bbce7d Building Variations 2022-04-26 12:04:12 -04:00
Jason Crist
a8b9a79169 Version Bump 2022-04-05 15:53:32 -04:00
Jeff Ong
448ec50bd2 Version Bump 2022-03-28 15:16:48 -04:00
Jason Crist
af44ecf1fd
Slim/block canvas (#5742)
* Eliminated button custom variables (which were not re-used anywhere)
* Replaced 'normal' with 'medium' and eliminated the hidden font size
* Removed x-small hidden font
* Removed singlularly used custom gap-baseline
* Moved headings from custom values and element settings to (mostly) core block settings
2022-03-28 08:47:50 -04:00
Jason Crist
802683f0d4 Version Bump 2022-03-23 12:28:04 -04:00
Sarah Norris
ecfdb2b38d Version Bump 2022-03-21 17:21:30 +00:00
Maggie
204a35ebaf
Try: Blockbase standalone theme (#5660)
* first commit with initial files

* templates

* styles

* template parts

* Removed errant metadata

* Added create tool

To use `php create.php` and answer the prompts.
This will create a folder alongside this theme with the provided
metadata as well as namespaced attributes refactored.

* Removed a create script.  (It shouldn't be here...)

* 404 block pattern

* remove fontSlug

* removed block styles support

* change slug of block pattern

* added namespace to pattern

* ignore this theme when pushing to the sandbox

Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-03-17 11:18:33 +01:00