Commit graph

434 commits

Author SHA1 Message Date
madhusudhand
ec0eef7e79 Version Bump 2022-09-20 13:16:20 +05:30
Takashi Irie
603a7a103a
Blockbase: Update navigation justification (#6580)
* Blockbase: Update navigation justification

* fix alignment of level 2, 3 and more menus

Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
2022-09-20 13:15:00 +05:30
Jason Crist
00fd502c64 Version Bump 2022-08-11 12:36:04 -04:00
Jason Crist
e6f3f07f80
Removed group block wrapping query pagination which was causing problems. (#6354) 2022-08-11 12:32:28 -04:00
Madhu Dollu
35789dfd93
Update sass build scripts to import from node_modules (#6371)
* fix sass build scripts

* update deployment script to preserve wpcom version suffix
2022-08-11 12:30:00 -04:00
madhusudhand
4c0ae5a888 Version Bump 2022-08-09 11:57:59 +05:30
marceloaof
3aefd47393
Blockbase: fix font-size in Comments Title Block (#6321)
* Update theme.json

* Update comments.php
2022-08-09 11:49:49 +05:30
madhusudhand
7af4710866 Version Bump 2022-08-05 12:34:01 +05:30
Madhu Dollu
92ac19042c
lock post-content block by default (#6314)
* lock post-content and the containing group blocks to not allow remove option without unlocking

* Added a few missing locks

Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-08-05 12:16:56 +05:30
Jason Crist
a874bc05ce Version Bump 2022-08-03 12:29:54 -04:00
Jason Crist
ed8a13bff5
Blockbase: Locked post content blocks (#6299)
* Locked post content blocks (and their containers) so that they can't be easily removed by the user.

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2022-08-03 12:27:39 -04:00
Sarah Norris
dbdbddd0e3
Revert "Varia - center Getty image embeds (#6231)" (#6285)
This reverts commit 5459308054.
2022-07-25 10:58:48 -04:00
GS
5459308054
Varia - center Getty image embeds (#6231)
Code is from this open issue: https://github.com/Automattic/themes/issues/2123

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2022-07-25 15:53:39 +01:00
Jason Crist
6fc8ce2f13 Version Bump 2022-07-21 16:49:16 -04:00
Jason Crist
00a61f5d69
Filter out Jetpack fonts when Blockbase is activated (#6269) 2022-07-21 16:39:20 -04:00
Sarah Norris
b651e2cca5
Blockbase: update changelog in readme to include 3.0 changes (#6263) 2022-07-21 16:37:30 -04:00
Jason Crist
80e036574b
Blockbase 3 (#6167)
Refactor/blockbase color admin (#6043)
Moved templates from old folder location to new (#6073)
Blockbase: Implement the Button elements API (#6041)
Blockbase: Implement Comment Block and removed CSS (#6080)
Fix/migrate blockbase font self hosted (#6123)
Blockbase children: update comments block (#6153)
Blockbase: Changed the trigger to render social icons (#6079)
Blockbase: move button padding styles from ponyfill to theme.json (#5901)

Co-authored-by: Grant Kinney <hi@grant.mk>
Co-authored-by: Jeremy Yip <jeremy.yip@automattic.com>
Co-authored-by: MaggieCabrera <maggie.cabrera@automattic.com>
Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
2022-07-20 14:54:48 -04:00
madhusudhand
c58ac1b8a8 Version Bump 2022-07-15 15:33:31 +05:30
Madhu Dollu
183ecad96d
migrate to npm workspaces (#6200) 2022-07-15 11:15:17 +05:30
madhusudhand
2f14ac70a7 Version Bump 2022-06-17 12:57:26 +05:30
Sarah Norris
945fc00165
Remove close button styles (#6082) 2022-06-17 12:38:08 +05:30
Mark Biek
0eb047cada Version Bump 2022-05-25 09:55:22 -04:00
Mark Biek
19a2c4ec86
Update all /pub themes so the theme-uri points to https://wordpress.com/theme/<slug> (#6033)
Previously, it was a mix of linking to Github vs. WordPress.com
2022-05-25 09:48:00 -04:00
Sarah Norris
320304de51 Version Bump 2022-05-24 18:36:37 +01:00
colinduwe
ad5c836978
Update header pattern loading (#5955)
Changed from get_template_dir() to get_theme_file_path() so that headers in the child theme override Blockbase.
2022-05-24 18:28:20 +01:00
Mark Biek
ab437b49ca Version Bump 2022-05-23 15:33:48 -04:00
Mark Biek
c69c94508f
Fix issue with duplicate title tags in blockbase (#6019)
Adding `title-tag` theme support is redundant in block themes. See
https://github.com/Automattic/themes/issues/5702 for full discussion.
2022-05-23 12:00:34 -04:00
Sarah Norris
4ba24db18e Version Bump 2022-05-05 18:18:50 +01:00
Matias Benedetto
9b03958b77
Blockbase: fixing separator block ddots option (#5964) 2022-05-05 18:15:43 +01:00
Jason Crist
4a8b9900d6
Add a changelog generator and various changelogs (#5903)
Co-authored-by: mikachan <sarah@sekai.co.uk>
2022-04-21 10:23:35 -04:00
Jason Crist
2c1775b82e Version Bump 2022-04-12 11:30:00 -04:00
Jason Crist
662df18149
Blockbase: Account for additional content via css grid configuration (#5816) 2022-04-12 11:28:52 -04:00
Jason Crist
2f49a152d6 Version Bump 2022-04-05 15:43:02 -04:00
Sarah Norris
d6d5cb6176
Blockbase: add padding for group blocks with a background (#5811)
* Add padding for group blocks with backgrounds
* Removed Blockbase's opinionated post-content>p padding
Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-04-05 15:41:50 -04:00
Jason Crist
8d9e78c5fb
Remove the Gutenberg Dependency Check from Blockbase and bump required version to 5.9 (#5823) 2022-04-05 15:41:21 -04:00
Sarah Norris
de3d549106 Version Bump 2022-04-01 11:39:00 +01:00
Sarah Norris
ebee9e809c
Add select boxes to form styles (#5793) 2022-04-01 11:23:06 +01:00
Jason Crist
6ab7080e27
Change how 'old custom theme colors' are cleaned out to be more specific (#5754) 2022-04-01 11:21:37 +01:00
Omar Alshaker
84ae7eb479
Fix Woo number input in Blockbase (#5354) 2022-04-01 11:20:14 +01:00
Jason Crist
4fd5c6149d
Added Gutenberg check to Blockbase themes (#5735)
* Added Gutenberg check to Blockbase themes

* tucked the  check into the if statement where it belongs

* Lint autofix.

* Update translation text domain

Co-authored-by: Jeff Ong <jonger4@gmail.com>
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2022-04-01 11:19:43 +01:00
madhusudhand
d25f000df4 Version Bump 2022-03-31 17:14:11 +05:30
Madhu Dollu
a62ba4a1e2
Blockbase: add style overrides for navigation block links (#5741) 2022-03-31 17:08:35 +05:30
madhusudhand
92c58231d8 Version Bump 2022-03-30 17:32:47 +05:30
Madhu Dollu
e9a4d09191
Blockbase: update font sizes to rem instead of px for a11y (#5752) 2022-03-30 17:29:13 +05:30
Jeff Ong
3a5d01181f Version Bump 2022-03-18 13:04:43 -04:00
Jeff Ong
aaf31da823
Add missing paren. (#5710) 2022-03-18 13:04:04 -04:00
Jeff Ong
15bb10aeb4 Version Bump 2022-03-11 15:42:25 -05:00
Laurel
7b5de41f4f
Blockbase: move require social-navigation.php inside a check for WP_Theme_JSON_Resolver_Gutenberg to avoid errors. (#5654) 2022-03-11 08:27:22 +00:00
Sarah Norris
07bc404e73 Version Bump 2022-03-09 14:15:53 +00:00
Jason Crist
f47fbf09d9
Moved color customizations from custom to theme (#5629) 2022-03-09 13:42:28 +00:00