File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.0] - 2025-10-25
11+
1012### Added
1113
12- - Add ` on ` and ` emit ` event functions
13- - Add ` connected ` and ` disconnected ` lifecycle functions
14+ - Add ` on ` and ` emit ` event functions ( [ # 62 ] ( https://github.com/Ambiki/impulse/pull/62 ) )
15+ - Add ` connected ` and ` disconnected ` lifecycle functions ( [ # 60 ] ( https://github.com/Ambiki/impulse/pull/60 ) )
1416
1517### Fixed
1618
17- - Process pending mutations
19+ - Process pending mutations ( [ # 71 ] ( https://github.com/Ambiki/impulse/pull/71 ) )
1820
1921## [ 1.0.2] - 2025-06-15
2022
@@ -107,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107109
108110- Everything!
109111
110- [ unreleased ] : https://github.com/Ambiki/impulse/compare/v1.0.2...HEAD
112+ [ unreleased ] : https://github.com/Ambiki/impulse/compare/v1.1.0...HEAD
113+ [ 1.1.0 ] : https://github.com/Ambiki/impulse/compare/v1.0.2...v1.1.0
111114[ 1.0.2 ] : https://github.com/Ambiki/impulse/compare/v1.0.1...v1.0.2
112115[ 1.0.1 ] : https://github.com/Ambiki/impulse/compare/v1.0.0...v1.0.1
113116[ 1.0.0 ] : https://github.com/Ambiki/impulse/compare/v0.5.0-beta.1...v1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @ambiki/impulse" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.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" : " 1.0.2 " ,
12+ "@ambiki/impulse" : " 1.1.0 " ,
1313 "vite" : " ^5.4.21"
1414 }
1515}
You can’t perform that action at this time.
0 commit comments