From 7c7ff9f47a24eeddd9ac8f9a4c2643eb5e500582 Mon Sep 17 00:00:00 2001 From: Simon Ihmig Date: Wed, 8 Mar 2023 17:17:07 +0100 Subject: [PATCH] Add changelog --- .changeset/heavy-experts-wonder.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/heavy-experts-wonder.md diff --git a/.changeset/heavy-experts-wonder.md b/.changeset/heavy-experts-wonder.md new file mode 100644 index 00000000..00edc08b --- /dev/null +++ b/.changeset/heavy-experts-wonder.md @@ -0,0 +1,7 @@ +--- +'ember-headless-form': patch +--- + +Yield `rawErrors` for custom error rendering + +Both the form and each field yield a `rawErrors` property that gives access to the raw validation error objects for custom error rendering.