Skip to content

Releases: MaibornWolff/codecharta

Release 1.91.1

25 Feb 18:01
Compare
Choose a tag to compare

[1.91.1] - 2022-02-25

Fixed 🐞

  • Fix loading of files without edge metric never finished #2680

Release 1.91.0

21 Feb 10:50
Compare
Choose a tag to compare

[1.91.0] - 2022-02-21

Changed

  • Refactor edge metric panel #2670
    • Remove edge metric option 'none'
    • By default, the first edge metric is enabled when map has edge metrics
    • Disable edge metric panel when loaded map has no edge metrics

Fixed 🐞

  • Improve loading times by reducing the size of JavaScript files #2667

Chore 👨‍💻 👩‍💻

  • Migrate loading gifs to Angular and remove now unused isLoadingMap.service #2668

Release 1.90.0

15 Feb 13:53
Compare
Choose a tag to compare

[1.90.0] - 2022-02-15

Added 🚀

  • Parse and import GameObjects file structure into cc.json on upload #2646

Fixed 🐞

  • Fix flaky string comparison possibly due to puppeteer update #2659
  • Fix show garbage bin next to the loaded maps #2647

Chore 👨‍💻 👩‍💻

  • Run standalone version of CodeCharta in Node.js web target (and disable #1314), so that local storage is available #2637

Release 1.89.0

07 Feb 11:13
Compare
Choose a tag to compare

[1.89.0] - 2022-02-07

Added 🚀

  • Add area metric option to invert the amount of area, which is used for the nodes #2626
  • Add button to clear search field #2638

    xs

Changed

  • New buttons for selecting attribute types #2631
    xs
  • Migrate context menu with slightly new layout touch to Angular. Migrated version prevents rendering outside of view #1661

Release 1.88.0

24 Jan 11:25
Compare
Choose a tag to compare

[1.88.0] - 2022-01-24

Changed

  • Rename custom configs to custom view #2625
  • Combine single and multiple mode into standard mode #2578
    xs
  • Improve file validation handling and provide more descriptive import messages #2604
    xs

Fixed 🐞

  • Fix Image not shown in what is new dialog #2610

Release 1.87.1

17 Jan 14:35
Compare
Choose a tag to compare

[1.87.1] - 2022-01-17

Changed

  • User-friendly renaming for display quality options #2601

Fixed 🐞

  • Fix color of selected building in delta mode #2603
  • Fix link to news page when clicking 'Know more' button changelog dialog #2602

Release 1.87.0

11 Jan 13:24
Compare
Choose a tag to compare

[1.87.0] - 2022-01-11

Chore 👨‍💻 👩‍💻

  • Migrate unfocus-button-component to Angular.

Changed

  • Remove suspicious metrics from custom map configurations #2564.
  • Add 'show/hide non-applicable CustomConfigs' button to Custom Configs menu #2591.

Release 1.86.0

20 Dec 14:39
Compare
Choose a tag to compare

[1.86.0] - 2021-12-20

Added 🚀

  • Add 3D export feature for 3D printing #2561.

    two menu buttons

    two menu buttons

Changed

  • Replace all color pickers in the context of ongoing Angular migration #2560.

Fixed 🐞

  • Fix showing names of custom configs properly #2557.
  • Fix minor memory leak in context menu for code map buildings #2565.

Chore 👨‍💻 👩‍💻

  • Migrate legend panel to Angular #2560.

Release 1.85.0

13 Dec 09:43
Compare
Choose a tag to compare

[1.85.0] - 2021-12-13

Fixed 🐞

  • Fix delta values of secondary metrics not shown in delta mode within attribute side bar #2539.
  • Use icon tag instead of font awesome icon #2537.
  • Rename text for placeholder of metric chooser #2547
  • Fix attribute type selector of primary edge metric not shown #2528.
  • Identical files and files with identical file names but different hashes can be loaded #2548

Chore 👨‍💻 👩‍💻

  • Remove secondaryMetrics from store and remove secondaryMetrics.service as the data can be derived from selected node #2527.
  • Migrate attribute-side-bar-component to Angular #2527.
  • Switch from Webpack 4 Loaders to Asset Module to load icons properly with css-loader 6.x #2542.

Removed 🗑

  • Remove notification dialog when deleting a custom config #2553

Release 1.84.1

29 Nov 14:48
Compare
Choose a tag to compare

[1.84.1] - 2021-11-29

Fixed 🐞

  • Fix compressed files not being loaded (#2524)