Version 1.9
Released: February 21, 2019
- Add escaping to the pingback URL. (#43717)
- Implement preconnect for Google Fonts. (#44668)
Version 1.8
Released: January 9, 2019
- Make sure button blocks respect the default rounded style, as well as the squared and outline options. (#45541)
- Bump version numbers of updated scripts and stylesheets to prevent caching. (#45679)
Version 1.7
Released: December 19, 2018
- Update styles so button blocks will apply theme's custom colors. (#45427)
- Swap incorrect styles for `sub` and `sup` in the editor styles, so the styles are correct. (#44776)
- Correct block appender appearance in block editor. (#45450)
- Remove the term "Gutenberg" from code comments. (#45452)
Version 1.6
Released: December 6, 2018
- Add front end styles, editor styles and a custom color palette for the new block-based editor. (#45044 and #45245)
- Add theme support for responsive block embeds. (#45274)
- Update theme’s wide image styles and JavaScript to include image blocks. (#45380)
Version 1.5
Released: May 17, 2018
- Remove the svn:executable property from files that don't need it. (#42594)
- General: Fix some precision alignment formatting warnings. (#41057)
- Code is Poetry. WordPress' code just... wasn't. (#41057)
- Add link to privacy policy page in footer. (#43715)
- Comments: Move comment consent input outside the label for a11y. (#43436)
Version 1.4
Released: November 14, 2017
- Allow category display in post preview even when there is only one category. (#39531)
- Replace a variety of http links referenced in inline docs with their
https
counterparts. (#40732)
- Correct the
@return
value for twentysixteen_post_thumbnail_sizes_attr()
. (#41830)
- Replace inline control structureв to improve code readability. (#38468)
- Make sure comment number comparison in comments.php works as expected. (#39660)
- Change tag cloud format to a list (ul) for better semantics and accessibility. (#40138)
Version 1.3
Released: August 15, 2016
- Update deprecated theme tags. (#457)
- Make twentysixteen_categorized_blog() function pluggable. (#446)
- Add clearfix for blockquote. (#462)
- Add styles for date/time input[type]s introduced in HTML5. (#437)
- Remove .pot files from Default Themes. (#473)
Version 1.2
Released: April 12, 2016
- Remove title attribute from search field
- Prevent overflowing of fieldsets on small screens
- jQuery: Replace use of the
.load()
method for the "load" event with .on( 'load', handler )
- Adding site logo functionality
- Add selective refresh support for site title and tagline
- Add customize-selective-refresh-widgets theme support
Version 1.1
Released: January 6, 2016
- Remove unnecessary crop parameter
- Remove an extra separator in post meta for single author blog
- Comment tag fix
- Filter tag cloud widget font size to avoid !important in CSS
- Fix incorrect opacity property for IE specific stylesheet.
- Escape attribute text properly in `aria-label` attributes
Version 1.0
Released: December 8, 2015
Initial Release.