Skip to content

Conversation

@ghepting
Copy link
Contributor

@ghepting ghepting commented Jul 7, 2023

Purpose of PR

Removes:

  • dialogs.openExtension
  • dialogs.openCurrent

Renames:

  • dialogs.openCurrentApp to dialogs.open

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 15:20
@ghepting ghepting force-pushed the gary/EXT-3595/remove-extensions-from-dialog-api branch 2 times, most recently from e68b897 to 99ff2f0 Compare July 7, 2023 15:22
@ghepting ghepting changed the title removes extensions from Dialog API BREAKING CHANGE: removes extensions from Dialog API Jul 7, 2023
@ghepting ghepting changed the title BREAKING CHANGE: removes extensions from Dialog API BREAKING CHANGE: removes extensions from Dialog API [EXT-3595] Jul 7, 2023
@ghepting ghepting force-pushed the gary/EXT-3595/remove-extensions-from-dialog-api branch from 99ff2f0 to c518e48 Compare July 7, 2023 15:23
@ghepting ghepting changed the title BREAKING CHANGE: removes extensions from Dialog API [EXT-3595] refactor: removes extensions from Dialog API [EXT-3595] Jul 7, 2023
@ghepting ghepting merged commit 4d6fa3b into v5.0.0-wip Jul 7, 2023
@ghepting ghepting deleted the gary/EXT-3595/remove-extensions-from-dialog-api branch July 7, 2023 16:44
ghepting added a commit that referenced this pull request Jul 17, 2023
BREAKING CHANGE: removes extensions from Dialog API
ghepting added a commit that referenced this pull request Jul 17, 2023
BREAKING CHANGE: removes extensions from Dialog API
ghepting added a commit that referenced this pull request Jul 17, 2023
BREAKING CHANGE: removes extensions from Dialog API
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 extensions from Dialog API
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.

2 participants