Skip to content

Commit feb0f7a

Browse files
committed
chore: publish
- @native-html/[email protected] - @native-html/[email protected] - @native-html/[email protected]
1 parent ec5fe5c commit feb0f7a

File tree

6 files changed

+53
-143
lines changed

6 files changed

+53
-143
lines changed
Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,158 +1,153 @@
1-
# [1.11.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-09-05)
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/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2026-01-08)
7+
8+
### Bug Fixes
29

10+
* **benchmarking:** start up benchmarking app ([884f084](github.com/native-html/render/commits/884f084bc1aa6d6ade76ed76d54531d9a718aaee)) - by @stibel
11+
* change all links from native-html/core to native-html/render ([d7130d2](github.com/native-html/render/commits/d7130d2a39b77e12dc7499673df3390f13ac3f5a)) - by @5ZYSZ3K
12+
* **packages:** install missing packages, restore @jsamr packages ([7d973dc](github.com/native-html/render/commits/7d973dcf1f96b6565d6add057fe5e3b330b65063)) - by @stibel
13+
* remove @types/react-native peer dependency ([b10e861](github.com/native-html/render/commits/b10e861060d055c5bd2290fc9a50c42df39db13f)) - by @jsamr
14+
15+
### Features
16+
17+
* add option to skip font family normalization ([9031e0a](github.com/native-html/render/commits/9031e0af9d965a2bb5f3df989e7430fecbfdb5ed)) - by @barros001
18+
* rename package react-native-render-html to @native-html/render ([5942242](github.com/native-html/render/commits/5942242629a6d1120ad0bd9a3c082e51b8f2252c)) - by @5ZYSZ3K
19+
20+
# [1.11.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-09-05)
321

422
### Features
523

624
* **css-processor:** support `user-select` CSS property ([079a1ec](https://github.com/native-html/render/commit/079a1ec6bb3e86fb655556e147265c9cb3a8a337))
725

826
## [1.10.2](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-07-19)
927

10-
1128
### Bug Fixes
1229

1330
* **css-processor:** explicitly depend on csstype ([87f8aa9](https://github.com/native-html/render/commit/87f8aa9cd38504fe57a36b9da5da7b8161a91aca))
1431

1532
## [1.10.1](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-07-07)
1633

17-
1834
### Bug Fixes
1935

2036
* **css-processor:** allow spaces in CSS color functions such as rgb(...) ([dc71e4a](https://github.com/native-html/render/commit/dc71e4afa6ad5b89264aeaf22e8ab50c13bfe443))
2137

2238
# [1.10.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-07-01)
2339

24-
2540
### Features
2641

2742
* **css-processor:** export missing types ([2f82497](https://github.com/native-html/render/commit/2f82497dfb383832884275e86fd4198da072be38))
2843

2944
# [1.9.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-05-18)
3045

31-
3246
### Features
3347

3448
* **css-processor:** support objectFit CSS property ([2d5c242](https://github.com/native-html/render/commit/2d5c242190470dda40c7ab28a8d01f21f6098355))
3549

3650
## [1.8.1](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-05-12)
3751

38-
3952
### Bug Fixes
4053

4154
* **css:** line-height validator should discard percent units ([dd09f98](https://github.com/native-html/render/commit/dd09f9838acd79ff6b88676e93dc590717d31976))
4255

4356
# [1.8.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-05-07)
4457

45-
4658
### Features
4759

4860
* support metro bundler `react-native` package.json field ([ef33150](https://github.com/native-html/render/commit/ef331507c594390cca3490719956eac2ab9547f9))
4961

5062
# [1.7.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-05-05)
5163

52-
5364
### Bug Fixes
5465

5566
* **css-processor:** ts error after upgrade to 4.2 ([92204fe](https://github.com/native-html/render/commit/92204fe4326d398083318195cdf94fabe73b0003))
5667

57-
5868
### Features
5969

6070
* **css-processor:** allow null in merge methods ([e4ad071](https://github.com/native-html/render/commit/e4ad071ff854d28a81ea66b186ec412f936fa79f))
6171

62-
6372
### Performance Improvements
6473

6574
* **tre:** multiply translate speed by 30% with prototypal inheritance ([c5a596c](https://github.com/native-html/render/commit/c5a596c6b07159b9e97b60335d4ebeec575f10ff))
6675

6776
## [1.6.1](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-11-30)
6877

69-
7078
### Bug Fixes
7179

7280
* **css-processor:** discard special methods (var, calc) ([2969a10](https://github.com/native-html/render/commit/2969a106e39f5d5f80a5c1445ac01ae68e8554af))
7381

7482
# [1.6.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-11-25)
7583

76-
7784
### Features
7885

7986
* **css-processor:** support flex CSS properties ([aafa8e6](https://github.com/native-html/render/commit/aafa8e613d9114f068f9bc781cb4d7ad130b5364))
8087

8188
## [1.5.2](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-11-23)
8289

83-
8490
### Bug Fixes
8591

8692
* **css-processor:** border-*radius and border-*width should not be set in % ([6e1e24c](https://github.com/native-html/render/commit/6e1e24c6e21cef33d214892c0dc68a6bdcf6304f))
8793

8894
## [1.5.1](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-11-21)
8995

90-
9196
### Bug Fixes
9297

9398
* **css-processor:** floating point numbers such as .67 ([ef8a9a4](https://github.com/native-html/render/commit/ef8a9a447554b0b99c0fa54b6dc2da743e916b64))
9499

95100
# [1.5.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-11-21)
96101

97-
98102
### Bug Fixes
99103

100104
* **css-processor:** change types of MixedStyleDeclaration fields ([40a4d41](https://github.com/native-html/render/commit/40a4d41028b1b5d7cd24c6f2ada7df70dc70a3c7))
101105

102-
103106
### Features
104107

105108
* **css-processor:** handle % fontSize as per CSS standard ([17694db](https://github.com/native-html/render/commit/17694db210ac7bcad0b1f8453aa3d1ecc3350bb3))
106109

107110
# [1.4.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-11-20)
108111

109-
110112
### Bug Fixes
111113

112114
* **css-processor:** add string to fontSize type (CSSFlattenProcessedTypes) ([b54ab4e](https://github.com/native-html/render/commit/b54ab4e531187e7d9cd687b80d4db5db01849fdb))
113115

114-
115116
### Features
116117

117118
* **css-processor:** support 'larger' and 'smaller' fontSize units ([f2542f5](https://github.com/native-html/render/commit/f2542f558d120f9bf1ce392b91e979f86f68adfb))
118119

119-
120120
### Performance Improvements
121121

122122
* **css-processor:** ignore 'empty' fonts from list ([5ff35c2](https://github.com/native-html/render/commit/5ff35c2a06a46f3d02989fa8c37e591a67b0541b))
123123

124124
# [1.3.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-11-19)
125125

126-
127126
### Features
128127

129128
* **css-processor:** allow top, right, bottom and left CSS properties ([fed4e3e](https://github.com/native-html/render/commit/fed4e3e388a09f6cd9828474fc63c2f5d2e175b7))
130129
* **css-processor:** support em (legacy mode) and rem units ([f363b95](https://github.com/native-html/render/commit/f363b9595585b681d4dfaca1c5c4cb6ecdede1ec))
131130

132131
# [1.2.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-11-17)
133132

134-
135133
### Features
136134

137135
* **css-processor:** export CSSListStyleTypePropertyBase ([4104fef](https://github.com/native-html/render/commit/4104fef2e788f42c973fa702701eb591546be91d))
138136

139137
# [1.1.0](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-11-17)
140138

141-
142139
### Features
143140

144141
* **css-processor:** support list-style-type CSS property ([65dc56a](https://github.com/native-html/render/commit/65dc56a7adb00eedc2e59e0ef3c98d24bd8d2320))
145142

146143
## [1.0.1](https://github.com/native-html/render/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-11-16)
147144

148-
149145
### Bug Fixes
150146

151147
* **css-processor:** replace Object.assign with spread operator ([0835dc1](https://github.com/native-html/render/commit/0835dc1e6d009a34200bdc46be87f4b82bad90c0))
152148

153149
# 1.0.0 (2020-11-16)
154150

155-
156151
### Features
157152

158153
* **css-processor:** add CSSProcessedPropsRegistry#merge method ([9b88c03](https://github.com/native-html/render/commit/9b88c032a8cf7a0961ad685edda79cd266193c1d))
@@ -165,4 +160,3 @@
165160
* **css-processor:** strict validation of "display" property ([3c192a3](https://github.com/native-html/render/commit/3c192a3542978bbee0c369904fdb9e4e2725c011))
166161
* **transient-render-tree:** support TNode style inheritance ([20a08b3](https://github.com/native-html/render/commit/20a08b3fbac51d292979d67068f5969e54881196))
167162
* initial commit ([cb5489d](https://github.com/native-html/render/commit/cb5489de79b0265be09eb5545dae855e48038fcd))
168-

packages/css-processor/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/css-processor",
3-
"version": "1.11.0",
3+
"version": "2.0.0-alpha.0",
44
"description": "An inline CSS processor to translate CSS properties to React Native styles.",
55
"main": "lib/commonjs/index.js",
66
"types": "lib/typescript/index.d.ts",

packages/render/CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
# [6.4.0](https://github.com/meliorence/react-native-render-html/compare/v6.3.4...v6.4.0) (2022-12-23)
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 (2026-01-08)
7+
8+
### Bug Fixes
29

10+
* change all links from native-html/core to native-html/render ([d7130d2](github.com/native-html/render/commits/d7130d2a39b77e12dc7499673df3390f13ac3f5a)) - by @5ZYSZ3K
11+
12+
### Features
13+
14+
* rename package react-native-render-html to @native-html/render ([5942242](github.com/native-html/render/commits/5942242629a6d1120ad0bd9a3c082e51b8f2252c)) - by @5ZYSZ3K
15+
16+
# [6.4.0](https://github.com/meliorence/react-native-render-html/compare/v6.3.4...v6.4.0) (2022-12-23)
317

418
### Features
519

@@ -8,7 +22,6 @@
822

923
## [6.3.4](https://github.com/meliorence/react-native-render-html/compare/v6.3.3...v6.3.4) (2022-01-24)
1024

11-
1225
### Bug Fixes
1326

1427
* link press on Android doesn't work ([1a429f4](https://github.com/meliorence/react-native-render-html/commit/1a429f4ef7d9677884cb914d5ee93183a7c4367d)), closes [#546](https://github.com/meliorence/react-native-render-html/issues/546)
@@ -19,20 +32,17 @@
1932

2033
## [6.3.1](https://github.com/meliorence/react-native-render-html/compare/v6.3.0...v6.3.1) (2021-12-03)
2134

22-
2335
### Bug Fixes
2436

2537
* bold style not applied to `<b>` tags ([7bd5045](https://github.com/meliorence/react-native-render-html/commit/7bd5045bd6458681e7e6d875cb89c9ee67f8c402)), closes [#539](https://github.com/meliorence/react-native-render-html/issues/539)
2638
* wrong prop reference in warning message ([e03b0ac](https://github.com/meliorence/react-native-render-html/commit/e03b0acda71ac305f983d252875e34f035d605c0)), closes [#541](https://github.com/meliorence/react-native-render-html/issues/541)
2739

2840
# [6.3.0](https://github.com/meliorence/react-native-render-html/compare/v6.2.0...v6.3.0) (2021-11-03)
2941

30-
3142
### Bug Fixes
3243

3344
* `provideEmbeddedHeaders` results in failing fetch for img ([5488259](https://github.com/meliorence/react-native-render-html/commit/54882596c78a7f66aa5f1766820de646866f6bd8)), closes [#533](https://github.com/meliorence/react-native-render-html/issues/533)
3445

35-
3646
### Features
3747

3848
* pass `TNodeChildrenRenderer` as a prop to custom renderers ([9dd2bf1](https://github.com/meliorence/react-native-render-html/commit/9dd2bf15de3e7f30858451a8daed5d3c0973a6e6))
@@ -79,21 +89,18 @@ This release is focused on accessibility! Moreover, it empowers [model-based cus
7989

8090
## [6.0.5](https://github.com/meliorence/react-native-render-html/compare/v6.0.4...v6.0.5) (2021-07-31)
8191

82-
8392
### Bug Fixes
8493

8594
* test presence of "performance" global variable in useProfiler ([7379c9b](https://github.com/meliorence/react-native-render-html/commit/7379c9b9c533a03754e417b21aaa546f566c5436)), closes [#510](https://github.com/meliorence/react-native-render-html/issues/510)
8695

8796
## [6.0.4](https://github.com/meliorence/react-native-render-html/compare/v6.0.3...v6.0.4) (2021-07-19)
8897

89-
9098
### Bug Fixes
9199

92100
* npm v7 peer dependencies on @native-html/* ([3d50b0e](https://github.com/meliorence/react-native-render-html/commit/3d50b0e79b2869deeebc67fcac7719f50d351e9d))
93101

94102
## [6.0.3](https://github.com/meliorence/react-native-render-html/compare/v6.0.2...v6.0.3) (2021-07-19)
95103

96-
97104
### Bug Fixes
98105

99106
* peer-dependency failure wih npm@7 ([002f555](https://github.com/meliorence/react-native-render-html/commit/002f5550e59679facc65b5236198807c99500d52)), closes [#508](https://github.com/meliorence/react-native-render-html/issues/508)

packages/render/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/render",
3-
"version": "0.0.0",
3+
"version": "1.0.0-alpha.0",
44
"author": "Jules Sam. Randolph <[email protected]> (https://github.com/jsamr)",
55
"license": "MIT",
66
"description": "The hackable, full-featured Open Source HTML rendering solution for React Native.",

0 commit comments

Comments
 (0)