Releases: cwrc/cwrc-git-dialogs
Releases · cwrc/cwrc-git-dialogs
v4.0.0
4.0.0 (2021-08-06)
Bug Fixes
- 🐛 Css: use absolute path (4254a93)
- 🐛 Modal postition. Move down to fit the new Writer topbar (b4e2992)
- 🐛 Save: fix error logic and improve error message (c9cc5f1)
- 🐛 update dependencies (82b6198)
- 🐛 use relative path (webpack5) (0b8b525)
chore
- 🤖 update jquery to 3.5.1 (6a49c71)
Features
- 🎸 rename branch of newly created repo: main to master. This is a paliative measure (cd0e549)
BREAKING CHANGES
- 🧨 jquery >= 3.5 might conflict with other dependencies that uses jquaery
<= 3.4
v3.1.0
v3.0.0
3.0.0 (2020-12-03)
Bug Fixes
- i18next: remove debug (383c2f2)
- localization: define default language (9924d70)
- localization: fix italic tag (cdd54be)
- fix typo (0b677ed)
- ui: decrease heading size (ade8a46)
- fix create new repository (6dbf530)
- set repo to empty when saving a template (260849e)
Code Refactoring
- change react classes for functions (d7a739a)
Features
- 🎸 config commitzen. Bump up version due to changes on CI (7c15ee2)
- introduce localization with i18next (677b78c)
- save: major update. Add fork pull request feature. Rework the logics (b3cc531)
Reverts
- load document: remove add ability to load documents without the need to have to sign in (052c4b8)
BREAKING CHANGES
- All UI text hould be localized with i18next
- save: Functions haas new call signatures using named parameters (objects). Decision tree
change into specialed components. Needs to inform if PR from fork (cross-repo). - logout component requires writer instance to be able to add itself to the screen
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2020-03-06)
Bug Fixes
- add handling for empty repos (3743cc8)
- don't check for file existence when saving as pull request (4270947)
- fix search query (0f090e9)
- remove dependendy (jquery) and unused functions (19f088f)
- remove getUserInfo (bd7acb0)
- pr: add title to pull request (f19b9c2)
- test: replace babel-polyfill with @babel/polyfill (3bc91c4)
- update dependency: bump up js-cookie to 2.2.1 (2d062f4)
- update dependency: Bump up query-string (166bf16)
- Splash: Fix security on links to external page (ce729b8)
Features
- rework GitServerClient (dfb1258)
improvement
- Change load function from jquery to fetch. Use async/await. (3b16a26)
BREAKING CHANGES
- Get and Post requests have different setup in fetch.