superset/superset-frontend
David Aaron Suddjian 225015fd5a
feat: Introduce a library for embedded iframe <-> host communication (#18652)
* improved logging

* switchboard, and window size

* lint

* tsconfig

* fix path

* fix release script

* tests, debug mode, and error handling

* moar debug mode

* package lock

* formatting

* comment

* wording

* appease the coverage gods

* Async assertions must be awaited or returned
2022-02-11 20:29:23 -08:00
..
.storybook refactor: migrate RowCountLabel to TypeScript & added story (#18105) 2022-01-20 15:35:09 +01:00
cypress-base test(Native filter): add cypress test user can add time grain filter (#18669) 2022-02-11 08:12:24 -08:00
packages feat: Introduce a library for embedded iframe <-> host communication (#18652) 2022-02-11 20:29:23 -08:00
plugins fix(deck.gl): update view state on property changes (#17720) (#17826) 2022-02-11 13:19:42 +02:00
scripts refactor(monorepo): update plugin dependencies (#17837) 2021-12-22 16:26:12 +08:00
spec chore: improve React import reference consistency (#18608) 2022-02-10 21:03:16 -08:00
src feat: Introduce a library for embedded iframe <-> host communication (#18652) 2022-02-11 20:29:23 -08:00
temporary_superset_ui chore: improve React import reference consistency (#18608) 2022-02-10 21:03:16 -08:00
.eslintignore refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
.eslintrc.js chore: reenable lint for test files (#17979) 2022-01-11 14:22:56 +08:00
.gitignore
.nvmrc chore: update node version in nvmrc (#17492) 2021-11-23 11:18:22 +02:00
.prettierignore chore: remove unused eslintrc (#17860) 2022-01-05 19:31:12 +08:00
babel.config.js refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
cypress_build.sh
jest.config.js fix(jest): add superset-frontend to testRegex (#18601) 2022-02-07 19:11:48 +02:00
js_build.sh
lerna.json refactor: move superset-ui dependencies to peerDependencies (#17965) 2022-01-11 13:53:37 +08:00
package-lock.json feat: Introduce a library for embedded iframe <-> host communication (#18652) 2022-02-11 20:29:23 -08:00
package.json feat: Introduce a library for embedded iframe <-> host communication (#18652) 2022-02-11 20:29:23 -08:00
prettier.config.js
tsconfig.json feat: Introduce a library for embedded iframe <-> host communication (#18652) 2022-02-11 20:29:23 -08:00
webpack.config.js fix(build): update webpack jsx paths (#18685) 2022-02-11 14:28:00 -08:00
webpack.proxy-config.js