-
Notifications
You must be signed in to change notification settings - Fork 33
refactor: removes extensions from Dialog API [EXT-3595] #1577
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
Merged
ghepting
merged 1 commit into
v5.0.0-wip
from
gary/EXT-3595/remove-extensions-from-dialog-api
Jul 7, 2023
Merged
refactor: removes extensions from Dialog API [EXT-3595] #1577
ghepting
merged 1 commit into
v5.0.0-wip
from
gary/EXT-3595/remove-extensions-from-dialog-api
Jul 7, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e68b897 to
99ff2f0
Compare
99ff2f0 to
c518e48
Compare
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
This was referenced Jul 18, 2023
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of PR
Removes:
dialogs.openExtensiondialogs.openCurrentRenames:
dialogs.openCurrentApptodialogs.openPR Checklist