Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mkoskim/mawejs

Tags

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Small tweaks (#371)

- Hack to include backcover text to twoside LaTeX exports
- Fixed quote exports to text files

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump http-proxy-middleware from 2.0.7 to 2.0.9 (#364)

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.7...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Small tweaks (#342)

* React updated to version 19.0.0
* Some cleanups
* Fixed useEffect's without dependency lists: Old code, mainly the ones adding hotkeys, were missing empty dependency list (run once), and therefor were ran at every render (bug).

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Performance improvements (#340)

* Lifted ThemeProvider to index.js: Seems that ThemeProvider creates new theme all the time it is rendered. Moved it to index.js to prevent this.
* SnackbarProvider lifted to index.js

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Small tweaks (#336)

* Folding improvement: Folding now does not render child elements (except header). Improves performance drastically.

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Small tweaks (#331)

* Package updates: Updated to ElectronJS 35.0.1 and disabled beep.
* Small cleanups

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Small tweaks (#320)

* Fixed Preview index styles

* Fix target flashing

Export.css overwrote highlight class, so search highlighting didn't work. Flashing and search highlight are now separated from each other.

* Package updates

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Draggable acts (#309)

* Draggable acts
* Open debug console in dev builds

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Small tweaks (#302)

* Small cleanups
* ElectronJS tweaks: (1) It won't open debug console by default anymore. (2) It binds a shortcut to open debug console in production build, too.

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #296 from mkoskim/SmallTweaks

* Ignore focusing errors: It is possible that you have clicked index item that no longer exists after edits. You may have switched views and come back, so ignore focusing errors.
* More room for ArcView index: Trying out "numbers" word format.