Skip to content

Commit

Permalink
Mobile Release v1.76.3 (#41498)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jun 2, 2022
1 parent 3323c84 commit 2db5149
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ 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]
Expand Down

0 comments on commit 2db5149

Please sign in to comment.