History log of /expo/packages/html-elements/build/elements/Text.d.ts (Results 1 – 13 of 13)
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 ...


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


# 9b26454e 08-Dec-2022 Bartosz Kaszubowski <[email protected]>

[workspace] bump and align TypeScript version (#20392)


# 00ec8cab 04-Jan-2022 Evan Bacon <[email protected]>

Use declaration maps (#15782)

* Added declarationMap to base tsconfig

* et cp -a --no-lint --no-test --no-uniformity-check


# 896103ab 13-Aug-2021 andy <[email protected]>

[sdk] upgrade typescript to v4.3.5 (#14015)


# 24bce422 06-Aug-2021 Kudo Chien <[email protected]>

[ci] Fix broken workflows (#13931)

# Why

fix ci broken

# How

the broken on ios relates to cocoapods with `incremental_installation` which `installer.pod_project` might be nil if no new proj

[ci] Fix broken workflows (#13931)

# Why

fix ci broken

# How

the broken on ios relates to cocoapods with `incremental_installation` which `installer.pod_project` might be nil if no new project generated.

the broken on android:
- [detox] upgrade detox to 18.20.1 to support RN 0.64
- [detox] allow local server cleartext traffic that i disallowed from release build during RN upgrade
- [detox] fix building error with react-native-screens
- [react-native] cherry-pick upstream patch which prevent *.so not packed in aar.

# Test Plan

ci passed

show more ...


# 85c38597 01-Oct-2020 James Ide <[email protected]>

[ci] Fix expotools check-packages (rebuild JS, update babel-preset-expo snapshots)

- expo/html-elements needed TS rebuilt
- jest-expo-enzyme needed TS rebuilt
- expo-location needed some type fixes

[ci] Fix expotools check-packages (rebuild JS, update babel-preset-expo snapshots)

- expo/html-elements needed TS rebuilt
- jest-expo-enzyme needed TS rebuilt
- expo-location needed some type fixes and JS to be rebuilt
- babel-preset-expo needed unit test snapshots regenerated (verified the diff is that an internal function that Babel emits just has a name now -- the rest of the snapshot matches)

show more ...


# f4fd7f38 13-Aug-2020 Evan Bacon <[email protected]>

[gl] Fix node unit tests (#9691)

* Bump react-native-web

* Fix canvas SSR checks

* prevent redundant updates

* Update CHANGELOG.md

* Bump react-native-web

* fix lint

* fix build fi

[gl] Fix node unit tests (#9691)

* Bump react-native-web

* Fix canvas SSR checks

* prevent redundant updates

* Update CHANGELOG.md

* Bump react-native-web

* fix lint

* fix build files

* et check packages

show more ...


# b3e65a7a 16-May-2020 James Ide <[email protected]>

[ts] Upgrade to TypeScript 3.9.2 (#8280)

* [ts] Upgrade to TypeScript 3.9.2

This upgrades TypeScript to 3.9.2 to keep us more up to date. It also supports `@ts-expect-error` for places where we w

[ts] Upgrade to TypeScript 3.9.2 (#8280)

* [ts] Upgrade to TypeScript 3.9.2

This upgrades TypeScript to 3.9.2 to keep us more up to date. It also supports `@ts-expect-error` for places where we want to get notified if a future TS version stops triggering type checker errors. https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/

It is also supposed to be faster but I don't have real numbers on this. CI might be a reasonable indicator.

Also updated ts-jest, since there was a bug that required clearing the Jest cache.

Updated the TS version in expo-module-scripts. Ran `expotools check-packages --no-uniformity-check ` to rebuild, test, and lint all files.

* [ts] Fix up files for TS 3.9

* [ts] Rebuild JS files with TS 3.9.2

show more ...


# f139a518 02-Apr-2020 James Ide <[email protected]>

[lint] Bump eslint-config-universe to 3.0.0 (#7592)

This bumps eslint-config-universe to 3.0.0 (published to npm) and update expo-module-scripts to use the latest version.

Tested with `yarn test`

[lint] Bump eslint-config-universe to 3.0.0 (#7592)

This bumps eslint-config-universe to 3.0.0 (published to npm) and update expo-module-scripts to use the latest version.

Tested with `yarn test` and `yarn lint` in eslint-config-universe, and `expotools check-packages`.

show more ...


# a8465056 18-Feb-2020 Evan Bacon <[email protected]>

Updated HTML Lists (#7062)

* Remove OL

* updated build files


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

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

* Remove Small

* Update Text-test.tsx


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