From ff4ac6160176092bd20732c1b69b0fe08388fd3e Mon Sep 17 00:00:00 2001 From: Gerardo Pacheco Date: Thu, 2 Jun 2022 18:30:17 +0200 Subject: [PATCH] Mobile Release v1.76.3 (#41498) * Release script: Update react-native-editor version to 1.76.0 * Release script: Update with changes from 'npm run core preios' * Update Changelog * Release script: Update react-native-editor version to 1.76.1 * Release script: Update with changes from 'npm run core preios' * [Mobile] - BlockList - Add internal onLayout from CellRendererComponent to BlockListItemCell (#41105) * Mobile - BlockList - Pass FlatList internal onLayout through CellRendererComponent * Mobile - Update onLayout naming for BlockListItemCell * [Mobile] - Fix Drag & Drop Chip positioning issue with RTL languages (#41053) * Mobile - Fix - Drag & drop chip issue with RTL languages * Mobile - BlockDraggable - Rename maxWidth variable to contentWidth * Mobile - BlockDraggable - Add custom exiting animation that uses the same functionality as ZoomOutEasyDown but customizing the translateX value taking into account RTL languages. * [RNMobile] Add drag & drop help guide in Help & Support screen (#40961) * Add drag & drop help guide * Update content of help screen related to moving blocks * Update drand-and-drop images * Update styles of heading component of help screen * Add HelpDetailBadge component This component will be rendered in `HelpDetailSectionHeadingText` component via the `badge` prop. * Add NEW badge to move blocks help section * Optimize drag-and-drop images * Add move-blocks icon to Help & Support screen * Update react-native-editor changelog * Add HelpSectionTitle component * Prevent rendering separator on last help topic item * [RNMobile] Fix drag mode not being enabled when long-pressing over Shortcode block (#41155) * Add prop for disabling suggestions button * Use allowed formats in format types calculation * Add RichText version to PlainText component * Use experimental version of PlainText in Shortcode block * Add disableAutocorrection prop to RichText * Disable autocorrection in Shortcode block * Update PlainText props in Shortcode block * Use pre as tagName in PlainText * Rename replaceLineBreaks function * Update shortcode block unit tests * Prevent text input focus when selecting Shortcode block * Force text color in Shortcode block * Remove tagName prop from PlainText component * Mobile - Update changelog * Translate NEW badge in Move blocks help screen * Release script: Update react-native-editor version to 1.76.2 * Release script: Update with changes from 'npm run core preios' * [RNMobile] Ensure post title gets focused when is notified from native side (#41371) * Update react-native-editor changelog * Release script: Update react-native-editor version to 1.76.3 * Release script: Update with changes from 'npm run core preios' * Bump react-native-reanimated dependency * Update changelog * Update Changelog * Revert removing comma Co-authored-by: jhnstn Co-authored-by: Carlos Garcia --- packages/react-native-editor/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 0a7190341a464b..df6400d3d06e3a 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -24,6 +24,14 @@ For each user feature we should also add a importance categorization label to i - [*] [a11y] Improve text read by screen readers for BottomSheetSelectControl [#41036] - [*] Add 'Insert from URL' option to Image block [#40334] +## 1.76.3 + +- [***] Fixes a crash on iOS related to JSI and Reanimated [#41482] + +## 1.76.2 + +- [*] Ensure post title gets focused when is notified from native side [#41371] + ## 1.76.1 - [*] BlockList - Add internal onLayout from CellRendererComponent to BlockListItemCell [#41105]