-
Notifications
You must be signed in to change notification settings - Fork 4
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
Release 1.1.1 출시 (#615) #616
Conversation
* fix: (#598) 로그인 시 쿠키를 주고 받을 수 있도록 fetch 설정 변경 (#600) * cookie의 path를 /auth에서 /로 변경 및 RefreshToken TTL설정 (#610) * refactor: (#608) cookie의 path를 루트 경로로 지정 * refactor: (#608) refreshtoken을 redis에 저장할 때 ttl설정 * 구글 애널리틱스 작동을 위한 모듈 설치, 게시글 본문의 링크 클릭 가능하도록 구현 (#613) * fix: (#612) react-gtm-module을 react-ga4 로 대체, RouteChangeTracker 컴포넌트 추가 * feat: (#606) 게시글 작성 시 링크 넣기 기능 추가 * feat: (#606) 게시글 본문에 링크 있으면 a 태그로 인식되도록 구현 * chore: (#606) 공지사항 설명 수정 * chore: (#606) 불필요한 주석 삭제 * 로그인, 투표 통계, 회원정보 페이지 lazy import 적용 (#571) * feat: (#556) lazy import 설정 및 트리쉐이킹 설정 * feat: (#556) 로그인, 투표 통계, 회원정보 입력 페이지 lazy import 적용 * feat: (#556) 번들 이름 매번 바뀌도록 변경 및 수정되었던 코드 복구 * feat: (#556) Suspense 코드 복구 --------- Co-authored-by: jero_kang <[email protected]> * 게시글 작성 시 이미지 파일을 보낼 때 webp 로 압축하여 성능 개선 (#614) * feat: (#555) browser-image-compression 설치 및 본문 이미지 훅에 적용 * feat: (#555) 선택지 옵션 사진을 webp로 변환하도록 구현 --------- Co-authored-by: 최우창 <[email protected]> Co-authored-by: Jun-Hyeok Sin <[email protected]> Co-authored-by: jero_kang <[email protected]> Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: chsua <[email protected]> Co-authored-by: lookh <[email protected]> Co-authored-by: 김영길/KIM YOUNG GIL <[email protected]> Co-authored-by: jero_kang <[email protected]> Co-authored-by: chsua <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고고
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ 😎
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ 😎
⚡️ Lighthouse report!
|
fix: ([BUG] 리프레시 토큰 로그인 시 저장이 되지 않아요 #598) 로그인 시 쿠키를 주고 받을 수 있도록 fetch 설정 변경 (로그인 시 쿠키를 주고 받을 수 있도록 fetch 설정 변경 #600)
cookie의 path를 /auth에서 /로 변경 및 RefreshToken TTL설정 (cookie의 path를 /auth에서 /로 변경 및 RefreshToken TTL설정 #610)
refactor: ([BUG] 쿠키 path 지정 후 새로고침 시 쿠키가 사라지는 문제 #608) cookie의 path를 루트 경로로 지정
refactor: ([BUG] 쿠키 path 지정 후 새로고침 시 쿠키가 사라지는 문제 #608) refreshtoken을 redis에 저장할 때 ttl설정
구글 애널리틱스 작동을 위한 모듈 설치, 게시글 본문의 링크 클릭 가능하도록 구현 (구글 애널리틱스 작동을 위한 모듈 설치, 게시글 본문의 링크 클릭 가능하도록 구현 #613)
fix: ([BUG] 구글 애널리틱스 모듈 react-gtm-module에서 react-ga4 로 대체 #612) react-gtm-module을 react-ga4 로 대체, RouteChangeTracker 컴포넌트 추가
feat: ([BUG] 게시글 내용에 url이 포함되면 링크처럼 보이게 하고 싶어요 #606) 게시글 작성 시 링크 넣기 기능 추가
feat: ([BUG] 게시글 내용에 url이 포함되면 링크처럼 보이게 하고 싶어요 #606) 게시글 본문에 링크 있으면 a 태그로 인식되도록 구현
chore: ([BUG] 게시글 내용에 url이 포함되면 링크처럼 보이게 하고 싶어요 #606) 공지사항 설명 수정
chore: ([BUG] 게시글 내용에 url이 포함되면 링크처럼 보이게 하고 싶어요 #606) 불필요한 주석 삭제
로그인, 투표 통계, 회원정보 페이지 lazy import 적용 (로그인, 투표 통계, 회원정보 페이지 lazy import 적용 #571)
feat: (웹팩의 code splitting, tree shaking 등을 사용하여 번들 사이즈 용량 줄이기 #556) lazy import 설정 및 트리쉐이킹 설정
feat: (웹팩의 code splitting, tree shaking 등을 사용하여 번들 사이즈 용량 줄이기 #556) 로그인, 투표 통계, 회원정보 입력 페이지 lazy import 적용
feat: (웹팩의 code splitting, tree shaking 등을 사용하여 번들 사이즈 용량 줄이기 #556) 번들 이름 매번 바뀌도록 변경 및 수정되었던 코드 복구
feat: (웹팩의 code splitting, tree shaking 등을 사용하여 번들 사이즈 용량 줄이기 #556) Suspense 코드 복구
게시글 작성 시 이미지 파일을 보낼 때 webp 로 압축하여 성능 개선 (게시글 작성 시 이미지 파일을 보낼 때 webp 로 압축하여 성능 개선 #614)
feat: (게시글 작성 시 이미지 파일을 보낼 때 webp 혹은 jpeg로 압축하여 성능 개선하기 #555) browser-image-compression 설치 및 본문 이미지 훅에 적용
feat: (게시글 작성 시 이미지 파일을 보낼 때 webp 혹은 jpeg로 압축하여 성능 개선하기 #555) 선택지 옵션 사진을 webp로 변환하도록 구현