Skip to content

Releases: kmsbernard/react-daum-postcode

v2.0.4

Choose a tag to compare

@kmsbernard kmsbernard released this 24 Feb 10:44
  • themestyle props의 typescript 타입 정의를 알맞게 고칩니다. (@chalkpe in #23)

v2.0.3

Choose a tag to compare

@kmsbernard kmsbernard released this 12 Feb 12:11
  • width props에 퍼센트 가로길이(e.g. "50%")를 주입하는 경우 의도한 스타일링이 이루어지지 않는 문제를 해결합니다. (@ee2e in #22)

v2.0.2

Choose a tag to compare

@kmsbernard kmsbernard released this 01 Nov 04:40
  • 타입스크립트 타입정의에서 onSearch props가 필수인 것으로 잘못 정의되어있는 문제를 해결합니다. (@seonghyeonkimm in #18)

v2.0.1

Choose a tag to compare

@kmsbernard kmsbernard released this 17 Sep 10:07
  • onSearch props가 wrapper 컴포넌트로 잘못 주입되는 문제를 해결합니다.

v2.0.0

Choose a tag to compare

@kmsbernard kmsbernard released this 04 Sep 10:22
  • Daum 우편번호 스크립트의 기본 URL이 다음과 같이 변경되었습니다: https://t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js
  • 새로운 props가 추가되었습니다.
    • onSearch(function): 사용자가 주소를 검색할 때 실행될 콜백을 주입할 수 있습니다. 검색어와 검색결과에 대한 간단한 정보가 콜백함수의 인자로 넘어가게 됩니다. Daum 우편 번호 가이드의 속성 항목을 참고해주세요.
  • [BREAKING CHANGES] 불필요한 props가 제거되었습니다.
    • zonecodeOnly: 검색 결과에서 구우편번호(6자리)를 모두 보이지 않게 합니다. 더이상 기능하지 않으므로 제거되었습니다.
  • [BREAKING CHANGES] 타입스크립트 타입정의에서 주소검색 결과값에 더이상 제공되지 않는 필드가 제거되었습니다.
    • postcode, postcode1, postcode2, postcodeSeq: 구우편번호와 관련된 필드입니다. 더이상 기능하지 않으므로 제거되었습니다.

v1.9.1

Choose a tag to compare

@kmsbernard kmsbernard released this 13 Aug 11:42
  • onComplete()콜백으로 전달되던 주소 데이터 타입에 누락되었던 roadAddressEnglish프로퍼티를 추가합니다. (@jong-hui in #14)

v1.9.0

Choose a tag to compare

@kmsbernard kmsbernard released this 22 Apr 08:55
  • 아래의 두 props가 추가되었습니다. 두 props 모두 다음 우편번호 서비스의 생성자 속성으로 전달됩니다.
    • focusInput (optional) [boolean]: 컴포넌트 마운트 이후 자동으로 다음 우편번호 서비스의 input에 focus를 줍니다. 기본값: true
    • focusContent (optional) [boolean]: focusInput의 백업 설정입니다. 환경에 따라 focusInput을 false로 설정할 때의 효과가 없을 경우 사용할 수 있습니다. 기본값: true
  • 자세한 내용은 daumPostcode/QnA#589 (comment) 를 참고해주세요.

v1.8.4

Choose a tag to compare

@kmsbernard kmsbernard released this 02 Mar 08:53
  • 누락된 submitMode props 타입을 추가했습니다. (#6)
    • 이 props는 다음 우편번호 서비스의 생성자 속성으로 전달됩니다. 주소검색 호출 시 form.submit을 호출하지 않을 수 있습니다. 자세한 내용은 다음 우편번호 서비스의 이슈트래커를 참고해주세요: daumPostcode/QnA#286

v2.0.0-next.2

v2.0.0-next.2 Pre-release
Pre-release

Choose a tag to compare

@kmsbernard kmsbernard released this 20 Apr 07:13
  • 내부적으로 React Hooks를 사용합니다.
  • React 버전 16.8이상이 필요합니다.

v1.8.3

Choose a tag to compare

@kmsbernard kmsbernard released this 16 May 02:17
  • v2.0.0-next pre-release 버전이 정식 릴리즈로 잘못 배포되어있는 문제를 고칩니다.