Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog files for v2.7.x releases #170

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
28 changes: 28 additions & 0 deletions versioned_docs/version-2/platform/release/2-7-19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
id: 2-7-19
title: Release Notes - 2.7.19
sidebar_label: '2.7.19'
description: Falcon platform v2.7.19 release notes
---

###### Release Date (2021-09-14)

## Breaking Changes 💥

N/A

## New Features 🚀

N/A

## Bug Fixes 🐛

- Fixed enpoint that updates Algolia index configuration

## Polish 💅

N/A

## Upgrade Notes 📝

N/A
29 changes: 29 additions & 0 deletions versioned_docs/version-2/platform/release/2-7-20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
id: 2-7-20
title: Release Notes - 2.7.20
sidebar_label: '2.7.20'
description: Falcon platform v2.7.20 release notes
---

###### Release Date (2021-10-07)

## Breaking Changes 💥

N/A

## New Features 🚀

- Added geolocation data to page renderer so it's possible to select scope based on geo location

## Bug Fixes 🐛

- Fixed issues with password reset logic in BigCommerce
- Fixed scope changing logic (when scope gets saved to cookie) in examples

## Polish 💅

- Removed session-related code from Algolia endpoints

## Upgrade Notes 📝

N/A
29 changes: 29 additions & 0 deletions versioned_docs/version-2/platform/release/2-7-21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
id: 2-7-21
title: Release Notes - 2.7.21
sidebar_label: '2.7.21'
description: Falcon platform v2.7.21 release notes
---

###### Release Date (2021-10-08)

## Breaking Changes 💥

N/A

## New Features 🚀

N/A

## Bug Fixes 🐛

- Fixed issue with cache context in BigCommerce - removed `async` as this method must be synchronous and is used in that way

## Polish 💅

- Improved caching of backend configuration in BigCommerce to speed up resovlers which use that config
- Improved error logging in Algolia

## Upgrade Notes 📝

N/A
30 changes: 30 additions & 0 deletions versioned_docs/version-2/platform/release/2-7-22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
id: 2-7-22
title: Release Notes - 2.7.22
sidebar_label: '2.7.22'
description: Falcon platform v2.7.22 release notes
---

###### Release Date (2021-11-10)

## Breaking Changes 💥

N/A

## New Features 🚀

- Added support for multi level children support for `MenuNavigation`
- Added support for multi level navigation children in `Menu` resolver (in Magento)
- Added support for multi level navigation children in `Menu` resolver (in BigCommerce)

## Bug Fixes 🐛

N/A

## Polish 💅

- Change iDEAL in translations files from iDeal to iDEAL

## Upgrade Notes 📝

N/A
30 changes: 30 additions & 0 deletions versioned_docs/version-2/platform/release/2-7-23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
id: 2-7-23
title: Release Notes - 2.7.23
sidebar_label: '2.7.23'
description: Falcon platform v2.7.23 release notes
---

###### Release Date (2021-12-06)

## Breaking Changes 💥

- changed `id` value for Product operations in demo shops

## New Features 🚀

N/A

## Bug Fixes 🐛

- Fixed GalleryPagination interaction in demo shops
- Fixed generation of cache ids for MenuItem (on the client) in demo shops
- Fixed rendering of ProductOptionList in demo shops

## Polish 💅

- updated dependencies of all packages

## Upgrade Notes 📝

N/A
28 changes: 28 additions & 0 deletions versioned_docs/version-2/platform/release/2-7-24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
id: 2-7-24
title: Release Notes - 2.7.24
sidebar_label: '2.7.24'
description: Falcon platform v2.7.24 release notes
---

###### Release Date (2022-01-21)

## Breaking Changes 💥

N/A

## New Features 🚀

N/A

## Bug Fixes 🐛

- Fixed resolver `blogPage` (uses a proper url now to fetch the data) in WordPress

## Polish 💅

N/A

## Upgrade Notes 📝

N/A
29 changes: 29 additions & 0 deletions versioned_docs/version-2/platform/release/2-7-25.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
id: 2-7-25
title: Release Notes - 2.7.25
sidebar_label: '2.7.25'
description: Falcon platform v2.7.25 release notes
---

###### Release Date (2021-05-18)

## Breaking Changes 💥

- changed `id` value for Product operations in demo shops

## New Features 🚀

- fixed sign-up sidebar in demo shops as it was impossible to open it
- allow hidden files to be served by webserver (in order to use .well-known folder)

## Bug Fixes 🐛

- fixed resolver for stock quantity field in BigCommerce

## Polish 💅

- updated dependencies of all packages

## Upgrade Notes 📝

N/A
94 changes: 94 additions & 0 deletions versioned_docs/version-2/platform/release/full-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,100 @@ description: Falcon platform all versions and their release notes

Versions marked with a number and date (e.g. Falcon Platform v2.1.1 (2020-05-08)) are already released and available via npm.

## Falcon Platform 2.7.25 (2022-05-18)

- updated dependencies of all packages

### Falcon BigCommerce API

- fixed resolver for stock quantity field

### Falcon Client

- allow hidden files to be served by webserver (in order to use .well-known folder)

### Examples

- fixed sign-up sidebar as it was impossible to open it

## Falcon Platform 2.7.24 (2022-01-21)

### Falcon Wordpress API

- Fixed resolver `blogPage` (uses a proper url now to fetch the data)

## Falcon Platform 2.7.23 (2021-12-06)

- updated dependencies of all packages

### Examples

- Fixed GalleryPagination interaction

- Fixed generation of cache ids for MenuItem (on the client)

- Fixed rendering of ProductOptionList

### Falcon Demo

- BREAKING: changed `id` value for Product operations

### Falcon BigCommerce Endpoints

- added handlers for `store/sku/*` webhooks
- BREAKING: flushing cache tags using `id` value for products/categories

### Falcon Shop Extension

- BREAKING: using `id` instead of `sku` value for most of the Product operations

## Falcon Platform 2.7.22 (2021-11-10)

### Examples

- Change iDEAL in translations files from iDeal to iDEAL

### Falcon UI Kit
- Added support for multi level children support for `MenuNavigation`

### Falcon BigCommerce API
- Added support for multi level navigation children in `Menu` resolver

### Falcon Magento2 API
- Added support for multi level navigation children in `Menu` resolver

## Falcon Platform 2.7.21 (2021-10-08)

### Falcon Algolia API

- Improved error logging

### Falcon BigCommerce API

- Improved caching of backend configuration to speed up resovlers which use that config
- Fixed issue with cache context - removed `async` as this method must be synchronous and is used in that way

## Falcon Platform 2.7.20 (2021-10-07)

### Falcon BigCommerce API

- Fixed issues with password reset logic

### Falcon Client

- Added geolocation data to page renderer so it's possible to select scope based on geo location
- Fixed scope changing logic (when scope gets saved to cookie)

### Falcon Algolia API

- Removed session-related code from Algolia endpoints

## Falcon Platform 2.7.19 (2021-09-14)

### Falcon Algolia API

- Fixed enpoint that updates Algolia index configuration

## Falcon Platform 2.7.18 (2021-09-08)

### Demo V2
Expand Down
28 changes: 28 additions & 0 deletions versioned_sidebars/version-2-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,34 @@
"type": "doc",
"id": "version-2/platform/release/full-changelog"
},
{
"type": "doc",
"id": "version-2/platform/release/2-7-25"
},
{
"type": "doc",
"id": "version-2/platform/release/2-7-24"
},
{
"type": "doc",
"id": "version-2/platform/release/2-7-23"
},
{
"type": "doc",
"id": "version-2/platform/release/2-7-22"
},
{
"type": "doc",
"id": "version-2/platform/release/2-7-21"
},
{
"type": "doc",
"id": "version-2/platform/release/2-7-20"
},
{
"type": "doc",
"id": "version-2/platform/release/2-7-19"
},
{
"type": "doc",
"id": "version-2/platform/release/2-7-18"
Expand Down