Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: directory structure, settings #5

Merged
merged 1 commit into from
Jun 3, 2022
Merged

Fix: directory structure, settings #5

merged 1 commit into from
Jun 3, 2022

Conversation

Jtree03
Copy link
Contributor

@Jtree03 Jtree03 commented Jun 3, 2022

(개발용)

개요

  • WeEditor 가 div 태그이므로 div의 속성을 받을 수 있게 해야합니다.
  • module 방식의 번들링 지원
  • 리액트의 state를 사용하므로 string 키워드 -> state 로 변경해야합니다.

작업 내용

  • div 속성을 사용하기 위해 React.HTMLAttributes 속성을 상속하였습니다.
  • rollup config 에 모듈방식의 번들링 옵션을 추가하였습니다.
  • htmlString -> htmlState 로 명칭을 변경하였습니다.
  • 인터페이스 변경에 따른 테스트 코드를 수정하였습니다.

@Jtree03 Jtree03 requested a review from nsoarim June 3, 2022 01:40
@Jtree03 Jtree03 merged commit cf980da into main Jun 3, 2022
@Jtree03 Jtree03 deleted the fix/structure branch June 3, 2022 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants