Skip to content

Releases: cwrc/cwrc-git-dialogs

v4.0.0

06 Aug 21:31
Compare
Choose a tag to compare

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

30 Jul 01:16
Compare
Choose a tag to compare

3.1.0 (2021-07-30)

Features

  • save workflow: rename branch of newly created repo: main to master This is a paliative measure (e9988fd)

v3.0.0

03 Dec 21:08
f127a2c
Compare
Choose a tag to compare

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

20 May 03:26
2b1ddd9
Compare
Choose a tag to compare

2.0.2 (2020-05-20)

Bug Fixes

  • load document: add ability to load documents without the need to have to sign in (ae14523)

v2.0.1

24 Apr 23:33
5cff99a
Compare
Choose a tag to compare

2.0.1 (2020-04-24)

Bug Fixes

  • jquery: specify exact version of jquery since 3.5.0 is not working properly (0d1d97e)

v2.0.0

06 Mar 17:10
c21245a
Compare
Choose a tag to compare

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

improvement

  • Change load function from jquery to fetch. Use async/await. (3b16a26)

BREAKING CHANGES

  • Get and Post requests have different setup in fetch.

v1.17.0

28 Jan 19:00
58c0330
Compare
Choose a tag to compare

1.17.0 (2020-01-28)

Features

  • css: add bootstrap css (6a4a813)
  • add filename filter to repo contents (e6dd57a)

v1.16.1

20 Sep 15:11
Compare
Choose a tag to compare

1.16.1 (2019-09-20)

Bug Fixes

  • add list keys, use className instead of class (333b2d0)

v1.16.0

04 Sep 17:05
Compare
Choose a tag to compare

1.16.0 (2019-09-04)

Features

  • update getDocument to use new writer.getDocument format (d072a3e)

v1.15.1

27 Aug 18:54
Compare
Choose a tag to compare

1.15.1 (2019-08-27)

Bug Fixes

  • return window location instead of empty string when doc uri is blank (5c99e8f)