Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: A configurable schematic mini map #210

Draft
wants to merge 27 commits into
base: improvement/component_renderer
Choose a base branch
from

Commits on Aug 17, 2023

  1. Update changelog

    Zorin95670 authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ab4d16f View commit details
    Browse the repository at this point in the history
  2. Release version 0.18.0

    Zorin95670 authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2693300 View commit details
    Browse the repository at this point in the history
  3. Create helper functions in ComponentAttribute

    justinehell authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    807187d View commit details
    Browse the repository at this point in the history
  4. Create setId, createAttribute and getAttributesByType functions

    justinehell authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b1e32b3 View commit details
    Browse the repository at this point in the history
  5. Create renameComponentId function

    justinehell authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fdfd036 View commit details
    Browse the repository at this point in the history
  6. Add rename component id option in demo

    justinehell authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    697031a View commit details
    Browse the repository at this point in the history
  7. Add e2e test

    justinehell authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c6fc9de View commit details
    Browse the repository at this point in the history
  8. Update e2e tests

    justinehell authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dff3ad5 View commit details
    Browse the repository at this point in the history
  9. Update dependencies

    justinehell authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    28a8536 View commit details
    Browse the repository at this point in the history
  10. Update changelog

    justinehell authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    20cc6b9 View commit details
    Browse the repository at this point in the history
  11. Added packages: elkjs, web-worker

    thibaudlabat authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3d7fb07 View commit details
    Browse the repository at this point in the history
  12. Add DefaultLayout interface

    thibaudlabat authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c59b257 View commit details
    Browse the repository at this point in the history
  13. Add ElkLayout implementation of DefaultLayout

    thibaudlabat authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    cb82536 View commit details
    Browse the repository at this point in the history
  14. Update DefaultDrawer with automatic layout management

    thibaudlabat authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dc2cf26 View commit details
    Browse the repository at this point in the history
  15. Update DefaultPlugin with automatic layout management

    thibaudlabat authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    873f4a8 View commit details
    Browse the repository at this point in the history
  16. Update demo

    thibaudlabat authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    072c9a5 View commit details
    Browse the repository at this point in the history
  17. Improve rule to verify component position

    thibaudlabat authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e6e29c0 View commit details
    Browse the repository at this point in the history
  18. Update e2e test

    thibaudlabat authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    91d04c4 View commit details
    Browse the repository at this point in the history
  19. Update changelog

    thibaudlabat authored and Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1f237a1 View commit details
    Browse the repository at this point in the history
  20. wip

    Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b9d0862 View commit details
    Browse the repository at this point in the history
  21. wip

    Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ce20f81 View commit details
    Browse the repository at this point in the history
  22. wip

    Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    42bb398 View commit details
    Browse the repository at this point in the history
  23. wip

    Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4a594e6 View commit details
    Browse the repository at this point in the history
  24. wip

    Dimitri Chauvel committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e616dbe View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Mini map

    thibaudlabat committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a0aee45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    197918a View commit details
    Browse the repository at this point in the history
  3. Update demo

    thibaudlabat committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4184a09 View commit details
    Browse the repository at this point in the history