Skip to content

Releases: riatelab/magrit

v2.0.3

05 Jul 19:59
Compare
Choose a tag to compare
  • Improve the rendering of the app after the stylesheet has loaded.

v2.0.2

05 Jul 19:30
Compare
Choose a tag to compare
  • Render the app after the stylesheet has loaded (to avoid flash of unstyled content).

v2.0.1

05 Jul 17:53
Compare
Choose a tag to compare
  • Fix some typos / bad phrasing in french translation.
  • Fix zooming / scale when adding an example dataset and when it is the first layer added to the application (Fixes #128).
  • Change the name of the special field $length to $count in the SQL-like formula component (Fixes #130).

v2.0.0

04 Jul 17:34
Compare
Choose a tag to compare

This is a complete overhaul of the application (in terms of both architecture and user interface). The exact list of changes is too long to be explicitly listed here, but here are a few highlights:

  • New user interface (dark theme, etc.)
  • New architecture (use of Solid.js, no more Python server: all operations are performed in the browser)
  • New functionalities (aggregation, selection, simplification, KDE, linear regression, etc.)
  • The ability to download a stand-alone version of the application (without needing an Internet connection to use it)

The features of the previous version of Magrit are still available (the various portrayal types, PNG / SVG export, project file export, etc.).

See it in action:

v0.16.6

03 Jun 19:58
Compare
Choose a tag to compare
  • Update index page to announce next major release.

v0.16.5

04 May 17:23
Compare
Choose a tag to compare
  • Update aiohttp dependency to fix some upstream security issues.

v0.16.4

20 Mar 21:06
Compare
Choose a tag to compare
  • Fix some links to documentation for when used in docker (cf. discussion in #115).

  • Better wording for error message in join modal (fix #123).

  • Fix alignment of items (within each row) in color selection panel for categories.

v0.16.3

12 Jul 19:11
Compare
Choose a tag to compare
  • Fix saving the custom palette when clicking on confirm in the dedicated popup of the discretisation panel (fixes #117).

  • Improves the size of some HTML elements for custom palettes that were too small.

  • Fix field names vertical alignment in label creation options (thanks to @robLittiere).

  • Fix overflow of field names in label creation options (thanks to @robLittiere).

  • Don't try to rewind automatically cartogram layers.

  • Remove useless CSS from 404 page (which included loading a font from Google Fonts).

v0.16.2

12 May 06:07
Compare
Choose a tag to compare
  • Fix red dot position for labels when moving them.

v0.16.1

11 May 19:05
Compare
Choose a tag to compare
  • Improve compatibility between the slightly new handling and the old handling of the label positions (when loading a project file created with a version before 0.16.0).