Skip to content

Commit e4d56b6

Browse files
authored
Merge pull request #146 from KevinBatdorf/release/1.4.0
Release 1.4.0
2 parents 689053b + 2894b68 commit e4d56b6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

pattern-css.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Lightening Fast, Safe, In-editor CSS Optimization and Minification Tool
55
* Requires at least: 6.7
66
* Requires PHP: 7.0
7-
* Version: 1.3.0
7+
* Version: 1.4.0
88
* Author: Kevin Batdorf
99
* Author URI: https://twitter.com/kevinbatdorf
1010
* License: GPL-2.0-or-later

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== Pattern CSS - The CSS Editor For Blocks ===
22
Contributors: kbat82
33
Tags: css, styles, inline, margin, editor
4-
Tested up to: 6.7
5-
Stable tag: 1.3.0
4+
Tested up to: 6.8
5+
Stable tag: 1.4.0
66
License: GPL-2.0-or-later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88

@@ -136,6 +136,11 @@ Add this to functions.php:
136136

137137
== Changelog ==
138138

139+
= 1.4.0 - 2025-05-12 =
140+
- Adds a draggable, resizable popout mode
141+
- Updates CSS engine to include recent CSS features
142+
- Allows "supports" support scoped to the block
143+
139144
= 1.3.0 - 2025-01-27 =
140145
- Switches to useStyleOverride for injecting styles
141146

src/state/popout.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// use zustand for x,y coordinates
21
import { create } from 'zustand';
32
import { persist, devtools } from 'zustand/middleware';
43

0 commit comments

Comments
 (0)