| #
c9f6a058 |
| 27-Jun-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] Video: do not autoplay external videos (#23134)
|
| #
234e070f |
| 20-Mar-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] refactor part of the components, use TW instead Emotion (#21751)
|
| #
f4b1168b |
| 09-Mar-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] migrate to new styleguide packages (#21557)
|
| #
14c78e61 |
| 12-Jan-2023 |
Jon Samp <[email protected]> |
[docs] Add radix colors (#20397)
# Why
I updated the styleguide to use Radix colors. This PR adds the new
version of styleguide to the docs and changes all the color, shadow, and
border-radius
[docs] Add radix colors (#20397)
# Why
I updated the styleguide to use Radix colors. This PR adds the new
version of styleguide to the docs and changes all the color, shadow, and
border-radius values.
# How
- Very carefully finding + replacing values.
- Also used `tsc` to find spots where I missed.
# Test Plan
I looked through the docs for awhile and fixed up a lot of spots that
did not look correct. However, there may be more spots out there, so
please click through the website and report any color issues that appear
in this PR and not in production.
# Checklist
<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->
- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [x] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).
show more ...
|
| #
8ce35da9 |
| 09-Nov-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] Video: fix hydration issue reported in Sentry (#19953)
|
| #
0ef291b0 |
| 22-Sep-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] support YT videos in Video component (#19206)
Co-authored-by: Jakov Glavina <[email protected]>
|
| #
1f61a071 |
| 19-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] improve typings after React 18 migration (#18269)
|
| #
b8b69ebe |
| 15-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] bump Next, switch to React 18 (#18256)
|
| #
02fdff46 |
| 20-Apr-2021 |
Bartosz Kaszubowski <[email protected]> |
[docs] bump ESLint and Prettier, clean deps, fix warnings (#12517)
|
| #
47b45860 |
| 09-Apr-2021 |
Test User <[email protected]> |
Revert "[docs] bump ESLint and Prettier, clean deps, fix warnings (#12431)"
This reverts commit afe8a2776558b6a768e86044b11cb78346ff843e.
|
| #
afe8a277 |
| 09-Apr-2021 |
Bartosz Kaszubowski <[email protected]> |
[docs] bump ESLint and Prettier, clean deps, fix warnings (#12431)
|
| #
c0e1ff16 |
| 01-Apr-2021 |
Bartosz Kaszubowski <[email protected]> |
[docs] convert `Video` to functional component (#12388)
|
| #
aaa255f5 |
| 23-Feb-2021 |
Brent Vatne <[email protected]> |
[docs] Fix lint error
|
| #
f1f9ca36 |
| 23-Feb-2021 |
Brent Vatne <[email protected]> |
[docs] Change inline video background color to always be black
|
| #
8bf05203 |
| 22-Feb-2021 |
Jon Samp <[email protected]> |
[docs] Adds Auto, Light, and Dark themes (#12010)
|
| #
7188bee3 |
| 06-Oct-2020 |
Bartłomiej Klocek <[email protected]> |
[docs] Add lint to CI (#10445)
* [docs] Add lint to CI
* Fix all ESLint warnings
|
| #
586106d6 |
| 29-Sep-2020 |
Bartłomiej Klocek <[email protected]> |
[docs] Migrate codebase to TypeScript (#10324)
* Configure Next.js to use TypeScript
* Migrate 'docs/common' to TypeScript
* Migrate some components to TS
* General components migrated
*
[docs] Migrate codebase to TypeScript (#10324)
* Configure Next.js to use TypeScript
* Migrate 'docs/common' to TypeScript
* Migrate some components to TS
* General components migrated
* Migrate base components
* Migrate icons
* Migrate plugins
* Tape patch window globals
* Migrate _app
* Migrate global-styles
* Migrate _error and _document
* Fixes
* Exclude static files
* Add slugger types, remove ts-ignores
* Improve headingManger typing
* Rebase, use React.FC where possible, prettier fixes
* Add ESLint config
* tsc watch script, updated test snapshots
* Apply code review suggestions
Apply suggestions
* [docs] Enable TypeScript 'strict' mode (#10380)
* Resolved TSC strict errors
* Fix heading metadata typing
* Simplify version handling
* Enable 'noImplicitAny'
* Update icons
* Add mdx-js types
show more ...
|