Skip to content

Commit 478c3fa

Browse files
committed
chore(release): 1.3.0
1 parent 1588197 commit 478c3fa

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.3.0](https://github.com/flyntwp/flynt/compare/v1.2.1...v1.3.0) (2020-08-13)
6+
7+
8+
### Features
9+
10+
* **BlockVideoOembed:** add multiple size options ([a26a933](https://github.com/flyntwp/flynt/commit/a26a933ce6b3b9b1abab732e551fbe1dc8fcb09c))
11+
* **Components:** Accessibility Improvements ([1ebc27b](https://github.com/flyntwp/flynt/commit/1ebc27b386ac86398d8cc7ce2253388252eeb9bb))
12+
* **ExternalScriptLoader:** remove ([8c54251](https://github.com/flyntwp/flynt/commit/8c542514e0fcfbad88c389f4863199db2a9a937b)), closes [#283](https://github.com/flyntwp/flynt/issues/283)
13+
* **FormPasswordProtection, post, GridPostsArchive:** add missing titles in favor of accessibility ([4891096](https://github.com/flyntwp/flynt/commit/489109652e168d9936ac632b2b78f7c136b309ff))
14+
* **NavigationMain:** allow changing the logo via the customizer ([4e84112](https://github.com/flyntwp/flynt/commit/4e8411260f5b5fdd2d13bbee6e5b0066578d61c5))
15+
* **pageComponents:** add page components to all pages and post types, but posts ([f218164](https://github.com/flyntwp/flynt/commit/f218164d3c470a6976656b72f121570939c177df))
16+
* **RemoveEditor:** dequeue Gutenberg styles ([3321873](https://github.com/flyntwp/flynt/commit/3321873109cba56fb66c01a365609a6521bacb37)), closes [#261](https://github.com/flyntwp/flynt/issues/261)
17+
* **theme:** add heading format classes ([6f357ce](https://github.com/flyntwp/flynt/commit/6f357ceadd1d529916b39baae6d622ba25b4d018))
18+
* **TimberDynamicResize:** finetune functionality, add global options ([40e2f64](https://github.com/flyntwp/flynt/commit/40e2f645f9c294d989e9269958ba3e0f9dbb60eb))
19+
* **translations:** make component labels translatable ([4524cab](https://github.com/flyntwp/flynt/commit/4524cabdf0ad83d35fb711d580ce4359b4bc1154))
20+
21+
22+
### Bug Fixes
23+
24+
* **baseStyle:** add missing parenthesis to data:image causing issues in IE ([071970d](https://github.com/flyntwp/flynt/commit/071970dd458dbef96628e7f092ab625d5a2fbeb8))
25+
* **BlockVideoOembed:** substitute deprecated selector ([#244](https://github.com/flyntwp/flynt/issues/244)) ([0338027](https://github.com/flyntwp/flynt/commit/0338027dca6ed54dd96128c8e720ab6299ef30dd))
26+
* **ComponentLogServer:** check if WP_ENV is defined ([04299f9](https://github.com/flyntwp/flynt/commit/04299f9253dc7ee9b92bf4600e7017c53bd66da6)), closes [#247](https://github.com/flyntwp/flynt/issues/247)
27+
* **FeatureAdminComponentScreenshots:** fix preview image not being full width ([7a68830](https://github.com/flyntwp/flynt/commit/7a688307364bd23963b27764824d2194a3a9e50f))
28+
* **MimeTypes:** allow png uploads, remove max upload size, update instructions ([33f0247](https://github.com/flyntwp/flynt/commit/33f0247241d27bc1650da348dbb51530076500f7))
29+
530
### [1.2.1](https://github.com/flyntwp/flynt/compare/v1.2.0...v1.2.1) (2020-03-02)
631

732

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flynt",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"main": "index.js",
55
"repository": "[email protected]:flyntwp/flynt.git",
66
"author": "bleech <[email protected]>",

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Theme Name: Flynt
33
Theme URI: https://www.flyntwp.com/
44
Description: The starter theme for building Flynt projects.
5-
Version: 1.2.1
5+
Version: 1.3.0
66
Author: bleech <[email protected]>
77
Author URI: https://bleech.de/
88
Text Domain: flynt

0 commit comments

Comments
 (0)