Skip to content

Commit

Permalink
Develop (#2)
Browse files Browse the repository at this point in the history
* editorconfig. js, css 파일 등에 대한 들여쓰기 규칙 수정

* #1904 XEIcon 2.2.0 버전으로 업데이트

* Revert "#1904 XEIcon 2.2.0 버전으로 업데이트"

This reverts commit 16d4a65.

* fix #1906 embed 애드온에서 youtube.com의 short URL(youtu.be)을 인식하지 못하는 문제 고침
- longurl.org의 서비스 종료로 인해 관련 코드 제거
- youtu.be를 youtube provider에 추가

* fix #1907 oembed 애드온에서 iframe 등의 크기를 잘못 조정하여 출력물을 나타내지 못하는 문제 고침
- 페이지 넘침을 방지하기 위해 대상의 상위 너비를 측정하는 코드의 문제
- 대상 텍스트를 inline element로 감싼 경우 출력물의 크기를 0px로 설정되었음
- 출력물에 크기가 지정된 경우 CSS로 지정된 크기를 계산에 반영하도록 개선
- 지정된 최대 출력 크기를 넘어설 경우 크기를 재조정할 때 비율을 맞춰 조정하도록 개선

* fix #425 HTTPS에서 결과물을 출력하지 못하는 문제 고침
- query.yahooapis.com에 요청 URL에서 scheme 제거
  • Loading branch information
bjrambo committed May 30, 2016
1 parent 8794eb2 commit 395e6f4
Show file tree
Hide file tree
Showing 2 changed files with 992 additions and 1,060 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ indent_style = tab
indent_size = 4

[*.{css,scss,sass,less,js,jsx,json,yml}]
indent_style = space
indent_size = 2
indent_style = tab
indent_size = 4

[*.md]
trim_trailing_whitespace = false
Loading

0 comments on commit 395e6f4

Please sign in to comment.