From 7c80e9c58c3130572ef197add2fc6e899b07f276 Mon Sep 17 00:00:00 2001 From: Jeremy Scheff Date: Mon, 13 May 2024 11:04:45 -0400 Subject: [PATCH] Fix --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a49ebe5..43eb146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 4.2.0 () +# 4.2.0 (2024-05-13) - Added a `Face` React component for easier integration with React. diff --git a/README.md b/README.md index 2fb9bbb..5e47281 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Props of the `Face` component: |`face` | Y | `FaceConfig` || Face object, output of `generate`. | |`overrides` || `Overrides` || Optional overrides object, as described above. | |`ignoreDisplayErrors` || `boolean` | `false` | If true, then any errors when internally running `display` will be suppressed. This is useful if you accept user-defined faces and you don't want errors from them to clog up your error logs. | -|`lazy` || `boolean` | `true` | If true, then application of overrides and rendering of the face will be delayed until this component is actually visible (as determined by an intersection observer). | +|`lazy` || `boolean` | `false` | If true, then application of overrides and rendering of the face will be delayed until this component is actually visible (as determined by an intersection observer). | |`className` || `string` || If provided, will be put on the wrapper div. | |`style` || `CSSProperties` || If provided, will be put on the wrapper div. |