History log of /expo/packages/html-elements/src/elements/Text.tsx (Results 1 – 9 of 9)
Revision Date Author Comments
# 8a424beb 11-Aug-2023 James Ide <[email protected]>

[lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)

Why
---
Prettier 3 is out. Add support for it with this linter config.

**Note for reviewer:** the first commit is the one with th

[lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)

Why
---
Prettier 3 is out. Add support for it with this linter config.

**Note for reviewer:** the first commit is the one with the actual
changes. The rest of this PR are changes to get the linter passing
(mostly autofix).

How
---
Update eslint-config-prettier and eslint-plugin-prettier. To address
deprecation warnings, also update typescript-eslint/parser and
typescript-eslint/eslint-plugin.
Because of an update to typescript-eslint/parser, we need to suppress
deprecation warnings (documented in a comment).

Regenerated test snapshots. Due to the upgraded dependencies, typecasts
and optional chaining are now auto-fixable by lint. This converts
warnings into autofixes.

Test Plan
---
`yarn test` in the linter config. Run `expotools check --all --fix-lint
--no-build --no-test --no-uniformity-check` to try this config on the
whole repo.

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# 1aa8cfdd 21-Jun-2023 Brent Vatne <[email protected]>

[html-elements] ts-ignore em/rem usage, string is supported on web but not by React Native StyleSheet type


# 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 ...


# db776b89 21-Oct-2021 Evan Bacon <[email protected]>

[html-elements] Use Courier New for Code font in iOS 15 (#14816)


# 600afe4b 09-Mar-2020 Evan Bacon <[email protected]>

[html-elements] Fix Android font family (#7303)

* Fix Android font family

* fix build


# 60ea71b8 14-Feb-2020 Evan Bacon <[email protected]>

[html-elements] Update font sizes (#7044)

* Remove Small

* Update Text-test.tsx


# 37e143d9 13-Feb-2020 Evan Bacon <[email protected]>

[html-elements] Use Courier font for Code elements (#7040)

* Use Courier font for code elements

* Updated demo screen


# 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 ...