Skip to content

Commit 43c8eb0

Browse files
Merge branch 'main' into @kacperzolkiewski/add-e2e-tests-to-ci
2 parents aae1a89 + 40d1ee2 commit 43c8eb0

613 files changed

Lines changed: 35705 additions & 14367 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Feature Request 💡
4-
url: https://github.com/software-mansion/react-native-enriched/discussions/new?category=ideas
4+
url: https://github.com/software-mansion/react-native-enriched-html/discussions/new?category=ideas
55
about: If you have a feature request, please create a new discussion on GitHub.
66
- name: Discussions on GitHub 💬
7-
url: https://github.com/software-mansion/react-native-enriched/discussions
7+
url: https://github.com/software-mansion/react-native-enriched-html/discussions
88
about: If this library works as promised but you need help, please ask questions there.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Include any visual proof that helps reviewers understand the change — UI updat
2929
| ------- | :---------: |
3030
| iOS | ✅❌ |
3131
| Android | ✅❌ |
32+
| Web | ✅❌ |
3233

3334
## Checklist
3435

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
build-ios:
193193
needs: [changes]
194194
if: needs.changes.outputs.ios == 'true'
195-
runs-on: macos-latest
195+
runs-on: macos-26
196196
env:
197197
TURBO_CACHE_DIR: .turbo/ios
198198
steps:
@@ -205,7 +205,7 @@ jobs:
205205
- name: Set up Xcode
206206
uses: maxim-lobanov/setup-xcode@v1
207207
with:
208-
xcode-version: '16.4'
208+
xcode-version: '26.3'
209209

210210
- name: Reset build folder and pods
211211
run: rm -rf apps/example/build apps/example/ios/Pods apps/example/ios/Podfile.lock

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: ${{ github.event_name == 'workflow_dispatch' }}
4949
uses: software-mansion/npm-package-publish@1bb885ec49bed729c8c1ec95a11a285d89f1bf45
5050
with:
51-
package-name: 'react-native-enriched'
51+
package-name: 'react-native-enriched-html'
5252
package-json-path: 'package.json'
5353
install-dependencies-command: 'yarn install --immutable'
5454
release-type: ${{ inputs.release-type }}
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ github.event_name == 'schedule' }}
6060
uses: software-mansion/npm-package-publish@1bb885ec49bed729c8c1ec95a11a285d89f1bf45
6161
with:
62-
package-name: 'react-native-enriched'
62+
package-name: 'react-native-enriched-html'
6363
package-json-path: 'package.json'
6464
install-dependencies-command: 'yarn install --immutable'
6565
release-type: 'nightly'
File renamed without changes.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
appId: swmansion.enriched.example
2+
tags:
3+
- ios-only
4+
---
5+
# PR #500 - fix: handling of zero-width space (ZWS) offset inside parser
6+
# Reproduces the bug from issue #419.
7+
- launchApp
8+
9+
- tapOn:
10+
id: "toggle-screen-button"
11+
12+
- runFlow:
13+
file: "../subflows/set_editor_value.yaml"
14+
env:
15+
VALUE: "<html><codeblock><p>Code</p><br><br><br></codeblock><h3>H3</h3></html>"
16+
17+
- tapOn:
18+
id: "size-max-button"
19+
20+
- runFlow:
21+
file: "../subflows/capture_or_assert_screenshot.yaml"
22+
env:
23+
SCREENSHOT_NAME: "codeblock_br_preservation"

.maestro/flows/codeblock_no_link_detection.yaml renamed to .maestro/enrichedInput/flows/codeblock_no_link_detection.yaml

File renamed without changes.
File renamed without changes.

.maestro/flows/conflicting_paragraph_merge.yaml renamed to .maestro/enrichedInput/flows/conflicting_paragraph_merge.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ appId: swmansion.enriched.example
2828
- pressKey: Backspace
2929

3030
- runFlow:
31-
when:
32-
platform: "android"
3331
commands:
3432
- pressKey: Backspace
3533
- inputText: " "
File renamed without changes.

0 commit comments

Comments
 (0)