Skip to content

Conversation

@mgoudy91
Copy link
Contributor

@mgoudy91 mgoudy91 commented Jul 6, 2023

Purpose of PR

Breaking change to remove the previously deprecated XXXExtensionSDK types

PR Checklist

  • Tests are added/updated/not required
  • Tests are passing
  • Typescript typings are added/updated/not required

@mgoudy91 mgoudy91 requested a review from a team as a code owner July 6, 2023 15:43
@mgoudy91 mgoudy91 changed the title Remove XXXExtensionSDK deprecated types feat: Remove XXXExtensionSDK deprecated types Jul 6, 2023
@mgoudy91 mgoudy91 force-pushed the EXT-4379/dep-XXXExtensionSDK branch from a38838e to fa07914 Compare July 6, 2023 15:48
@mgoudy91 mgoudy91 changed the title feat: Remove XXXExtensionSDK deprecated types [EXT-3204] feat: Remove XXXExtensionSDK deprecated types Jul 7, 2023
@mgoudy91 mgoudy91 changed the title [EXT-3204] feat: Remove XXXExtensionSDK deprecated types [EXT-3204] refactor: Remove XXXExtensionSDK deprecated types Jul 7, 2023
@mgoudy91 mgoudy91 force-pushed the EXT-4379/dep-XXXExtensionSDK branch from fa07914 to a4ac5dc Compare July 7, 2023 17:33
@mgoudy91 mgoudy91 changed the base branch from canary to v5.0.0-wip July 7, 2023 17:34
@mgoudy91 mgoudy91 merged commit 7c5b3b3 into v5.0.0-wip Jul 7, 2023
@mgoudy91 mgoudy91 deleted the EXT-4379/dep-XXXExtensionSDK branch July 7, 2023 17:36
ghepting pushed a commit that referenced this pull request Jul 17, 2023
BREAKING CHANGE: remove XXXExtensionSDK deprecated types
ghepting pushed a commit that referenced this pull request Jul 17, 2023
BREAKING CHANGE: remove XXXExtensionSDK deprecated types
ghepting pushed a commit that referenced this pull request Jul 17, 2023
BREAKING CHANGE: remove XXXExtensionSDK deprecated types
contentful-automation bot added a commit that referenced this pull request Jul 17, 2023
# [5.0.0-alpha.1](v4.22.1...v5.0.0-alpha.1) (2023-07-17)

### Features

* adds current location to location API ([067b57f](067b57f))
* Remove Space API ([#1576](#1576)) [EXT-3594] ([95541bc](95541bc))
* Remove XXXExtensionSDK deprecated types ([#1574](#1574)) [EXT-3204] ([1b40aa2](1b40aa2))
* removes `navigator.openPageExtension` [EXT-4621] ([#1581](#1581)) ([1cd2138](1cd2138))
* removes extensions from Dialog API [EXT-3595] ([#1577](#1577)) ([824a111](824a111))
* removes extensions from IDs API [EXT-3597] ([#1579](#1579)) ([5260be5](5260be5))
* rename `navigator.openCurrentAppPage` [EXT-3596] ([#1580](#1580)) ([1d1bfe7](1d1bfe7))
* Stop publishing `contentful-ui-extensions-sdk` package to npm ([#1584](#1584)) [EXT-3593] ([51faf28](51faf28))

### BREAKING CHANGES

* remove space api
* remove XXXExtensionSDK deprecated types
* removes `navigator.openPageExtension`
* renames `navigator.openCurrentAppPage` to
`navigator.openPage`
* removes extensions from IDs API
* removes extensions from Dialog API
andipaetzold added a commit that referenced this pull request Jul 21, 2023
* feat: adds current location to location API

* refactor:  removes extensions from Dialog API [EXT-3595] (#1577)

refactor: removes extensions from Dialog API

* updates changelog

* refactor: removes extensions from IDs API [EXT-3597] (#1579)

refactor: removes extensions from IDs API

* refactor: rename `navigator.openCurrentAppPage` [EXT-3596] (#1580)

refactor: renames `navigator.openCurrentAppPage` to
`navigator.openPage`

* refactor: removes `navigator.openPageExtension` [EXT-4621] (#1581)

refactor: removes `navigator.openPageExtension`

* updates CHANGELOG

* [EXT-3204] refactor: Remove XXXExtensionSDK deprecated types (#1574)

feat: move XXXExtensionSDK deprecated types

* updates changelog

* feat: [EXT-3594] Remove Space API (#1576)

* feat: delete space api

* test: fix tests

* feat: remove space api type from cma client

* feat: remove rollup

* feat: remove dist folder

* feat: tweak tsconfig

* fix: entrypoint

* feat: build package with tsc

* chore: remove file path

* chore: scripts & tsconfig cleanup

* chore: update .gitignore

* chore: remove styleguide

* chore: remove Sizing step from CI

* chore: remove tslib

* chore: revert CHANGELOG

* chore: remove build:debug

---------

Co-authored-by: Gary Hepting <ghepting@gmail.com>
Co-authored-by: Mitch Goudy <mgoudy91@gmail.com>
Co-authored-by: Andi Pätzold <andreas.paetzold@contentful.com>
contentful-automation bot added a commit that referenced this pull request Jul 21, 2023
# [5.0.0-alpha.2](v5.0.0-alpha.1...v5.0.0-alpha.2) (2023-07-21)

### Features

* add options for openEntriesList and openAssetsList [EXT-4514 EXT-4618] ([#1596](#1596)) ([22d08a6](22d08a6))
* do not bundle package [EXT-3598] ([#1590](#1590)) ([e95c81a](e95c81a)), closes [#1577](#1577) [#1579](#1579) [#1580](#1580) [#1581](#1581) [#1574](#1574) [#1576](#1576)
* remove deprecated props & methods [EXT-4467] ([#1597](#1597)) ([7f7240b](7f7240b))

### BREAKING CHANGES

* removed deprecated props & methods
ghepting pushed a commit that referenced this pull request Aug 14, 2023
BREAKING CHANGE: remove XXXExtensionSDK deprecated types
ghepting pushed a commit that referenced this pull request Aug 14, 2023
# [5.0.0-alpha.1](v4.22.1...v5.0.0-alpha.1) (2023-07-17)

### Features

* adds current location to location API ([067b57f](067b57f))
* Remove Space API ([#1576](#1576)) [EXT-3594] ([95541bc](95541bc))
* Remove XXXExtensionSDK deprecated types ([#1574](#1574)) [EXT-3204] ([1b40aa2](1b40aa2))
* removes `navigator.openPageExtension` [EXT-4621] ([#1581](#1581)) ([1cd2138](1cd2138))
* removes extensions from Dialog API [EXT-3595] ([#1577](#1577)) ([824a111](824a111))
* removes extensions from IDs API [EXT-3597] ([#1579](#1579)) ([5260be5](5260be5))
* rename `navigator.openCurrentAppPage` [EXT-3596] ([#1580](#1580)) ([1d1bfe7](1d1bfe7))
* Stop publishing `contentful-ui-extensions-sdk` package to npm ([#1584](#1584)) [EXT-3593] ([51faf28](51faf28))

### BREAKING CHANGES

* remove space api
* remove XXXExtensionSDK deprecated types
* removes `navigator.openPageExtension`
* renames `navigator.openCurrentAppPage` to
`navigator.openPage`
* removes extensions from IDs API
* removes extensions from Dialog API
ghepting added a commit that referenced this pull request Aug 14, 2023
* feat: adds current location to location API

* refactor:  removes extensions from Dialog API [EXT-3595] (#1577)

refactor: removes extensions from Dialog API

* updates changelog

* refactor: removes extensions from IDs API [EXT-3597] (#1579)

refactor: removes extensions from IDs API

* refactor: rename `navigator.openCurrentAppPage` [EXT-3596] (#1580)

refactor: renames `navigator.openCurrentAppPage` to
`navigator.openPage`

* refactor: removes `navigator.openPageExtension` [EXT-4621] (#1581)

refactor: removes `navigator.openPageExtension`

* updates CHANGELOG

* [EXT-3204] refactor: Remove XXXExtensionSDK deprecated types (#1574)

feat: move XXXExtensionSDK deprecated types

* updates changelog

* feat: [EXT-3594] Remove Space API (#1576)

* feat: delete space api

* test: fix tests

* feat: remove space api type from cma client

* feat: remove rollup

* feat: remove dist folder

* feat: tweak tsconfig

* fix: entrypoint

* feat: build package with tsc

* chore: remove file path

* chore: scripts & tsconfig cleanup

* chore: update .gitignore

* chore: remove styleguide

* chore: remove Sizing step from CI

* chore: remove tslib

* chore: revert CHANGELOG

* chore: remove build:debug

---------

Co-authored-by: Gary Hepting <ghepting@gmail.com>
Co-authored-by: Mitch Goudy <mgoudy91@gmail.com>
Co-authored-by: Andi Pätzold <andreas.paetzold@contentful.com>
ghepting pushed a commit that referenced this pull request Aug 14, 2023
# [5.0.0-alpha.2](v5.0.0-alpha.1...v5.0.0-alpha.2) (2023-07-21)

### Features

* add options for openEntriesList and openAssetsList [EXT-4514 EXT-4618] ([#1596](#1596)) ([22d08a6](22d08a6))
* do not bundle package [EXT-3598] ([#1590](#1590)) ([e95c81a](e95c81a)), closes [#1577](#1577) [#1579](#1579) [#1580](#1580) [#1581](#1581) [#1574](#1574) [#1576](#1576)
* remove deprecated props & methods [EXT-4467] ([#1597](#1597)) ([7f7240b](7f7240b))

### BREAKING CHANGES

* removed deprecated props & methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants