History log of /expo/packages/html-elements/build/elements/_Text.web.js (Results 1 – 3 of 3)
Revision Date Author Comments
# 3ee10587 16-Jun-2020 Evan Bacon <[email protected]>

[web] Directly import createElement (#8773)

* Directly import createElement to avoid name change issue in [email protected]

* Update CHANGELOG.md

* Update CHANGELOG.md


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


# 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