Skip to content

Commit 26002d4

Browse files
committed
chore: publish
- @native-html/heuristic-table-plugin@1.0.0-alpha.0 - @native-html/iframe-plugin@3.0.0-alpha.0 - @native-html/plugins-core@2.0.0-alpha.0 - @native-html/table-plugin@6.0.0-alpha.0
1 parent bb25566 commit 26002d4

File tree

8 files changed

+77
-67
lines changed

8 files changed

+77
-67
lines changed

packages/heuristic-table-plugin/CHANGELOG.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,83 @@
1-
# [0.7.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.6.0...@native-html/heuristic-table-plugin@0.7.0) (2021-10-13)
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.0.0-alpha.0](github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.7.0...@native-html/heuristic-table-plugin@1.0.0-alpha.0) (2026-04-14)
27

8+
### Bug Fixes
9+
10+
* adjust tests after version bump ([bab83b9](github.com/native-html/plugins/commits/bab83b94a79d2ac9d658c7e44665381ae79f4021)) - by @5ZYSZ3K
11+
12+
### Features
13+
14+
* fix example app and switch from react-native-render-html to @native-html/render ([5cd0239](github.com/native-html/plugins/commits/5cd0239140bce1610186fcc1a8921f1f35ef4337)) - by @5ZYSZ3K
15+
* upgrade @native-html/render to a stable version ([bb25566](github.com/native-html/plugins/commits/bb25566282fb604f7fb4f747ec72428934d9f4d0)) - by @5ZYSZ3K
16+
* upgrade all packages and bring libraries to work ([228ce17](github.com/native-html/plugins/commits/228ce174f2598c2aa6ed9b78fcd1f0d43d439d0a)) - by @5ZYSZ3K
17+
18+
# [0.7.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.6.0...@native-html/heuristic-table-plugin@0.7.0) (2021-10-13)
319

420
### Features
521

622
* **heuristic-table:** support rnrh@6.1.0 `renderIndex` and `renderLength` props ([961de3d](https://github.com/native-html/plugins/commit/961de3d519c52e4d5fa12e59489003736d11aed2))
723

824
# [0.6.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.5.0...@native-html/heuristic-table-plugin@0.6.0) (2021-06-08)
925

10-
1126
### Features
1227

1328
* **heuristic-table:** support react-native-render-html@6.0.0-beta.0 ([ffa4f2c](https://github.com/native-html/plugins/commit/ffa4f2c17322e2bb69a58617c2a31b38a246bdb7))
1429

1530
# [0.5.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.4.0...@native-html/heuristic-table-plugin@0.5.0) (2021-05-21)
1631

17-
1832
### Features
1933

2034
* support react-native-render-html@6.0.0-alpha.25; beware of upstream breaking changes ([53e322c](https://github.com/native-html/plugins/commit/53e322cad64aece27d5c95c1bc9fb4a3095addbd))
2135

2236
# [0.4.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.3.4...@native-html/heuristic-table-plugin@0.4.0) (2021-04-17)
2337

24-
2538
### Features
2639

2740
* **heuristic-table:** support react-native-render-html@6.0.0-alpha.23 ([0edee7a](https://github.com/native-html/plugins/commit/0edee7ac2bce532a3f11e7aa5f076b8428694ad3))
2841

2942
## [0.3.4](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.3.3...@native-html/heuristic-table-plugin@0.3.4) (2021-04-17)
3043

31-
3244
### Bug Fixes
3345

3446
* restrict to react-native-render-html < 6.0.0-alpha.23 ([3a8d9f8](https://github.com/native-html/plugins/commit/3a8d9f8fada412d5adae663338b4661a20b19be3))
3547

3648
## [0.3.3](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.3.2...@native-html/heuristic-table-plugin@0.3.3) (2021-04-17)
3749

38-
3950
### Bug Fixes
4051

4152
* restrict compatible versions of react-native-render-html ([032c4ed](https://github.com/native-html/plugins/commit/032c4ed035150471c914d6406fe7b2b2237035fe))
4253

4354
## [0.3.2](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.3.1...@native-html/heuristic-table-plugin@0.3.2) (2021-03-23)
4455

45-
4656
### Bug Fixes
4757

4858
* **heuristic-table:** display glich with multiple rowspan in the same column ([bab4daf](https://github.com/native-html/plugins/commit/bab4daf3ec2954c8b9e273db175980f7533b738b))
4959

5060
## [0.3.1](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.3.0...@native-html/heuristic-table-plugin@0.3.1) (2021-03-04)
5161

52-
5362
### Bug Fixes
5463

5564
* **heuristic-table:** ignoring `overrideContentWidth` option ([8d9224a](https://github.com/native-html/plugins/commit/8d9224ac324e816243d680ae35b05cc66a669d45))
5665

5766
# [0.3.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.2.0...@native-html/heuristic-table-plugin@0.3.0) (2021-03-04)
5867

59-
6068
### Features
6169

6270
* advanced layout algorithm ([05eeb6e](https://github.com/native-html/plugins/commit/05eeb6ed33375284fe9d18c70aec5b4633ded484))
6371
* pass markers from table root to cells ([fcfd4b7](https://github.com/native-html/plugins/commit/fcfd4b7be07da5fe22e63574a3695c65c598b035))
6472

6573
# [0.2.0](https://github.com/native-html/plugins/compare/@native-html/heuristic-table-plugin@0.1.0...@native-html/heuristic-table-plugin@0.2.0) (2021-02-20)
6674

67-
6875
### Features
6976

7077
* **heuristic-table:** export hooks to reuse internal rendering logic ([d0f1529](https://github.com/native-html/plugins/commit/d0f15298cd6c17799f87d87ff25bb8b6433193bd))
7178

7279
# 0.1.0 (2021-02-18)
7380

74-
7581
### Features
7682

7783
* **heuristic-table:** new 100% native table plugin ([b1ea3f6](https://github.com/native-html/plugins/commit/b1ea3f696cb3f65c9f7cbd56036ab34d1ae08a09))
78-

packages/heuristic-table-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/heuristic-table-plugin",
3-
"version": "0.7.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "🔠 A 100% native component using heuristics to render tables in @native-html/render",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

packages/iframe-plugin/CHANGELOG.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,87 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.0.0-alpha.0](github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.6.1...@native-html/iframe-plugin@3.0.0-alpha.0) (2026-04-14)
7+
8+
### Bug Fixes
9+
10+
* adjust tests after version bump ([bab83b9](github.com/native-html/plugins/commits/bab83b94a79d2ac9d658c7e44665381ae79f4021)) - by @5ZYSZ3K
11+
* remove @formidable-webview/ersatz ([d04a6d5](github.com/native-html/plugins/commits/d04a6d5594bf8ca66c419490fd5162dee2e0cff9)) - by @5ZYSZ3K
12+
* remove WebView tests ([c4e509e](github.com/native-html/plugins/commits/c4e509e83ed6ddb693961532b3489c241973eddb)) - by @5ZYSZ3K
13+
14+
### Features
15+
16+
* fix example app and switch from react-native-render-html to @native-html/render ([5cd0239](github.com/native-html/plugins/commits/5cd0239140bce1610186fcc1a8921f1f35ef4337)) - by @5ZYSZ3K
17+
* upgrade @native-html/render to a stable version ([bb25566](github.com/native-html/plugins/commits/bb25566282fb604f7fb4f747ec72428934d9f4d0)) - by @5ZYSZ3K
18+
* upgrade all packages and bring libraries to work ([228ce17](github.com/native-html/plugins/commits/228ce174f2598c2aa6ed9b78fcd1f0d43d439d0a)) - by @5ZYSZ3K
19+
120
## [2.6.1](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.6.0...@native-html/iframe-plugin@2.6.1) (2021-11-29)
221

322
# [2.6.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.5.0...@native-html/iframe-plugin@2.6.0) (2021-10-13)
423

5-
624
### Bug Fixes
725

826
* **iframe-plugin:** the iframe is painted as a blank view ([d40e98d](https://github.com/native-html/plugins/commit/d40e98db2595c3d8a231b0070ca3e74d6562fc83)), closes [#41](https://github.com/native-html/plugins/issues/41)
927
* remove null from useHtmlIframeProps return signature (dead condition) ([4c51d0a](https://github.com/native-html/plugins/commit/4c51d0af641c0fd121d3959febcc60c09c8259b5))
1028

11-
1229
### Features
1330

1431
* **iframe-plugin:** support headers via `provideEmbeddedHeaders` prop ([436a2ac](https://github.com/native-html/plugins/commit/436a2ace0afc80eb1cdba463c06985fc3acee6f8))
1532

1633
# [2.5.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.4.0...@native-html/iframe-plugin@2.5.0) (2021-06-08)
1734

18-
1935
### Features
2036

2137
* **iframe:** support react-native-render-html@6.0.0-beta.0 ([96c33b5](https://github.com/native-html/plugins/commit/96c33b56ad24a98f76142aad46007d7fbb28699f))
2238

2339
# [2.4.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.3.0...@native-html/iframe-plugin@2.4.0) (2021-05-21)
2440

25-
2641
### Bug Fixes
2742

2843
* **iframe:** did not pick config passed in rendererProps ([3580d77](https://github.com/native-html/plugins/commit/3580d7781c75ed0a5f3707d5b2fe18c0d8fe6926))
2944

30-
3145
### Features
3246

3347
* support react-native-render-html@6.0.0-alpha.25; beware of upstream breaking changes ([53e322c](https://github.com/native-html/plugins/commit/53e322cad64aece27d5c95c1bc9fb4a3095addbd))
3448

3549
# [2.3.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.2.2...@native-html/iframe-plugin@2.3.0) (2021-04-17)
3650

37-
3851
### Features
3952

4053
* **iframe-plugin:** support react-native-render-html@6.0.0-alpha.23 ([489f8f4](https://github.com/native-html/plugins/commit/489f8f4fec58281a2cb1b4180f886a97bddc00d3))
4154

4255
## [2.2.2](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.2.1...@native-html/iframe-plugin@2.2.2) (2021-04-17)
4356

44-
4557
### Bug Fixes
4658

4759
* restrict to react-native-render-html < 6.0.0-alpha.23 ([3a8d9f8](https://github.com/native-html/plugins/commit/3a8d9f8fada412d5adae663338b4661a20b19be3))
4860

4961
## [2.2.1](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.2.0...@native-html/iframe-plugin@2.2.1) (2021-04-17)
5062

51-
5263
### Bug Fixes
5364

5465
* restrict compatible versions of react-native-render-html ([032c4ed](https://github.com/native-html/plugins/commit/032c4ed035150471c914d6406fe7b2b2237035fe))
5566

5667
# [2.2.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.1.1...@native-html/iframe-plugin@2.2.0) (2021-02-19)
5768

58-
5969
### Bug Fixes
6070

6171
* force responsive layout when scalesPageToFit = false (1:1) ([1233104](https://github.com/native-html/plugins/commit/12331044fd9f21e443086ca7bd50d37c3ceaa8eb))
6272

63-
6473
### Features
6574

6675
* **iframe:** new `removeBodySpacing` and `injectedCSSStyles` options ([2166dc6](https://github.com/native-html/plugins/commit/2166dc6139065d19a8d1bf914f9bad055c59389b))
6776

6877
## [2.1.1](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.1.0...@native-html/iframe-plugin@2.1.1) (2021-02-18)
6978

70-
7179
### Bug Fixes
7280

7381
* replace outdated type import `RenderHTMLPassedProps` ([872bc96](https://github.com/native-html/plugins/commit/872bc965d8b5c5e8e37430060a2edc343549623f))
7482

7583
# [2.1.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.0.2...@native-html/iframe-plugin@2.1.0) (2021-02-08)
7684

77-
7885
### Features
7986

8087
* **iframe-plugin:** handle baseUrl for inline iframe source ([ac0d125](https://github.com/native-html/plugins/commit/ac0d125e0ba30aeadbb3314fab40c478b824ee99))
@@ -84,20 +91,17 @@
8491

8592
## [2.0.1](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@2.0.0...@native-html/iframe-plugin@2.0.1) (2021-02-07)
8693

87-
8894
### Bug Fixes
8995

9096
* **iframe-plugin:** pass anchor attributes and target to `onLinkPress` ([a5c22e8](https://github.com/native-html/plugins/commit/a5c22e81f8cff0eba82c363ac453e7118a5e200d))
9197
* **iframe-plugin:** upgrade webshell to v2.3.0 fixing potential infinite re-renders ([a3d9248](https://github.com/native-html/plugins/commit/a3d92486ecd75e30c48d18f14042ec435ca9678d))
9298

9399
# [2.0.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@1.1.1...@native-html/iframe-plugin@2.0.0) (2021-02-06)
94100

95-
96101
### Features
97102

98103
* **iframe-plugin:** support react-native-render-html 6.x ([11a8ca0](https://github.com/native-html/plugins/commit/11a8ca04e2e864de145b9189cfb526fb345782ae))
99104

100-
101105
### BREAKING CHANGES
102106

103107
* **iframe-plugin:** - `extractHtmlIframeProps` has been dropped in favor of
@@ -107,14 +111,12 @@
107111

108112
## [1.1.1](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@1.1.0...@native-html/iframe-plugin@1.1.1) (2020-12-05)
109113

110-
111114
### Bug Fixes
112115

113116
* **iframe-plugin:** resolve TypeError when renderersProp is not defined ([54e650b](https://github.com/native-html/plugins/commit/54e650b9046aeae12f63ed94c41d19347e97d725))
114117

115118
# [1.1.0](https://github.com/native-html/plugins/compare/@native-html/iframe-plugin@1.0.0...@native-html/iframe-plugin@1.1.0) (2020-12-05)
116119

117-
118120
### Features
119121

120122
* **iframe-config:** new config option `webViewProps` ([b7d16f8](https://github.com/native-html/plugins/commit/b7d16f80d6fd110bc09889a4767e10c43fdec401))
@@ -137,4 +139,3 @@ HTML `contentWidth` prop.) In the screenshot below, scalesPageToFit is disabled
137139
* **iframe-plugin:** new scalesPageToFit config ([8f5c030](https://github.com/native-html/plugins/commit/8f5c030e7080d2ee861cbbc7db49d214529679f6))
138140
* **iframe-plugin:** the component inherits from `tagsStyles` and `classesStyles` styles when matched
139141
* **iframe-plugin:** compliance with React Native Render HTML RFC001: use `computeEmbeddedMaxWidth` to constrain max width for iframes
140-

packages/iframe-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/iframe-plugin",
3-
"version": "2.6.1",
3+
"version": "3.0.0-alpha.0",
44
"description": "🌐 A WebView-based plugin to render iframes in @native-html/render",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

packages/plugins-core/CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1-
# [1.3.0](https://github.com/native-html/plugins/compare/@native-html/plugins-core@1.1.0...@native-html/plugins-core@1.3.0) (2021-06-08)
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.0.0-alpha.0](github.com/native-html/plugins/compare/@native-html/plugins-core@1.3.0...@native-html/plugins-core@2.0.0-alpha.0) (2026-04-14)
7+
8+
### Bug Fixes
29

10+
* adjust tests after version bump ([bab83b9](github.com/native-html/plugins/commits/bab83b94a79d2ac9d658c7e44665381ae79f4021)) - by @5ZYSZ3K
11+
12+
### Features
13+
14+
* adds dataAttributes to linkPressTargetToOnDOMLinkPressArgs in plugins-core ([#45](/github.com/native-html/plugins/issues/45)) ([26870f7](github.com/native-html/plugins/commits/26870f796ad4a3ef5d728c460382dfc981e5b2c5)) - by @kioopi
15+
* fix example app and switch from react-native-render-html to @native-html/render ([5cd0239](github.com/native-html/plugins/commits/5cd0239140bce1610186fcc1a8921f1f35ef4337)) - by @5ZYSZ3K
16+
* upgrade @native-html/render to a stable version ([bb25566](github.com/native-html/plugins/commits/bb25566282fb604f7fb4f747ec72428934d9f4d0)) - by @5ZYSZ3K
17+
* upgrade all packages and bring libraries to work ([228ce17](github.com/native-html/plugins/commits/228ce174f2598c2aa6ed9b78fcd1f0d43d439d0a)) - by @5ZYSZ3K
18+
19+
# [1.3.0](https://github.com/native-html/plugins/compare/@native-html/plugins-core@1.1.0...@native-html/plugins-core@1.3.0) (2021-06-08)
320

421
### Features
522

@@ -8,29 +25,24 @@
825

926
# [1.2.0](https://github.com/native-html/plugins/compare/@native-html/plugins-core@1.1.0...@native-html/plugins-core@1.2.0) (2021-05-21)
1027

11-
1228
### Features
1329

1430
* support react-native-render-html@6.0.0-alpha.25; beware of upstream breaking changes ([55b2014](https://github.com/native-html/plugins/commit/55b201483ce27a49811727db16624f36e06fc9e4))
1531

1632
# [1.1.0](https://github.com/native-html/plugins/compare/@native-html/plugins-core@1.0.1...@native-html/plugins-core@1.1.0) (2021-04-17)
1733

18-
1934
### Features
2035

2136
* **plugin-core:** support react-native-render-html@6.0.0-alpha.23 ([5b2794c](https://github.com/native-html/plugins/commit/5b2794c23b3aa20136793e2c0dc72efcea654976))
2237

2338
## [1.0.1](https://github.com/native-html/plugins/compare/@native-html/plugins-core@1.0.0...@native-html/plugins-core@1.0.1) (2021-02-18)
2439

25-
2640
### Bug Fixes
2741

2842
* replace outdated type import `RenderHTMLPassedProps` ([872bc96](https://github.com/native-html/plugins/commit/872bc965d8b5c5e8e37430060a2edc343549623f))
2943

3044
# 1.0.0 (2021-02-07)
3145

32-
3346
### Features
3447

3548
* **plugins-core:** new linkPressTargetToOnDOMLinkPressArgs utility ([100384d](https://github.com/native-html/plugins/commit/100384debed5b88ccb1a067712c8e3f340a5659a))
36-

packages/plugins-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/plugins-core",
3-
"version": "1.3.0",
3+
"version": "2.0.0-alpha.0",
44
"description": "A set of shared utilities for plugins",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)