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

refactor: removes navigator.openPageExtension [EXT-4621] #1581

Merged

Conversation

ghepting
Copy link
Contributor

@ghepting ghepting commented Jul 7, 2023

Purpose of PR

Removes navigator.openPageExtension

PR Checklist

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

@ghepting ghepting requested a review from a team as a code owner July 7, 2023 16:59
@ghepting ghepting merged commit de53641 into v5.0.0-wip Jul 7, 2023
4 checks passed
@ghepting ghepting deleted the gary/EXT-4621/remove-extensions-from-navigator-api branch July 7, 2023 17:05
ghepting added a commit that referenced this pull request Jul 17, 2023
BREAKING CHANGE: removes `navigator.openPageExtension`
ghepting added a commit that referenced this pull request Jul 17, 2023
BREAKING CHANGE: removes `navigator.openPageExtension`
ghepting added a commit that referenced this pull request Jul 17, 2023
BREAKING CHANGE: removes `navigator.openPageExtension`
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 added a commit that referenced this pull request Aug 14, 2023
BREAKING CHANGE: removes `navigator.openPageExtension`
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.

None yet

1 participant