UNPKG

2.02 kBMarkdownView Raw
1## 2.3.0 (2019-03-06)
2
3### New Feature
4
5- Add background color controls for the table block.
6- Add new `RSS` block ([#7966](https://github.com/WordPress/gutenberg/pull/7966)).
7- Add new `Search` block ([#13583](https://github.com/WordPress/gutenberg/pull/13583)).
8
9## 2.2.12 (2019-01-03)
10
11## 2.2.11 (2018-12-18)
12
13## 2.2.10 (2018-12-12)
14
15## 2.2.9 (2018-11-30)
16
17## 2.2.8 (2018-11-30)
18
19## 2.2.7 (2018-11-22)
20
21## 2.2.6 (2018-11-21)
22
23## 2.2.5 (2018-11-20)
24
25## 2.2.4 (2018-11-15)
26
27## 2.2.3 (2018-11-12)
28
29### Bug Fixes
30
31- Add a minimum width for the audio block to fixed floated audio blocks.
32
33## 2.2.2 (2018-11-12)
34
35### Polish
36
37- Columns Block: Improve usability while editing columns.
38
39## 2.2.1 (2018-11-09)
40
41## 2.2.0 (2018-11-09)
42
43### New Features
44
45- Gallery Block: Add screen reader support for order of images in gallery.
46
47## 2.1.8 (2018-11-03)
48
49### Polish
50
51- File Block: Create file blocks when dropping multiple files at once.
52
53## 2.1.7 (2018-10-30)
54
55## 2.1.6 (2018-10-30)
56
57### Bug Fixes
58
59- Classic Block: Prevent theme styles from italicising the italicise button.
60- Gallery Block: Fix the "Remove Image" button appearing blank when an image is focussed.
61
62## 2.1.5 (2018-10-29)
63
64## 2.1.4 (2018-10-22)
65
66### Bug Fixes
67
68- Video Block: Set correct media types for the poster image.
69
70## 2.1.3 (2018-10-19)
71
72## 2.1.2 (2018-10-18)
73
74## 2.1.0 (2018-10-10)
75
76### New Features
77
78- Include the classic block if `wp.oldEditor` is defined.
79- Include the HTML block.
80
81## 2.0.0 (2018-09-05)
82
83### Breaking Change
84
85- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods.
86
87### Deprecations
88
89- Attribute type coercion has been deprecated. Omit the source to preserve type via serialized comment demarcation.