Skip to content

Commit e6dade3

Browse files
committed
Release 4.3.0
1 parent fb4f2d5 commit e6dade3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v4.3.0 (2020-06-16)
2+
3+
#### :rocket: Enhancement
4+
* [#45](https://github.com/yapplabs/ember-nav-stack/pull/45) Refactor <NavStack> to add an extension point for the logic of identifying the current root component ([@lukemelia](https://github.com/lukemelia))
5+
6+
#### :bug: Bug Fix
7+
* [#44](https://github.com/yapplabs/ember-nav-stack/pull/44) Ensure that the back action fired after a back gesture animation completes runs within a run loop ([@lukemelia](https://github.com/lukemelia))
8+
9+
#### :house: Internal
10+
* [#43](https://github.com/yapplabs/ember-nav-stack/pull/43) Bump websocket-extensions from 0.1.3 to 0.1.4 ([@dependabot[bot]](https://github.com/apps/dependabot))
11+
* [#46](https://github.com/yapplabs/ember-nav-stack/pull/46) Improve hammer handling in <VerticalPanDetectorPane> in dummy app ([@lukemelia](https://github.com/lukemelia))
12+
13+
#### Committers: 1
14+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
15+
116
## v4.1.0 (2020-05-18)
217

318
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-nav-stack",
3-
"version": "4.1.0",
3+
"version": "4.3.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)