You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
## Changelog #
2
2
3
+
### 1.5.6 – 2020-08-10 ###
4
+
5
+
Small bugfixes, improved testing
6
+
7
+
* Fix: Prevent a console warning for a prop in WP 5.5
8
+
* New: More JS component tests, and an e2e test
9
+
3
10
### 1.5.5 – 2020-04-23 ###
4
11
5
12
Removed upgrade screen, dependency updates
@@ -42,7 +49,7 @@ This is a bugfix release, focused mostly on compatibility with WordPress 5.3.
42
49
43
50
### 1.5.0 – 2019-10-30 ###
44
51
45
-
Ready for a big release? We're really happy to be introducing quite a number of highly requested features, including a PHP API for registering blocks with code, a new text field with lists and headings, and some neat workflow efficiencies when building your block.
52
+
Ready for a big release? We're really happy to be introducing quite a number of highly requested features, including a PHP API for registering blocks with code, a new text field with lists and headings, and some neat workflow efficiencies when building your block.
46
53
47
54
* New: There's now a PHP API for registering blocks using code (instead of the WP Admin UI). Documentation is [here](https://github.com/getblocklab/block-lab/pull/434) for now, but more on its way soon
48
55
* New: Classic Text control (for Block Lab Pro users)! This field is similar to Rich Text, but has a few extra options for things like lists and headings
0 commit comments