Skip to content

Commit 2db5149

Browse files
Gerardo Pachecojhnstnfluiddot
authored
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 <[email protected]> Co-authored-by: Carlos Garcia <[email protected]>
1 parent 3323c84 commit 2db5149

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/react-native-editor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ For each user feature we should also add a importance categorization label to i
1616
- [*] [a11y] Improve text read by screen readers for BottomSheetSelectControl [#41036]
1717
- [*] Add 'Insert from URL' option to Image block [#40334]
1818

19+
## 1.76.3
20+
21+
- [***] Fixes a crash on iOS related to JSI and Reanimated [#41482]
22+
1923
## 1.76.2
2024

2125
- [*] Ensure post title gets focused when is notified from native side [#41371]

0 commit comments

Comments
 (0)