Skip to content

Commit 2687a95

Browse files
Version Packages (#164)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d74d88a commit 2687a95

3 files changed

Lines changed: 14 additions & 13 deletions

File tree

.changeset/fix-load-script-submodules.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/react-naver-maps/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# react-naver-maps
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- d74d88a: fix(load-script): submodules 로드 회귀 수정 (#159)
8+
9+
0.2.0에서 `submodules` 옵션이 무력화되던 두 회귀를 수정한다.
10+
11+
- URL의 쉼표가 `%2C`로 인코딩되어 submodule 청크가 404나던 문제 → raw 쉼표 복원
12+
- submodule attach(`onJSContentLoaded`) 전에 resolve하던 문제 → attach 완료까지 대기
13+
14+
Closes #158
15+
316
## 0.2.0
417

518
### Minor Changes

packages/react-naver-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-naver-maps",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React components for Naver Maps JavaScript API v3",
55
"keywords": [
66
"maps",

0 commit comments

Comments
 (0)