Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2025-10-25

### Added

- Add `on` and `emit` event functions
- Add `connected` and `disconnected` lifecycle functions
- Add `on` and `emit` event functions ([#62](https://github.com/Ambiki/impulse/pull/62))
- Add `connected` and `disconnected` lifecycle functions ([#60](https://github.com/Ambiki/impulse/pull/60))

### Fixed

- Process pending mutations
- Process pending mutations ([#71](https://github.com/Ambiki/impulse/pull/71))

## [1.0.2] - 2025-06-15

Expand Down Expand Up @@ -107,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Everything!

[unreleased]: https://github.com/Ambiki/impulse/compare/v1.0.2...HEAD
[unreleased]: https://github.com/Ambiki/impulse/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/Ambiki/impulse/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/Ambiki/impulse/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Ambiki/impulse/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Ambiki/impulse/compare/v0.5.0-beta.1...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ambiki/impulse",
"version": "1.0.2",
"version": "1.1.0",
"description": "A JavaScript framework that leverages the Web Components API.",
"author": "Ambitious Idea Labs <info@ambiki.com> (https://ambiki.com/)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@ambiki/impulse": "1.0.2",
"@ambiki/impulse": "1.1.0",
"vite": "^5.4.21"
}
}