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
6 changes: 0 additions & 6 deletions .changeset/giant-dryers-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-eyes-sing.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/strong-meals-grin.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/getting-started/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# getting-started

## 1.0.32

### Patch Changes

- Updated dependencies []:
- navigraph@1.2.28

## 1.0.31

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/getting-started/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "getting-started",
"version": "1.0.31",
"version": "1.0.32",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"navigraph": "1.2.27",
"navigraph": "1.2.28",
"next": "12.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions examples/msfs-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# msfs-panel

## 1.0.29

### Patch Changes

- Updated dependencies []:
- navigraph@1.2.28

## 1.0.28

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/msfs-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "msfs-panel",
"version": "1.0.28",
"version": "1.0.29",
"private": true,
"homepage": "./",
"files": [
"dist"
],
"dependencies": {
"navigraph": "1.2.27",
"navigraph": "1.2.28",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @navigraph/auth

## 2.4.1

### Patch Changes

- [#68](https://github.com/Navigraph/navigraph-js-sdk/pull/68) [`2c364c2`](https://github.com/Navigraph/navigraph-js-sdk/commit/2c364c276047326ba3fbdd3f395a4e47a040fe16) Thanks [@SkySails](https://github.com/SkySails)! - Added request buffers to all token requests, including user verification.
This ensures that the SDK does not send multiple identical token requests in parallel and instead returns one response for all requests, ultimately increasing both speed and reliability.

- [#67](https://github.com/Navigraph/navigraph-js-sdk/pull/67) [`693d01f`](https://github.com/Navigraph/navigraph-js-sdk/commit/693d01ff0fe04fc53bdb83865b5be5b3d2f8d035) Thanks [@SkySails](https://github.com/SkySails)! - Fixed token expiry check. Previously, a token would be considered expired 3 minutes **after** it expired, but the intention was to treat it as expired 3 minutes **before** its real expiry.

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/auth",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"description": "Authentication with Navigraph services as part of the Navigraph SDK",
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
Expand Down
16 changes: 16 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @navigraph/charts

## 1.4.0

### Minor Changes

- [#69](https://github.com/Navigraph/navigraph-js-sdk/pull/69) [`c4ee897`](https://github.com/Navigraph/navigraph-js-sdk/commit/c4ee897b0476d0435b45366940fc7381c568109e) Thanks [@SkySails](https://github.com/SkySails)! - Added `NavigraphTileLayer`, a Leaflet `TileLayer` that implements Navigraph enroute tiles.
The aim with this extension is to help developers by making the following features available:

- Switching of source between VFR, IFR and world map
- Changing of the theme between day and night
- Automatic handling of credential expiry, with useful hints in the log when something does not look quite right.

### Patch Changes

- Updated dependencies [[`2c364c2`](https://github.com/Navigraph/navigraph-js-sdk/commit/2c364c276047326ba3fbdd3f395a4e47a040fe16), [`693d01f`](https://github.com/Navigraph/navigraph-js-sdk/commit/693d01ff0fe04fc53bdb83865b5be5b3d2f8d035)]:
- @navigraph/auth@2.4.1

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/charts",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"description": "Allows interaction with the Navigraph Charts API as part of the Navigraph SDK",
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
Expand Down Expand Up @@ -35,7 +35,7 @@
"postpack": "clean-package restore"
},
"dependencies": {
"@navigraph/auth": "2.4.0",
"@navigraph/auth": "2.4.1",
"@navigraph/app": "1.3.3"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/navigraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# navigraph

## 1.2.28

### Patch Changes

- Updated dependencies [[`2c364c2`](https://github.com/Navigraph/navigraph-js-sdk/commit/2c364c276047326ba3fbdd3f395a4e47a040fe16), [`693d01f`](https://github.com/Navigraph/navigraph-js-sdk/commit/693d01ff0fe04fc53bdb83865b5be5b3d2f8d035), [`c4ee897`](https://github.com/Navigraph/navigraph-js-sdk/commit/c4ee897b0476d0435b45366940fc7381c568109e)]:
- @navigraph/auth@2.4.1
- @navigraph/charts@1.4.0

## 1.2.27

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/navigraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "navigraph",
"version": "1.2.27",
"version": "1.2.28",
"description": "A library for interacting with Navigraph services",
"author": "Navigraph <contact@navigraph.com> (https://navigraph.com)",
"homepage": "https://navigraph.com",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@navigraph/app": "1.3.3",
"@navigraph/auth": "2.4.0",
"@navigraph/charts": "1.3.0"
"@navigraph/auth": "2.4.1",
"@navigraph/charts": "1.4.0"
}
}