xref: /expo/packages/html-elements/CHANGELOG.md (revision 47f2bcdc)
1# Changelog
2
3## Unpublished
4
5### �� Breaking changes
6
7### �� New features
8
9### �� Bug fixes
10
11### �� Others
12
13## 0.6.1 — 2023-08-02
14
15_This version does not introduce any user-facing changes._
16
17## 0.6.0 — 2023-07-28
18
19_This version does not introduce any user-facing changes._
20
21## 0.5.1 - 2023-06-30
22
23### �� Others
24
25- Update snapshots. ([#23238](https://github.com/expo/expo/pull/23238) by [@gabrieldonadel](https://github.com/gabrieldonadel))
26
27## 0.5.0 — 2023-06-21
28
29_This version does not introduce any user-facing changes._
30
31## 0.4.3 — 2023-05-08
32
33### �� Bug fixes
34
35- Prevent babel plugin from running on node_modules. ([#21594](https://github.com/expo/expo/pull/21594) by [@EvanBacon](https://github.com/EvanBacon))
36- Prevent babel plugin from transforming `html` and `body` on web. ([#21594](https://github.com/expo/expo/pull/21594) by [@EvanBacon](https://github.com/EvanBacon))
37
38## 0.4.1 — 2023-02-09
39
40### �� New features
41
42- Strip unsupported web styles on native platforms. ([#21069](https://github.com/expo/expo/pull/21069) by [@EvanBacon](https://github.com/EvanBacon))
43- Provide better assertions for text children in View components in development-mode. ([#21069](https://github.com/expo/expo/pull/21069) by [@EvanBacon](https://github.com/EvanBacon))
44