From 519e14329bb54a6d7758504e7fbbdbeade2ce41d Mon Sep 17 00:00:00 2001 From: Bogdan Savluk Date: Wed, 2 Aug 2023 20:53:02 +0200 Subject: [PATCH] update changelog to use next minor version --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b889a1c7b6..7a26630e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ it according to semantic versioning. For example, if your PR adds a breaking cha should change the heading of the (upcoming) version to include a major version bump. --> +# 5.12.0 + +## @rjsf/validator-ajv8 + +- Exposing new function `compileSchemaValidatorsCode` to allow creating precompiled validator without a file. This is useful in case when precompiled validator is to be created dynamically. [#3793](https://github.com/rjsf-team/react-jsonschema-form/pull/3793) + # 5.11.2 ## @rjsf/material-ui