pds-dev-kit-web 1.9.2 → 1.9.3

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.
@@ -86,7 +86,7 @@ function Background() {
86
86
  if (backgroundMediaType !== 'YOUTUBE')
87
87
  return;
88
88
  setYoutubeSize(getResponsiveYoutubeSize());
89
- }, [getResponsiveYoutubeSize]);
89
+ }, [getResponsiveYoutubeSize, backgroundMediaSrc]);
90
90
  (0, react_1.useEffect)(function () {
91
91
  if (backgroundMediaType !== 'YOUTUBE')
92
92
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v1.9.2]
2
+ ## [v1.9.3]
3
3
 
4
- ### Layout
5
- * WFL_2 생성
4
+ ### Sub
5
+ * DynamicLayout 수정
6
+ * 유튜브 사이즈 0,0으로 보이는 이슈 해결