nhn / tui.calendar

🍞📅A JavaScript calendar that has everything you need.
http://ui.toast.com/tui-calendar
MIT License
11.88k stars 1.28k forks source link

Broken CDN link with specific version. #1410

Closed tienipia closed 1 year ago

tienipia commented 1 year ago

Version

2.1.3

Test Environment

Any browser / Any OS

Current Behavior

<!-- Currently 404 returned -->
<script src="https://uicdn.toast.com/calendar/2.1.3/toastui-calendar.min.js"></script>

According to CDN guide of toast-ui/calendar, replacing latest to specific version may return fixed version. But, currently above url return 404.

Expected Behavior

Specific versioned url must be provided.

tienipia commented 1 year ago

Resolved.

<script src="https://uicdn.toast.com/calendar/v2.1.3/toastui-calendar.min.js"></script>
tienipia commented 1 year ago

CDN link of nhn/tui.editor project with specific version does not require the letter v. CDN link rules should be unifed throughout all toast-ui projects.