Releases: yorkie-team/codepair
Releases · yorkie-team/codepair
v0.1.9
v0.1.8
v0.1.7
What's Changed
- Add scroll navigation to user's location from profile view by @choidabom in #316
- Added rehypeSanitize to improve preview xss issues by @taeng0204 in #323
New Contributors
- @taeng0204 made their first contribution in #323
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
v0.1.4
What's Changed
- Add Ollama Model for local usage of yorkie intelligence by @sihyeong671 in #297
- Update and fix environment setup for Ollama model by @devleejb in #304
- Apply the design of sidebar by @devleejb in #306
- Bump up
yorkie-js-sdk
to v0.4.31 by @devleejb in #307
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Introduce
MAINTAINING.md
andCHANGELOG.md
files by @devleejb in #296 - Intergrate
YorkieIntelligence
intoToolBar
by @beberiche in #301 - Update
rehype-katex
version to prevent errors in CodePair when entering specific KaTex statements by @devleejb in #302
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Add .gitignore into root project directory by @sihyeong671 in #280
- Add Document Writing Intelligence by @devleejb in #289
- Change model from
gpt-3.5-turbo
togpt-4o-mini
by @devleejb in #291 - Update version to
v0.1.2
by @devleejb in #295
New Contributors
- @sihyeong671 made their first contribution in #280
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Change slug usage to encoded text by @minai621 in #261
- Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 by @dependabot in #262
- Change
encodeURIComponent
toencodeURI
by @devleejb in #265 - Fix Checking Conflict in Note Creation by @devleejb in #266
- Add shortcut for text formatting and FormatBar component by @beberiche in #263
- Add notifications when there is an error in the service by @wet6123 in #264
- Implement navigate to 404 error page when accessing non-existent URL in workspaceSlug by @KimKyuHoi in #244
- Fix 'Additional Users' Popover Display Logic for Profile Clicks by @choidabom in #270
- Add description for tag system in
CONTIRBUTING.md
by @devleejb in #271 - Remove unnecessary package-lock.json file by @choidabom in #277
- Add pre-commit hook using husky for linting and formatting by @choidabom in #281
- Update GitHub Actions to trigger when a new version is released by @devleejb in #283
- Update version to
v0.1.1
by @devleejb in #284
New Contributors
- @beberiche made their first contribution in #263
- @wet6123 made their first contribution in #264
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Initialize frontend project by @devleejb in #37
- (FE) Add document editing with Yorkie by @devleejb in #38
- Add document creation logic by @devleejb in #39
- Add GitHub page actions by @devleejb in #40
- Add the base path to header by @devleejb in #42
- GitHub page not working although the deployment is completed by @devleejb in #43
- Backend configuration by @devleejb in #44
- Database Implementation by @devleejb in #45
- Support MongoDB by @devleejb in #49
- (BE) User registration / login by @devleejb in #51
- (BE) Implement workspace creation logic by @devleejb in #53
- (BE) Add API for Retrieving a Workspace by @devleejb in #58
- (BE) Add API for Retrieving Workspace List by @devleejb in #59
- (BE) Add API for Retrieving Workspace Members by @devleejb in #60
- (BE) Add API for Creating a Document in Workspace by @devleejb in #61
- Add API for Retrieving a Document in the Workspace by @devleejb in #62
- (BE) Add API for Retrieving the Document List in the Workspace by @devleejb in #63
- (BE) Add API for Workspace Invitation by @devleejb in #64
- (BE) Add API for Document Sharing by @devleejb in #65
- (BE) Add API for Retrieving a User by @devleejb in #68
- (FE) Add User registration / Login by @devleejb in #69
- (FE) Add Retrieving a User Information by @devleejb in #70
- (FE) Add Logout by @devleejb in #71
- (FE) Add Retrieving a Workspace by @devleejb in #73
- (FE) Add Retrieve Workspace List by @devleejb in #74
- (BE) Generate slug for workspace and document by @devleejb in #78
- (BE) Generate Share and Invitation token by @devleejb in #79
- (FE) Retrieve Document List within Workspace by @devleejb in #80
- (FE) Document Creation within Workspace Document Name by @devleejb in #81
- (FE) Workspace Creation by @devleejb in #82
- (FE) Add retrieve a Document by @devleejb in #83
- (FE) Retrieve Workspace Members by @devleejb in #84
- (FE) Add Global Error Handling by @devleejb in #86
- (FE) Add Workspace Invitation by @devleejb in #87
- (FE) Add Document Sharing by @devleejb in #89
- (FE) Add Presence to Editor Header by @devleejb in #90
- (BE) Dockerize the Backend by @devleejb in #94
- (FE) Wrong Presence Information by @devleejb in #96
- Fix Typo in Environment by @devleejb in #97
- (FE) Apply URL Spec by @devleejb in #98
- (BE) Retrieve
lastChangedAt
from Yorkie Server by @devleejb in #101 - (FE) Incorrect Integration of CodeMirror and Yorkie Resulting in Document Synchronization by @devleejb in #102
- Add GitHub Actions for Publish Docker Image by @devleejb in #103
- (FE) Refactor
react-query
andredux
by @devleejb in #104 - (BE) Error handling for fetch document by @devleejb in #105
- (BE) Add Auth Webhook for Document Key Access Verification by @devleejb in #106
- Fix
remoteSelection
to Update Remote Decoration at Once by @devleejb in #115 - AI Project Configuration by @devleejb in #116
- Add Migration Scripts by @devleejb in #117
- (AI) AI Project Configuration OpenAI, Framework, LangChain LangSmith by @devleejb in #119
- (AI) LLM Yorkie Intelligence Development (GitHub Issue Writing, PR Writing, Additional Question Function) by @devleejb in #120
- Synchronization Issue when Multiple Users are Editing the Document in the Editor by @devleejb in #121
- Fix RemoteSelection Infinite Updating by @devleejb in #122
- (FE) Implement CodePair AI Assistant by @devleejb in #123
- Bump actions/checkout from 2 to 4 by @dependabot in #126
- Bump JamesIves/github-pages-deploy-action from 4.1.0 to 4.5.0 by @dependabot in #125
- Bump actions/setup-node from 1 to 4 by @dependabot in #124
- Implement
documents.service.spec.ts
by @devleejb in #128 - �Change Yorkie Project Public Key by @devleejb in #127
- Update
README.md
by @devleejb in #130 - Add Frontend & Backend
README.md
by @devleejb in #131 - Remove Admin API used for Data Migration by @devleejb in #151
- Add Design Document for AuthWebhook Design by @devleejb in #152
- Add Frontend Sentry & Google Analytics by @devleejb in #153
- Add Backend Architecture Documentation by @devleejb in #154
- Fix typo by @hackerwins in #155
- Add documentation for using Redux and React Query as state management tools by @devleejb in #156
- Add ability to attach images in the editor by @devleejb in #157
- Add left-right panel scroll sync in markdown edit/preview mode by @devleejb in #166
- Add support for KaTex in Markdown Preview by @devleejb in #167
- Update Markdown Preview to Open URLs in New Tab by @devleejb in #168
- Fix Excessive display of presence in the application by @devleejb in #170
- Fix bug where selecting the document editing mode again deselects the mode by @devleejb in #171
- Add yorkie cluster to
docker-compose-full.yml
by @devleejb in #176 - Update 'Return to Workspace' Button Functionality and Visibility by @devleejb in #190
- Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 by @dependabot in #189
- Bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1 by @dependabot in #199
- Fix typo in
.env.example
in backend by @devleejb in #204 - Remove
.env
from git cache by @devleejb in #206 - Update yorkie-js-sdk to version 0.4.24 by @hackerwins in #208
- Update CodePair Workspace Page Layout with Recent Figma Design by @devleejb in #207
- Ensure Proper Cleanup of Yorkie Initialization Process by @chacha912 in #210
- Fix Document Count Display Issue and Loading Progress Bar Size in Pagination by @devleejb in #212
- Change
NODE_ENV
value to 'development' temporarily for enabling Devtools by @devleejb in #214 - Enable Devtools Flag for Debugging in Production Environment by @devleejb in #215
- Implement Sentry SourceMap Upload during Build Time for GitHub Page deployment by @devleejb in #216
- Change working directory of Sentry setup in
./frontend
by @devleejb in #217 - Modify GitHub Actions Triggering to Include Changes in Action Definition Files by @devleejb in #218
- Fix issue where SourceMaps were not uploaded even though Sentry keys were correctly registered by @devleejb in https://github.com/yorkie-team/codepair...