Skip to content

Commit

Permalink
Merge branch 'develop' into try/update_RN_0.62.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun committed Aug 24, 2020
2 parents 619342d + 0bc13d8 commit 104428a
Show file tree
Hide file tree
Showing 35 changed files with 2,807 additions and 2,047 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ jobs:
macos:
xcode: "11.2.1"
steps:
- run:
name: Install watchman
command: brew unlink python@2 && brew install watchman
- checkout
- checkout-submodules
- npm-install
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ To test:
PR submission checklist:

- [ ] I have considered adding unit tests where possible.
- [ ] I have considered if this change warrants user-facing release notes [more info](docs/Release-notes.md) and have added them to `[RELEASE-NOTES.txt](RELEASE-NOTES.txt)` if necessary.
- [ ] I have considered if this change warrants user-facing release notes [more info](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/docs/Release-notes.md) and have added them to [RELEASE-NOTES.txt](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/RELEASE-NOTES.txt) if necessary.
23 changes: 10 additions & 13 deletions .github/PULL_REQUEST_TEMPLATE/release_pull_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,25 @@ Release for Gutenberg Mobile v1.XX.Y

## Extra PRs that Landed After the Release Was Cut

- [ ] PR 1
- [ ] PR 2
No extra PRs yet. 🎉

## Changes
<!-- To determine the changes you can check the RELEASE-NOTES.txt file and cross check with the list of commits that are part of the PR -->
<!-- To determine the changes you can check the RELEASE-NOTES.txt and gutenberg/packages/react-native-editor/CHANGELOG.md files and cross check with the list of commits that are part of the PR -->

- Change 1
- Change 2
- Change 1: link-to-pr-describing-change-1
- Change 2: link-to-pr-describing-change-2

## Test plan

- Use the main WP apps to test the changes above.
- Check WPAndroid and WPiOS PRs if there are specific tests to run.
- Smoke test the main WP apps for [general writing flow](https://github.com/wordpress-mobile/test-cases/tree/master/test-cases/gutenberg/writing-flow).

## Release Submission Checklist

- [ ] Release number was bumped
- [ ] Aztec dependencies are pointing to a stable release
- iOS: 'grep WordPressAztec-iOS RNTAztecView.podspec'
- Android: 'grep aztecVersion react-native-aztec/android/build.gradle'
- [ ] Gutenberg 'Podfile' and 'Podfile.lock' inside './ios/' are updated to the release number
- [ ] Bundle package of the release is updated
- [ ] Check if `RELEASE-NOTES.txt` is updated with all the changes that made it to the release
- [ ] Approve and run optional Android and iOS UI tests
- [ ] Aztec dependencies are pointing to a stable release.
- iOS: Aztec dependencies match in `RNTAztecView.podspec` and `gutenberg/packages/react-native-aztec/RNTAztecView.podspec`.
- [ ] Gutenberg 'Podfile.lock' inside 'gutenberg/package/react-native-editor/ios/' is updated to the release number.
- [ ] Check if `RELEASE-NOTES.txt` and `gutenberg/packages/react-native-editor/CHANGELOG.md` are updated with all the changes that made it to the release.
- [ ] Bundle package of the release is updated.

20 changes: 20 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
1.35.0
------
* Creating undo levels less frequently.

1.34.0
------
* Media editing support in Cover block.
* Fixed a bug on the Heading block, where a heading with a link and string formatting showed a white shadow in dark mode.

1.33.1
------
* Fixed a bug in the @-mentions feature where dismissing the @-mentions UI removed the @ character from the post.

1.33.0
------
* [***] Media editing support in Media & Text block.
* [***] New block: Social Icons
* [*] Cover block placeholder is updated to allow users start the block with a background color
* [*] Accessibility, update the title VoiceOver label to be more clear when you are editing the post or page title.

1.32.0
------
* [***] Adds Copy, Cut, Paste, and Duplicate functionality to blocks
Expand Down
2 changes: 1 addition & 1 deletion RNTAztecView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.xcconfig = {'OTHER_LDFLAGS' => '-lxml2',
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'}
s.dependency 'React-Core'
s.dependency 'WordPress-Aztec-iOS', '~> 1.19.2'
s.dependency 'WordPress-Aztec-iOS', '~> 1.19.3'

end
Loading

0 comments on commit 104428a

Please sign in to comment.