Skip to content

Commit

Permalink
feat: do not bundle package [EXT-3598] (#1590)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
4 people committed Aug 14, 2023
1 parent 9fab450 commit e9aba54
Show file tree
Hide file tree
Showing 25 changed files with 551 additions and 4,508 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- run:
name: Building
command: npm run build
- run:
name: Sizing
command: npm run size
- store_test_results:
path: test/unit/reports

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
/mochawesome-report
/.DS_Store
/dist
!/dist/cf-extension.css
!/dist/README.md
!/dist/WARNING.txt

/test/unit/reports
.env
Expand Down
9 changes: 0 additions & 9 deletions dist/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions dist/WARNING.txt

This file was deleted.

Loading

0 comments on commit e9aba54

Please sign in to comment.