@looker/api-explorer 0.9.33-alpha.1524 → 0.9.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/dist/bundle.js +1 -1
  3. package/dist/bundle.js.LICENSE.txt +0 -9
  4. package/dist/bundle.js.map +1 -1
  5. package/e2e/diffScene.spec.ts +260 -0
  6. package/e2e/e2e.spec.ts +60 -29
  7. package/e2e/helpers.ts +9 -1
  8. package/jest-puppeteer.config.js +10 -0
  9. package/jest.config.js +25 -23
  10. package/lib/components/DocSource/DocSource.js +1 -1
  11. package/lib/components/DocSource/DocSource.js.map +1 -1
  12. package/lib/components/SideNav/SideNavMethods.js +7 -2
  13. package/lib/components/SideNav/SideNavMethods.js.map +1 -1
  14. package/lib/components/SideNav/SideNavTypes.js +6 -1
  15. package/lib/components/SideNav/SideNavTypes.js.map +1 -1
  16. package/lib/esm/components/DocSource/DocSource.js +2 -2
  17. package/lib/esm/components/DocSource/DocSource.js.map +1 -1
  18. package/lib/esm/components/SideNav/SideNavMethods.js +7 -2
  19. package/lib/esm/components/SideNav/SideNavMethods.js.map +1 -1
  20. package/lib/esm/components/SideNav/SideNavTypes.js +6 -1
  21. package/lib/esm/components/SideNav/SideNavTypes.js.map +1 -1
  22. package/lib/esm/scenes/DiffScene/DiffScene.js +1 -0
  23. package/lib/esm/scenes/DiffScene/DiffScene.js.map +1 -1
  24. package/lib/esm/scenes/DiffScene/DocDiff/DocDiff.js +2 -2
  25. package/lib/esm/scenes/DiffScene/DocDiff/DocDiff.js.map +1 -1
  26. package/lib/scenes/DiffScene/DiffScene.js +1 -0
  27. package/lib/scenes/DiffScene/DiffScene.js.map +1 -1
  28. package/lib/scenes/DiffScene/DocDiff/DocDiff.js +2 -2
  29. package/lib/scenes/DiffScene/DocDiff/DocDiff.js.map +1 -1
  30. package/package.json +12 -12
  31. package/src/components/DocSource/DocSource.spec.tsx +3 -3
  32. package/src/components/DocSource/DocSource.tsx +3 -2
  33. package/src/components/SideNav/SideNavMethods.spec.tsx +49 -3
  34. package/src/components/SideNav/SideNavMethods.tsx +6 -2
  35. package/src/components/SideNav/SideNavTypes.spec.tsx +46 -10
  36. package/src/components/SideNav/SideNavTypes.tsx +5 -1
  37. package/src/scenes/DiffScene/DiffScene.tsx +1 -0
  38. package/src/scenes/DiffScene/DocDiff/DocDiff.spec.tsx +112 -0
  39. package/src/scenes/DiffScene/DocDiff/DocDiff.tsx +2 -6
package/CHANGELOG.md CHANGED
@@ -5,6 +5,59 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ### [0.9.35](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.34...api-explorer-v0.9.35) (2022-07-14)
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @looker/extension-utils bumped from ^0.1.11 to ^0.1.12
16
+ * @looker/run-it bumped from ^0.9.34 to ^0.9.35
17
+ * @looker/sdk bumped from ^22.8.0 to ^22.10.0
18
+ * devDependencies
19
+ * @looker/sdk-codegen-scripts bumped from ^21.4.0 to ^21.4.1
20
+ * @looker/sdk-node bumped from ^22.8.0 to ^22.10.0
21
+
22
+ ### [0.9.34](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.33...api-explorer-v0.9.34) (2022-07-13)
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @looker/extension-utils bumped from ^0.1.10 to ^0.1.11
30
+ * @looker/run-it bumped from ^0.9.33 to ^0.9.34
31
+ * @looker/sdk bumped from ^22.6.0 to ^22.8.0
32
+ * devDependencies
33
+ * @looker/sdk-codegen-scripts bumped from ^21.3.4 to ^21.4.0
34
+ * @looker/sdk-node bumped from ^22.6.0 to ^22.8.0
35
+
36
+ ### [0.9.33](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.32...api-explorer-v0.9.33) (2022-07-07)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * description sync issues in diff scene ([#1086](https://www.github.com/looker-open-source/sdk-codegen/issues/1086)) ([a37aa50](https://www.github.com/looker-open-source/sdk-codegen/commit/a37aa50064bb41ca5af2c9d19371e2ef7973e6d9))
42
+ * remove generated files from examples index ([#1076](https://www.github.com/looker-open-source/sdk-codegen/issues/1076)) ([d75bce8](https://www.github.com/looker-open-source/sdk-codegen/commit/d75bce8dc25d41fd6bc5e2e513782eaa6009fd10))
43
+ * Sidenav Methods Panel Open & Closing ([#1097](https://www.github.com/looker-open-source/sdk-codegen/issues/1097)) ([c49fae4](https://www.github.com/looker-open-source/sdk-codegen/commit/c49fae4ca6a7a30feb61f021ec878a8091eaa078))
44
+ * Update prod entrypoint to match dev entrypoint (pull [#1059](https://www.github.com/looker-open-source/sdk-codegen/issues/1059)) ([0e4c3f4](https://www.github.com/looker-open-source/sdk-codegen/commit/0e4c3f47782d23f6c8e5509bd2942b0934e44ea2))
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * The following workspace dependencies were updated
50
+ * dependencies
51
+ * @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
52
+ * @looker/code-editor bumped from ^0.1.21 to ^0.1.22
53
+ * @looker/run-it bumped from ^0.9.32 to ^0.9.33
54
+ * @looker/sdk bumped from ^22.4.2 to ^22.6.0
55
+ * @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
56
+ * @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
57
+ * devDependencies
58
+ * @looker/sdk-codegen-scripts bumped from ^21.3.3 to ^21.3.4
59
+ * @looker/sdk-node bumped from ^22.4.2 to ^22.6.0
60
+
8
61
  ### [0.9.32](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.31...api-explorer-v0.9.32) (2022-04-07)
9
62
 
10
63