Skip to content

Releases: riatelab/magrit

v2.3.19

17 Feb 17:23
302ace3

Choose a tag to compare

  • Add several missing azimuthal projections from d3-geo (Azimuthal Equal-Area, Azimuthal Equidistant, and Stereographic) (fixes #204).

  • Fix a bug that prevented to use the "Use this projection" checkbox from working during import in certain special cases (fixes #205).

v2.3.18

04 Feb 17:13
599e5f5

Choose a tag to compare

  • Refactor the accordion component used in the left menu to fix some height calculation issues (fixes #202).

  • Improve map margins input components (to update the map on keyup rather than on change, and limit the minimum value to 0).

  • Enable the fill opacity setting for mushroom maps (fixes #201).

  • Fix some missing English translation strings (fixes #203).

v2.3.17

06 Jan 15:36
25c6644

Choose a tag to compare

  • Fix some missing English translation strings (fixes #194 and #197).

  • Fix missing no-data box label in legend settings (fixes #196).

  • Improve escaping of field names in FormulaInput component (fixes #195).

v2.3.16

16 Dec 16:09
a027ac6

Choose a tag to compare

  • Add an option to control the size of cells in the snapping grid (fixes #192).

  • Add additional restrictions on field names that can be created from the field calculator.

  • Fix the bug preventing the display of the legend for point layers created from a tabular dataset (fixes #191).

  • Change the projection-change strategy when adding a sample dataset (if the map has no layer, the projection of the added dataset is used and the map is centered on that dataset; otherwise, the projection and centering of the map is retained).

v2.3.15

10 Dec 15:57
225fc0b

Choose a tag to compare

  • Fix font usage in PNG exports (fixes #189).

  • Enable displaying histogram legend for grid layers (fixes #188).

v2.3.14

08 Dec 08:48
35c10fe

Choose a tag to compare

  • Make symbols movable on categorical pictogram maps (fixes #186).

  • Enable the selection of the color for the no-data category for categorical choropleth maps and improve the processing of this special category in general (fixes #187).

v2.3.13

19 Nov 14:39
7a71953

Choose a tag to compare

  • Fix the absence of the “number of classes” selector for “manual” classification for discontinuity maps (fixes #180).

  • Make symbols movable on mushroom/facing semicircle maps (fixes #182).

  • Enable the creation of waffle maps with a single variable (fixes #183).

  • Fix errors in the field typing documentation.

v2.3.12

07 Nov 15:31
bac488f

Choose a tag to compare

  • Fix loading of some tabular datasets with empty values (fixes #179).

  • Improve the ability to edit the data table of a proportional symbol maps with categorical coloring (following fix of #176).

  • Fix the recalculation of the size of the bounding rectangle of legends on categorical choropleth maps when some parameters are changed.

v2.3.11

06 Nov 14:13
a08fbd6

Choose a tag to compare

  • Add a section on exports to the documentation (fixes #175).

  • Improve the ability to edit the data table of a categorical choropleth map (fixes #176).

  • Improve error handling when exporting to geographic layers, particularly when using a custom CRS (fixes #174).

  • Make it possible to close all entries in the left-hand accordion menu (fixes #173).

  • Update of the world_209 dataset to reflect :

    • Timor-Leste's entry into ASEAN in October 2025,
    • the membership of Burkina Faso, Mali and Niger in AES (Alliance of Sahel States) following the withdrawal of these three countries from ECOWAS in January 2025.

v2.3.10

21 Oct 09:00
1674061

Choose a tag to compare

  • Improve the resizing of SVG icons added to the map (fixes #169).

  • Fix the creation of smoothed maps on datasets containing null/empty values.

  • Add a LOG() function to the component allowing new columns to be created with SQL-like formulas.