Commit graph

23 commits

Author SHA1 Message Date
Miguel
1196e44266 Version Bump 2024-04-03 14:09:49 +02:00
Dan Luu
2f1167d9ad
Lossless image optimization (#7671)
* Lossless image optimization (using ImageOptim).

This shouldn't change the visual appearance of any images. ImageOptim
was run with the highest compression setting except that JPEG metadata
stripping was disabled because some users prefer to avoid stripping
JPEG metadata.

* Update READMEs that have Changelogs for themes impacted by lossless image optmization change.
2024-03-20 11:46:05 +00:00
Jason Crist
ef2c7da838
Corrected version numbers that should have already been at 1.x or higher (#7055)
* Corrected version numbers that should have already been at 1.x or higher.
2023-05-04 13:53:38 -04:00
Wojtek Naruniec
deb984d694 Version Bump 2023-04-04 11:19:28 +02:00
Wojtek Naruniec
3a6c75a92e
Update new theme links to point to WPCOM instead of GitHub (#6969) 2023-04-04 11:08:46 +02:00
alaczek
254f759385 Version Bump 2023-03-17 16:20:58 +11:00
alaczek
7c033b79cd
Blank Cnvas 3: Update date in readem.txt. (#6924) 2023-03-17 20:16:34 +11:00
alaczek
6d4e963f8d Version Bump 2023-02-02 13:56:37 +11:00
Miguel San Segundo
73b4cbbca8
Add missing comma that breaks the json (#6854) 2023-02-02 09:44:17 +07:00
alaczek
9c9e56c337 Version Bump 2023-02-01 13:53:56 +11:00
Miguel San Segundo
0500207504
Remove top and bottom global paddings (#6845) 2023-02-01 13:31:07 +11:00
Sarah Norris
d9af28108d Version Bump 2023-01-04 15:04:01 +00:00
Onur Oztaskiran
7792804b45
Fix background color variable (#6806) 2023-01-04 13:15:20 +03:00
alaczek
f1986d4bc2 Version Bump 2022-11-28 09:54:27 +11:00
Onur Oztaskiran
dcfb3d9c71
Update Spacings (#6745)
Updated spacings to use core/editor default presets and removed TT3 based spacing presets.
2022-11-24 16:03:10 +03:00
Jason Crist
c453b6cf6a Version Bump 2022-11-23 11:32:41 -05:00
Onur Oztaskiran
efd80231f4
Update font sizes for better fluid typography scale (#6740)
Updated font sizes in theme.json for better contrast in large sizes.
2022-11-22 16:12:23 +03:00
madhusudhand
8f67c6274f Version Bump 2022-11-16 16:18:21 +05:30
Onur Oztaskiran
92925511cc
Blank Canvas 3 - Incorrect color value fix & increased widths (#6726)
* Added Page template and typo updates

- Page template added, with singular.html removed for the purpose of single.html having post meta, and page to be plain.
- Heading size fixes

* Missing color fix & increased widths

- Assigned the correct color for text
- Wide and content widths are slightly increased for better support for Pattern Assembler

* Fix theme uri

Fixed theme uri was misplaced with previous commit, this one fixes it
2022-11-16 01:08:25 +03:00
Autumn
57640417a8
Fix theme URI (#6707)
Fix theme URI to be https://github.com/automattic/themes/tree/trunk/blank-canvas-3
2022-11-16 01:06:31 +03:00
Jason Crist
098066396b Version Bump 2022-11-09 16:30:08 -07:00
Onur Oztaskiran
5d2af580c8
Added Page template and typo updates (#6715)
- Page template added, with singular.html removed for the purpose of single.html having post meta, and page to be plain.
- Heading size fixes
2022-11-09 13:50:05 +03:00
Onur Oztaskiran
eb2bf15491
Initial Commit of Clean Slate (#6665)
* Clean Slate initial commit

The first commit of the Clean Slate theme, a blank/starter theme.

* broken commit process

Initial commit stuck at delta. will re-commit the fonts

* Revert "broken commit process"

This reverts commit e2653f78a8.

* Removal of all patterns

Removed all patterns from the theme

* Missing new lines added

Missing new lines in templates and parts added

* Removal of parent theme line in style.css

Removed "Template:" declaration line in style.css since this is not a child theme.

* Removal of TT3 fonts

Removed all custom fonts bundled with the theme

* Renamed to Blank Canvas

Per the decision on the name, this will be the replacement of Blank Canvas

* Remove all templates except index and singular

* Removal of CustomTemplates

Removed custom templates declarations from the theme.json file
2022-10-25 14:09:20 +03:00