History log of /expo/packages/html-elements/tsconfig.json (Results 1 – 3 of 3)
Revision Date Author Comments
# bc3b43c2 29-Jul-2023 Evan Bacon <[email protected]>

delete expo-stories (#23760)

# Why

- `expo-stories` is unmaintained and unused.
- The dependency on react-navigation is blocking the expo-router
migration https://github.com/expo/expo/pull/2372

delete expo-stories (#23760)

# Why

- `expo-stories` is unmaintained and unused.
- The dependency on react-navigation is blocking the expo-router
migration https://github.com/expo/expo/pull/23725 because there are no
maintainers it's unclear how to safely upgrade react-navigation in
stories.

show more ...


# efbc8ce9 29-Jun-2022 Bartłomiej Klocek <[email protected]>

[packages] Update tsconfig from template (#18014)

# Why

In https://github.com/expo/expo/commit/55046b833504078674c1a5f3f617965046f95277 I updated the `tsconfig.json` template to ignore `__stories

[packages] Update tsconfig from template (#18014)

# Why

In https://github.com/expo/expo/commit/55046b833504078674c1a5f3f617965046f95277 I updated the `tsconfig.json` template to ignore `__stories__` as it was already done in `expo-av` (see #13988) - that is the only package that has stories now.

Now when working with packages, running `yarn` inside package directory runs `expo-module configure` which updates overwrites package tsconfig with the template and makes git dirty.

# How

Updated all `packages/*/tsconfig.json` to match the template from `expo-module-scripts/templates/tsconfig.json`.

show more ...


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