-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @respond-framework/[email protected] - [email protected] - @respond-framework/[email protected] - @respond-framework/[email protected] - @respond-framework/[email protected] - @respond-framework/[email protected]
- Loading branch information
1 parent
3abd2b1
commit a3b6e2b
Showing
12 changed files
with
94 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.1-test.5](https://github.com/hedgepigdaniel/rudy/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-16) | ||
|
||
**Note:** Version bump only for package @respond-framework/boilerplate | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.1-test.4](https://github.com/respond-framework/rudy/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-09-10) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@respond-framework/boilerplate", | ||
"description": "Universal Rudy Demo", | ||
"version": "0.1.1-test.4", | ||
"version": "0.1.1-test.5", | ||
"main": "server/index.js", | ||
"author": "James Gillmore <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -21,8 +21,8 @@ | |
"lint": "eslint ." | ||
}, | ||
"dependencies": { | ||
"@respond-framework/react": "^0.1.1-test.3", | ||
"@respond-framework/rudy": "^0.1.1-test.4", | ||
"@respond-framework/react": "^0.1.1-test.4", | ||
"@respond-framework/rudy": "^0.1.1-test.5", | ||
"core-js": "^3.2.1", | ||
"express": "^4.15.2", | ||
"react": "^16.8.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,25 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.1-test.5](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/compare/[email protected]@1.0.1-test.5) (2019-10-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **history:** store index of current history stack entry in the browser location state ([#61](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/issues/61)) ([3abd2b1](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/commit/3abd2b1)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **history:** browsers that don't support the history API or session storage are no longer supported at all. In practice this means IE9 is no longer supported. | ||
* **history:** future entries in the history stack remain even if the user has since navigated from a previous entry to an external site (because they are no longer removed when they are potentially still the future entries in the browser stack) | ||
|
||
Fixes https://github.com/respond-framework/rudy/issues/59 | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.1-test.4](https://github.com/respond-framework/rudy/tree/master/packages/integration-tests/compare/[email protected]@1.0.1-test.4) (2019-09-10) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.1-test.2](https://github.com/respond-framework/rudy/tree/master/packages/middleware-change-page-title/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-16) | ||
|
||
**Note:** Version bump only for package @respond-framework/middleware-change-page-title | ||
|
||
|
||
|
||
|
||
|
||
## 1.0.1-test.1 (2019-04-15) | ||
|
||
**Note:** Version bump only for package @respond-framework/middleware-change-page-title | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,25 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.1-test.4](https://github.com/respond-framework/rudy/tree/master/packages/react/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **history:** store index of current history stack entry in the browser location state ([#61](https://github.com/respond-framework/rudy/tree/master/packages/react/issues/61)) ([3abd2b1](https://github.com/respond-framework/rudy/tree/master/packages/react/commit/3abd2b1)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **history:** browsers that don't support the history API or session storage are no longer supported at all. In practice this means IE9 is no longer supported. | ||
* **history:** future entries in the history stack remain even if the user has since navigated from a previous entry to an external site (because they are no longer removed when they are potentially still the future entries in the browser stack) | ||
|
||
Fixes https://github.com/respond-framework/rudy/issues/59 | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.1-test.3](https://github.com/respond-framework/rudy/tree/master/packages/react/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-09-10) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.1-test.5](https://github.com/respond-framework/rudy/tree/master/packages/rudy/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **history:** delete console.log from BrowserHistory ([#58](https://github.com/respond-framework/rudy/tree/master/packages/rudy/issues/58)) ([4d1a4e4](https://github.com/respond-framework/rudy/tree/master/packages/rudy/commit/4d1a4e4)), closes [#46](https://github.com/respond-framework/rudy/tree/master/packages/rudy/issues/46) | ||
* **history:** store index of current history stack entry in the browser location state ([#61](https://github.com/respond-framework/rudy/tree/master/packages/rudy/issues/61)) ([3abd2b1](https://github.com/respond-framework/rudy/tree/master/packages/rudy/commit/3abd2b1)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **history:** browsers that don't support the history API or session storage are no longer supported at all. In practice this means IE9 is no longer supported. | ||
* **history:** future entries in the history stack remain even if the user has since navigated from a previous entry to an external site (because they are no longer removed when they are potentially still the future entries in the browser stack) | ||
|
||
Fixes https://github.com/respond-framework/rudy/issues/59 | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.1-test.4](https://github.com/respond-framework/rudy/tree/master/packages/rudy/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-09-10) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.1-test.2](https://github.com/respond-framework/rudy/tree/master/packages/utils/compare/@respond-framework/[email protected]...@respond-framework/[email protected]) (2019-10-16) | ||
|
||
**Note:** Version bump only for package @respond-framework/utils | ||
|
||
|
||
|
||
|
||
|
||
## 0.1.1-test.1 (2019-04-15) | ||
|
||
**Note:** Version bump only for package @respond-framework/utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters