You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
-
## [1.0.0.alpha1] - 2025-07-04
8
+
9
+
## [1.0.0.alpha2] - 2025-07-08
10
+
11
+
### Breaking
12
+
-`nil` values in Stimulus values are ok, but `nil` for an action/target/outlet makes no sense so is ignored.
13
+
14
+
### Fixed
15
+
16
+
-`stimulus_scoped_event` must return a Symbol to work with `stimulus_action` and `stimulus_target` methods etc.
17
+
18
+
## [1.0.0.alpha1] - 2025-07-08
9
19
10
20
This release is a major overhaul of the Vident library, and introduces a new API for defining components and Stimulus attributes. The new API is designed to be more consistent and easier to use.
0 commit comments