From 360273ac27fd9ec703cf61007c146b22afd16df0 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 31 Jan 2025 11:23:50 -0500 Subject: [PATCH] update version --- docs/docs/resources/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index 8b3dbd529..47c0809fa 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -12,7 +12,7 @@ Components with the Experimental bad During the alpha period, things might break! We take breaking changes very seriously, but sometimes they're necessary to make the final product that much better. We appreciate your patience! ::: -## Next +## 3.0.0-alpha.10 - 🚨 BREAKING: updated all components to use native events instead of `wa-` prefixed events. This will allow components to work more like native elements in your code, frameworks, third-party plugins, etc. To update your code, simply remove the prefix from your event listeners for the following events. - `wa-input` => `input`