Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
6ea1d57
Release script: Update react-native-editor version to 1.76.0
jhnstn May 11, 2022
bcddcbc
Release script: Update with changes from 'npm run core preios'
jhnstn May 11, 2022
678bd2f
Update Changelog
jhnstn May 11, 2022
21b838c
Release script: Update react-native-editor version to 1.76.1
May 20, 2022
7f79f52
Release script: Update with changes from 'npm run core preios'
May 20, 2022
981471e
[Mobile] - BlockList - Add internal onLayout from CellRendererCompone…
May 18, 2022
0087e3d
[Mobile] - Fix Drag & Drop Chip positioning issue with RTL languages …
May 18, 2022
5c6fe0d
[RNMobile] Add drag & drop help guide in Help & Support screen (#40961)
fluiddot May 19, 2022
09d4368
[RNMobile] Fix drag mode not being enabled when long-pressing over Sh…
fluiddot May 20, 2022
c951e59
Mobile - Update changelog
May 20, 2022
d0b2cea
Translate NEW badge in Move blocks help screen
fluiddot May 20, 2022
132bc3a
Release script: Update react-native-editor version to 1.77.0
SiobhyB May 24, 2022
cb4105f
Release script: Update with changes from 'npm run core preios'
SiobhyB May 24, 2022
639598f
[RNMobile] Improve text read by screen readers for BottomSheetSelectC…
SiobhyB May 13, 2022
3fe5683
[RNMobile] Add 'Insert from URL' option to Image block (#40334)
derekblank May 23, 2022
a6dd494
[RNMobile] - E2E Simplify heading and lists blocks functions (#40670)
jostnes May 16, 2022
1b3391e
Add ruby version file (#41013)
jhnstn May 12, 2022
148f835
[RNMobile] Improvements to Getting Started Guides (#40964)
SiobhyB May 23, 2022
a046a61
update expected html for file block (#41300)
jostnes May 25, 2022
ede6624
Add waitForVisible() to all blocks (#41126)
jostnes May 25, 2022
2daf775
Update CHANGELOG
SiobhyB May 26, 2022
d8fbfbd
Revert "update expected html for file block (#41300)"
SiobhyB May 26, 2022
efc0f2c
[RNMobile] Ensure post title gets focused when is notified from nativ…
fluiddot May 26, 2022
4c714af
Release script: Update react-native-editor version to 1.77.1
fluiddot Jun 2, 2022
9365c4e
Release script: Update with changes from 'npm run core preios'
fluiddot Jun 2, 2022
ad2c8e4
[RNMobile] Bump `react-native-reanimated` version to `2.4.1-wp-3` (#4…
fluiddot Jun 2, 2022
f10a378
Update react-native-editor changelog
fluiddot Jun 2, 2022
4cfbd82
Release script: Update react-native-editor version to 1.78.0
fluiddot Jun 10, 2022
5b447b4
Release script: Update with changes from 'npm run core preios'
fluiddot Jun 10, 2022
8bd8d90
[RNMobile] Bump `react-native-gesture-handler` to version `2.3.2` (#4…
fluiddot May 27, 2022
bdaaf6e
Update react-native-editor changelog
fluiddot Jun 10, 2022
6e13c9e
Release script: Update react-native-editor version to 1.78.1
SiobhyB Jun 16, 2022
32ab484
Release script: Update with changes from 'npm run core preios'
SiobhyB Jun 16, 2022
4ae461c
[RNMobile] Gallery block: Re-introduce `v1` (#41533)
fluiddot Jun 14, 2022
01adee1
[RNMobile] Fix missing translations for locales that include region (…
fluiddot Jun 14, 2022
b1352b7
Update CHANGELOG
SiobhyB Jun 16, 2022
77417b6
Release script: Update react-native-editor version to 1.79.0
dcalhoun Jul 7, 2022
4e35a9d
Release script: Update with changes from 'npm run core preios'
dcalhoun Jul 7, 2022
2f31836
[RNMobile] Add integration tests to cover Drag & Drop functionality (…
fluiddot May 31, 2022
fb5f7e4
[Mobile] - Add E2E tests for the Drag & Drop blocks feature (#41368)
May 31, 2022
aee2a06
Mobile - Skip some of the Drag & Drop E2E on iOS (#41529)
Jun 3, 2022
c7a740c
where it can change to use clickIfClickable(), add new param for wait…
jostnes Jun 2, 2022
83444ec
[RNMobile] Add 'Insert from URL' option to Video block (#41493)
derekblank Jun 9, 2022
d407e8f
Upgrade Aztec to v1.5.9 (#41828)
derekblank Jun 22, 2022
720843b
fix: Image block preserves alt text from media library (#41839)
dcalhoun Jun 23, 2022
94e8c68
[RNMobile] Implement recovery option for invalid blocks (#41988)
SiobhyB Jul 4, 2022
95a1894
docs: Update change log
dcalhoun Jul 7, 2022
c9c1e6b
[RNMobile] Upgrades Gradle to 7.4.2 & Android Gradle Plugin to 7.2.1 …
oguzkocer Jul 7, 2022
581fc70
Update Aztec-Android version to v1.6.0 (#42243)
oguzkocer Jul 7, 2022
5f7855f
Release script: Update react-native-editor version to 1.79.1
dcalhoun Jul 19, 2022
170b21a
Release script: Update with changes from 'npm run core preios'
dcalhoun Jul 19, 2022
62e7ef0
fix: Workaround Android 12 webview crash (#42517)
dcalhoun Jul 19, 2022
c905e8d
Merge branch 'trunk' of github.com:WordPress/gutenberg into rnmobile/…
dcalhoun Jul 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG
  • Loading branch information
SiobhyB committed May 26, 2022
commit 2daf775b8a435ed4862b126c1488e1da3e3f7ade
1 change: 1 addition & 0 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ For each user feature we should also add a importance categorization label to i
## 1.77.0

- [*] [a11y] Improve text read by screen readers for BottomSheetSelectControl [#41036]
- [*] Add 'Insert from URL' option to Image block [#40334]

## 1.76.1

Expand Down