File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0] - 2024-11-28
11+
1012### Fixed
1113
12- - Set muliple targets as ` [] ` and single target as ` null ` if they cannot be found
14+ - Set multiple targets as ` [] ` and single targets as ` null ` if they cannot be found ( [ # 47 ] ( https://github.com/Ambiki/impulse/pull/47 ) )
1315
1416## [ 0.5.0-beta.2] - 2024-08-26
1517
@@ -20,10 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022### Fixed
2123
2224- Optimize event listeners so that only the added/removed actions are processed ([ #41 ] ( https://github.com/Ambiki/impulse/pull/41 ) )
23-
24- ### Fixed
25-
26- - Fixed ` ElementObserver ` types
25+ - Fixed ` ElementObserver ` types ([ #39 ] ( https://github.com/Ambiki/impulse/pull/39 ) )
2726
2827## [ 0.5.0-beta.1] - 2024-08-24
2928
@@ -87,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8786
8887- Everything!
8988
90- [ unreleased ] : https://github.com/Ambiki/impulse/compare/v0.5.0-beta.2...HEAD
89+ [ unreleased ] : https://github.com/Ambiki/impulse/compare/v1.0.0...HEAD
90+ [ 1.0.0 ] : https://github.com/Ambiki/impulse/compare/v0.5.0-beta.1...v1.0.0
9191[ 0.5.0-beta.2 ] : https://github.com/Ambiki/impulse/compare/v0.5.0-beta.1...v0.5.0-beta.2
9292[ 0.5.0-beta.1 ] : https://github.com/Ambiki/impulse/compare/v0.4.0...v0.5.0-beta.1
9393[ 0.4.0 ] : https://github.com/Ambiki/impulse/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @ambiki/impulse" ,
3- "version" : " 0.5.0-beta.2 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " A JavaScript framework that leverages the Web Components API." ,
55 "author" : " Ambitious Idea Labs <info@ambiki.com> (https://ambiki.com/)" ,
66 "contributors" : [
Original file line number Diff line number Diff line change 99 "preview" : " vite preview"
1010 },
1111 "devDependencies" : {
12- "@ambiki/impulse" : " 0.5.0-beta.2 " ,
12+ "@ambiki/impulse" : " 1.0.0 " ,
1313 "vite" : " ^4.5.3"
1414 }
1515}
You can’t perform that action at this time.
0 commit comments