nhn / tui.editor

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
http://ui.toast.com/tui-editor
MIT License
16.91k stars 1.71k forks source link

navigator deprecated 속성 변경 및 ssr 환경 고려 #3245

Open wooseok123 opened 1 month ago

wooseok123 commented 1 month ago

Please check if the PR fulfills these requirements

Description

1) navigator.platform 속성은 deprecated 된 상태이기 때문에, 대체 속성인 navigator.userAgent를 사용했습니다.

2) navigator 객체는 브라우져 속성이기 때문에, ssr 환경에서 editor를 불러오면 undefined 한 타입 에러가 납니다. 이에 앞에 브라우져 환경에서만 속성에 접근할 수 있도록 조치하였습니다.

3) test 함수는 string 타입의 인자를 받는데, undefined한 값이 들어가면 안되기에 index로 고려하는 기능을 제안합니다. 하지만 이미 앞에서 undefined 하지 않을 경우에만 통과하기 때문에 뒤 검증 로직은 test, match, indexOf 아무거나 사용해도 무방할 것 같습니다.

Thank you for your contribution to TOAST UI product. 🎉 😘 ✨