Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular-ui/ui-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.28
Choose a base ref
...
head repository: angular-ui/ui-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.29
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 8, 2020

  1. Copy the full SHA
    4d06329 View commit details

Commits on Dec 21, 2020

  1. Copy the full SHA
    0814238 View commit details
  2. 1.0.29

    christopherthielen committed Dec 21, 2020
    Copy the full SHA
    c5de135 View commit details
Showing with 38 additions and 17 deletions.
  1. +21 −0 CHANGELOG.md
  2. +1 −1 bower.json
  3. +3 −3 package.json
  4. +13 −13 yarn.lock
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 1.0.29 (2020-12-21)
[Compare `@uirouter/angularjs` versions 1.0.28 and 1.0.29](https://github.com/angular-ui/ui-router/compare/1.0.28...1.0.29)


---


### Updated `@uirouter/core` from 6.0.6 to 6.0.7


Changelog for `@uirouter/core`:


[Compare `@uirouter/core` versions 6.0.6 and 6.0.7](https://github.com/ui-router/core/compare/6.0.6...6.0.7)

### Bug Fixes

* **array:** Fix decoding of array-type query parameters ([44ebfae](https://github.com/ui-router/core/commit/44ebfae))

- Note: this fix does not affect angularjs

## 1.0.28 (2020-08-08)
[Compare `@uirouter/angularjs` versions 1.0.27 and 1.0.28](https://github.com/angular-ui/ui-router/compare/1.0.27...1.0.28)

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -17,5 +17,5 @@
"test",
"src"
],
"version": "1.0.27"
"version": "1.0.28"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uirouter/angularjs",
"description": "State-based routing for AngularJS 1.x",
"version": "1.0.28",
"version": "1.0.29",
"scripts": {
"clean": "shx rm -rf lib lib-esm _doc build release *.log",
"compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",
@@ -75,7 +75,7 @@
"module": "lib-esm/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@uirouter/core": "6.0.6"
"@uirouter/core": "6.0.7"
},
"peerDependencies": {
"angular": ">=1.2.0"
@@ -87,7 +87,7 @@
"@types/jest": "^26.0.5",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"@uirouter/publish-scripts": "2.5.3",
"@uirouter/publish-scripts": "2.5.4",
"angular": "1.8.0",
"bufferutil": "4.0.1",
"canvas": "2.6.1",
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -735,17 +735,17 @@
dependencies:
eslint-visitor-keys "^1.1.0"

"@uirouter/core@6.0.6":
version "6.0.6"
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-6.0.6.tgz#4bea0ca88790a939d8e84ba05a31b96f50d9abe8"
integrity sha512-+i1iNaPQRp1JoEnxi4EsTX30bSvkWtPEenENWdvdIzX615Q3WCWwnbW9DtrwX9gSD5qmWEaQEtGMU0uF3qJ+1g==
"@uirouter/core@6.0.7":
version "6.0.7"
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-6.0.7.tgz#a66743dceb13a56d8908474ff891d63e5d5a2b01"
integrity sha512-KUTJxL+6q0PiBnFx4/Z+Hsyg0pSGiaW5yZQeJmUxknecjpTbnXkLU8H2EqRn9N2B+qDRa7Jg8RcgeNDPY72O1w==

"@uirouter/publish-scripts@2.5.3":
version "2.5.3"
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.5.3.tgz#569e562e77b2704b56eb2098d1f9add035503e58"
integrity sha512-ZY/edN6IKfW0gfwx2b+E9K5nBuc/3gGjoeBhNX3q1IH+ntrdR7nxq009IwT556Ti8GpE/78H65RZqk9R/lwiGQ==
"@uirouter/publish-scripts@2.5.4":
version "2.5.4"
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.5.4.tgz#facc20b7f3ef4cd6def05805c077edfb3b1bb935"
integrity sha512-zHFHH1V890JF2b6HYPdr2PvJEGyZoL4HxqrZ6dPaJRFP65chbbnWzo0+JXE7QkwPWQrG+TQU30/Golg+ekRuiQ==
dependencies:
check-peer-dependencies "^2.0.2"
check-peer-dependencies "^2.0.6"
conventional-changelog "^3.1.21"
conventional-changelog-ui-router-core "^1.4.2"
find-parent-dir "^0.3.0"
@@ -1309,10 +1309,10 @@ char-regex@^1.0.2:
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==

check-peer-dependencies@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/check-peer-dependencies/-/check-peer-dependencies-2.0.2.tgz#f41ee03da90e9caa42b0d35b95d29ba5ec0d8f50"
integrity sha512-2ONozVlLrkoTtlHBNFBNDQn4pjzecvwD8NlkpiPxVcvio9YulTdORzEr4kzrm1k2M3oZ2B7uNCzoe8w/FM/6Cg==
check-peer-dependencies@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/check-peer-dependencies/-/check-peer-dependencies-2.0.6.tgz#e407e6f3433eac6138765474a114c96a787d7c04"
integrity sha512-q++3UFY2vgZEcUlHSDLR6JmBispEf6az90wNFSfM3hiD+DuZUd0mD+eYGSQMTUVvvEZkaS+B71utvsKYiBPemg==
dependencies:
resolve "^1.14.1"
semver "^7.1.1"