| #
7684899a |
| 23-Feb-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs][tools] reduce API data files size, regenerate data (#21349)
|
| #
07ffa84c |
| 01-Feb-2023 |
Bartosz Kaszubowski <[email protected]> |
[notifications] autogenerate package documentation (#21002)
|
| #
c0b543d7 |
| 27-Jan-2023 |
Bartosz Kaszubowski <[email protected]> |
[docs] APISection: allow interfaces as component props (#20968)
# Why
This is an APISection feature required to correctly render lately
changed `expo-image` component props.
# How
Allow in
[docs] APISection: allow interfaces as component props (#20968)
# Why
This is an APISection feature required to correctly render lately
changed `expo-image` component props.
# How
Allow interfaces as component props, refactor `APISectionProps` to
handle both types and interfaces rendering and updated related code for
the conversion, like inherited props section.
Additionally, I have updated the `expo-image` documentation data file.
After the regeneration the page still looks the same as currently in
PROD (besides one, new prop), which was a goal of this improvement.
# Test Plan
The changes have been tested by running docs app locally and visiting
Image component docs.
# Preview
<img width="1543" alt="Screenshot 2023-01-26 at 21 09 05"
src="https://user-images.githubusercontent.com/719641/214939803-6afd3e9f-012a-490a-bf37-cd32fd6dc848.png">
# 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).
show more ...
|
| #
5990cc31 |
| 10-Jan-2023 |
Bartosz Kaszubowski <[email protected]> |
[tools][docs] TypeDoc update and related changes (#20687)
|
| #
6d4adf53 |
| 19-Dec-2022 |
Tomasz Sapeta <[email protected]> |
[docs] Properly handle pure components (#20517)
|
| #
12abeb84 |
| 14-Dec-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] old text and lists components removal (#20442)
|
| #
3c9a6b96 |
| 13-Dec-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] use mostly new components to render MDX files, unify links appearance (#20429)
|
| #
6b7802ba |
| 22-Nov-2022 |
Bartosz Kaszubowski <[email protected]> |
[file-system][docs] migrate package to autogenerated docs, APISection tweaks (#20103)
|
| #
35e5274f |
| 14-Oct-2022 |
Bartosz Kaszubowski <[email protected]> |
[sensors][docs] prepare sensors for docs autogeneration, migrate Barometer (#19525)
|
| #
3f609562 |
| 21-Sep-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] convert app to ESM, update MDX to v2 (#18947)
Co-authored-by: Jon Samp <[email protected]>
|
| #
dfb21e5e |
| 30-Aug-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] fix APISection classes render, improve ToC for classes (#18874)
|
| #
dd9570b9 |
| 18-Aug-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] APISection: display hooks which are a property of class components (#18630)
|
| #
4c73bbf6 |
| 18-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[av][docs] move documentation to source, autogenerate docs (#18223)
|
| #
7274e17d |
| 06-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] update dev dependencies (#18087)
|
| #
6a5c065c |
| 05-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] APISection: improve entries and platform labels appearance (#17872)
|
| #
e939dadb |
| 15-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[linking] export `Schemes` methods in main file (#17058)
|
| #
9f72d43b |
| 08-Feb-2022 |
Bartosz Kaszubowski <[email protected]> |
[av] video: add doc comments in source, code cleanup, APISection tweaks (#16059)
Co-authored-by: Bartłomiej Bukowski <[email protected]>
|
| #
e54a3f4b |
| 31-Jan-2022 |
Cedric van Putten <[email protected]> |
[docs] Move page api version and metadata context to separate providers (#16055)
* [docs] Add api version context and provider
* [docs] Fix version detection for paths without protocol
* [docs
[docs] Move page api version and metadata context to separate providers (#16055)
* [docs] Add api version context and provider
* [docs] Fix version detection for paths without protocol
* [docs] Implement api version context in selector
* [docs] Implement api version context in algolia
* [docs] Clean up old version handling code
* [docs] Add missing children to props of documentation page
* [docs] Safely retrieve version from url pathname only
* [docs] Simplify api version provider
* [docs] Update version provider implementation
* [docs] Upgrade jest to 27 and add react-hook testing library
* [docs] Fix linting issues
* [docs] Revert changes in versions utils
We now have version methods to only apply on the pathname we get from Next routers.
* [docs] Remove forced version prop from documentation page
* [docs] Move documentation page context to page metadata context
* [docs] Fix linting issues
* [docs] Let version selector determine if it needs to render
* [docs] Apply review comments
show more ...
|
| #
e3060685 |
| 20-Jan-2022 |
Bartosz Kaszubowski <[email protected]> |
[camera] add doc comments in source, APISection tweaks (#15936)
|
| #
ce122823 |
| 20-Dec-2021 |
Bartłomiej Bukowski <[email protected]> |
[blur][docs] Add `omittableTypes` and `replaceableTypes`, handle `intersection`, support `React.forwardRef` type (#15373)
|
| #
d0262524 |
| 04-Nov-2021 |
Bartosz Kaszubowski <[email protected]> |
[docs] refactor and improvement of platform labels (#15037)
|
| #
144e76ed |
| 03-Nov-2021 |
Bartosz Kaszubowski <[email protected]> |
[status-bar] add doc comments in source (#14986)
Co-authored-by: Bartłomiej Bukowski <[email protected]>
|
| #
d8d79196 |
| 14-Oct-2021 |
Bartosz Kaszubowski <[email protected]> |
[asset] add doc comments in source (#14708)
|
| #
2c8d37c0 |
| 11-Oct-2021 |
Bartosz Kaszubowski <[email protected]> |
[docs] ApiSection: initial support for classes (#14699)
|
| #
f31f564b |
| 24-Sep-2021 |
Bartosz Kaszubowski <[email protected]> |
[barcode-scanner] add doc comments in source (#14522)
|