| #
f4a8f663 |
| 20-Jan-2023 |
Evan Bacon <[email protected]> |
feat(html-elements): added div and babel tests (#20867)
# Why
- The babel plugin should be tested.
- Div is a pretty common component. Even though this isn't perfect, most
issues are related to
feat(html-elements): added div and babel tests (#20867)
# Why
- The babel plugin should be tested.
- Div is a pretty common component. Even though this isn't perfect, most
issues are related to styling/Yoga. Yoga has some good strategies for
changing default styles in the future so I think we can lean on that for
migration.
show more ...
|
| #
896103ab |
| 13-Aug-2021 |
andy <[email protected]> |
[sdk] upgrade typescript to v4.3.5 (#14015)
|
| #
6993d56a |
| 27-May-2020 |
Evan Bacon <[email protected]> |
Compile jsx in all packages (#8421)
* compile jsx to js
* Rebuild all packages without jsx
* Updated build files
|
| #
68675f3e |
| 12-Feb-2020 |
Evan Bacon <[email protected]> |
[html-elements] Update layout elements (#7027)
* Created new layout elements
* Updated docs
* Updated small size
* updated heading snapshots
* lint fix
* fix format
|
| #
55058f92 |
| 12-Feb-2020 |
Evan Bacon <[email protected]> |
Created @expo/html-elements (#6986)
* Created @expo/html-elements package
* Created Anchor element
* Created Article
* Created Header
* Created Main
* Created Section
* Created Foo
Created @expo/html-elements (#6986)
* Created @expo/html-elements package
* Created Anchor element
* Created Article
* Created Header
* Created Main
* Created Section
* Created Footer
* Created P
* Created B
* Created Strong
* Created Strike
* Created I
* Created Br
* Created Hr
* Created Code
* Created Table elements
* Updated text elements
* Updated Hr
* Created Nav
* Created Small
* Created Lists
* Created Mark
* Create Tfooter
* Update package.json
* Updated docs
* Update README.md
* Update README.md
* Update README.md
* Update packages/html-elements/README.md
Co-Authored-By: Brent Vatne <[email protected]>
* extract target from anchor
* Strike -> Del
* Updated headings docs
* Update README.md
* simplify ts method
* removed ts-ignores
* Ul => UL
* Ol => OL
* Li => LI
* Hr => HR
* Thead => THead
* Tbody => TBody
* Tfoot => TFoot
* Td => TD
* Br => BR
* Tr => TR
* Th => TH
* Em => EM
* Fix NCL screen
* Added E2E tests
* Updated .npmignore to remove tests, snapshots, and jest tsconfig
* Created Q and BlockQuote
* pixels -> value
* Added audio tag
* Update README.md
* update build files
* fix view and text styles
* Created Time
* Update README.md
* Update README.md
* updated tests
* Remove unused tests
* Created Pre
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* internal links
* unify blocks
* Update README.md
Co-authored-by: Brent Vatne <[email protected]>
show more ...
|