Commit graph

411 commits

Author SHA1 Message Date
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
Ben Dwyer
dc1dfe53d2
Blockbase: Fix social icons (#5592) 2022-03-02 09:38:19 +00:00
Ben Dwyer
509e70ab7c Version Bump 2022-02-24 20:34:09 +00:00
Ben Dwyer
e72ff47757
Blockbase: Remove list ponyfill (#5586) 2022-02-24 20:25:27 +00:00
alaczek
582ac1d88b
Winkel: Initial commit. (#5571)
* Winkel: Initial commit.

* Update winkel/style.css

* rename header template and simplify templates

* Winkel: Update header - enable logo syncing, remove navigation font size.

* Winkel: Update theme.json - use a different text color for paragraphs, define navigation font size.

* Refactor so that we can use the header-centered pattern in Winkel

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-02-24 20:24:13 +00:00
Ben Dwyer
972d9b0ce9
Blockbase: Add more issues that need to be resolved to remove CSS (#5587) 2022-02-24 17:44:27 +00:00
Sarah Norris
f442c2f1ed Version Bump 2022-02-16 15:12:34 +00:00
mike ritter
2b260c3074
Update README.md (#5528)
- corrected misspellings
- removed extra words
- added link to define DRY
2022-02-16 11:48:16 -03:00
Matias Benedetto
fa22ef5c1f
avoid linter warnings about yoda conditions (#5538) 2022-02-16 11:24:13 -03:00
Matias Benedetto
3b0ae93dde
Blockbase: Use the Global Styles rest API in the customizer (#5492)
* Blockbase: Use the Global Styles rest API in the customizer

* Color and Fonts customizer: changing implementation

* Color and Fonts customizer: changing implementation

* unlinting

* unlinting

* Customizer:  handling when settings or styles are not arrays

* Revert "Skatepark: dynamic duotone support (#4740)"

This reverts commit f1a3133076.

* Blockbase: Use the Global Styles rest API in the customizer

* Color and Fonts customizer: changing implementation

* unlinting

* unlinting

* Customizer:  handling when settings or styles are not arrays

* Revert "Skatepark: dynamic duotone support (#4740)"

This reverts commit f1a3133076.

* remove unused function

* move settings to the theme key

* revert skatepark changes

* revert skatepark changes

* Renaming variables

* Reverting dded23b133

* re-adding delete_transient

* Remonving condition to unset fonts when default is selected

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-02-15 17:15:50 -03:00
Ben Dwyer
762fa3fd19
Update alignment rules (#5526)
* Update alignment rules

* Run Blockbase build

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2022-02-15 13:09:56 -05:00
Sarah Norris
8a22ad8381 Version Bump 2022-02-15 11:39:38 +00:00
Jeff Ong
c75d4ef9c0
Try fixing the husky actions. (#5493)
* Test commit.

* Test.

* Test.

* test.

* test

* Update package.json.

* Update package-lock.json.

* Remove incorrect formatting.

* Test a syntax error.

* Test a style error.

* Remove weird undefined.

* test

* test

* test commit

* Update phpcodesniffer-composer-installer

* Update phpcompatibility-wp

* test

* fix composer

* test

* test

* Update composer lock

* test

* test.

* Fix linters error?

* test

* test

* reset

* test

* test

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2022-02-15 11:28:42 +00:00
Maggie
84073fa9c2 Version Bump 2022-02-11 10:11:04 +01:00
Maggie
4fb324e186
Skatepark: refactor CSS into block markup (#5473)
* refactored paragraph with quote pattern

* Image with caption pattern

* testimonial pattern

* Author block refactored

* removed navigation CSS that wasn't doing anything

* post comments CSS removed

* search block

* removed post meta css

* refactor index and links css

* scrapped more css

* removed partials

* removed unused includes

* removed headings styles refactoring pattern
2022-02-11 10:07:14 +01:00
Maggie
71c3f66ed3
fixed spacing for header (#5472) 2022-02-11 09:46:38 +01:00
Jeff Ong
e2efdeab00 Version Bump 2022-02-08 17:30:42 -05:00
Ben Dwyer
7d8fdd5f92
Update alignment styles (#5475)
* Update alignment styles

* tidy up formatting
2022-02-08 17:19:56 -05:00
Ben Dwyer
7296688700
Update dependencies (#5476)
* Update dependencies

* run agian with node 16
2022-02-08 16:11:05 +00:00
Ben Dwyer
6c9e7f0939 Version Bump 2022-02-04 19:45:13 +00:00
Ben Dwyer
071e4023ed
Blockbase: Add comments to a page (#5461) 2022-02-04 19:21:36 +00:00
Jason Crist
7045feb98a
Fixed import to include __DIR__ instead of assuming relative path (#5449) 2022-02-02 17:10:48 -05:00
Jason Crist
4f0433932a Version Bump 2022-02-02 16:37:17 -05:00
Jason Crist
cd163451cf
remove the default color check during color customizations save (#5446) 2022-02-02 16:15:44 -05:00