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

Dev #192

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Dev #192

wants to merge 28 commits into from

Commits on Jul 12, 2023

  1. Add typescript to dependenies (#151)

    * Add typescript to dependencies
    
    * Bump sankey version
    
    ---------
    
    Co-authored-by: Iuliia Kulagina <[email protected]>
    kullJul and Iuliia Kulagina authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    47bd3f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    5544849 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update build.yml

    trigger on prs to dev (for dev branch)
    MulyukovAidar authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6d838c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Fix a bug with displaying Japanese characters in link labels (#155)

    * Fix link labels bug
    
    * Change the  name of the createLink function
    
    * Update outdated packages
    
    * Increment sankey version
    
    * Replace args in filter
    
    * Remove coveralls from dependencies
    
    ---------
    
    Co-authored-by: Iuliia Kulagina <[email protected]>
    kullJul and Iuliia Kulagina authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ae34a4f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Added Keyboard Navigation (#152)

    * Added Keyboard Navigation
    
    Applied styles for focus outlines
    
    * aria-selected and unit tests
    
    aria selected attribute added to selectable elements in the visual, unit tests added for aria selected and keyboard navigation
    
    * aria-label and unit test
    
    * aria-label updated
    
    * version and minor dependency updates
    
    * Rebase dev branch
    
    * Squash commits
    
    * quick fix
    
    ---------
    
    Co-authored-by: Firzinat Khuzeev <[email protected]>
    s-ddavydenko and fkhuzeev authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bfdb018 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix selection bug with cycle nodes and fix backward links rendering (#…

    …156)
    
    * Fix selection bug
    
    * Remove fixLinksCount function
    
    * Fix height and position calculation for backwards nodes
    
    * Change the way backward links are processed
    
    * Update packages
    
    * Increment sankey version
    
    * Fix typo
    
    ---------
    
    Co-authored-by: Iuliia Kulagina <[email protected]>
    kullJul and Iuliia Kulagina authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    abfa53b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Sankey 3.2.2.0v (#161)

    * Add selflink weight to the node tooltip
    
    * Fix keyboard navigation
    
    * Remove coveralls from readme
    
    * Update outdated packages
    
    * Increment visual version
    
    * Fix dySource and dyDestination
    
    * Add backward weight to the Y-Axis shift
    
    * Fix drawing of backward links
    
    * Update readme file with build status
    
    * Update outdated packages
    
    * Fix styles for keyboard navigation
    
    * Fix typo
    
    * Add missing types
    
    * Change coordinate value
    
    * Increase stroke width for focused nodes
    
    * Fix styles
    
    * Add unique tabindex to nodes and links
    
    * Add input/output values for localization
    
    * Rename link props
    
    * Add width prop for nodes
    
    * Reduce radius of selflink curve
    
    * Fix lint and test errors
    
    * Fix description in changelog
    
    * Add keyboard navigation tests
    
    * Add tests for focus styles
    
    * Change focus and keyboard tests
    
    * Fix focus styles test
    
    ---------
    
    Co-authored-by: Iuliia Kulagina <[email protected]>
    kullJul and Iuliia Kulagina authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    680a34f View commit details
    Browse the repository at this point in the history
  2. Fix tooltip values (#163)

    Co-authored-by: Iuliia Kulagina <[email protected]>
    kullJul and Iuliia Kulagina authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    46fb777 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Change the order in which links are focused (#164)

    Co-authored-by: Iuliia Kulagina <[email protected]>
    kullJul and Iuliia Kulagina authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b2ebb5e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Sankey3.3.0.0v remove Interactivity utils (#166)

    * Remove interactivity utils from visual
    
    * Remove unused imports
    
    * Fix tests
    
    * Change links style
    
    * Version bump
    
    * Rename selections
    
    * Add comments
    
    * Add comment to test
    
    * Increase sankey version
    
    ---------
    
    Co-authored-by: Iuliia Kulagina <[email protected]>
    kullJul and Iuliia Kulagina authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ee78960 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Add shift key for multiselection (#167)

    Co-authored-by: Iuliia Kulagina <[email protected]>
    kullJul and Iuliia Kulagina authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    14a3afd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. New translations (#162)

    merging new translations
    pbicvloc authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e9c66de View commit details
    Browse the repository at this point in the history
  2. audit fix

    MulyukovAidar committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    cd4b7d2 View commit details
    Browse the repository at this point in the history
  3. new localized version

    MulyukovAidar committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    742ead3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Changed cycle processing

    Iuliia Kulagina authored and MulyukovAidar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    61f9e2c View commit details
    Browse the repository at this point in the history
  2. Increase verion

    Iuliia Kulagina authored and MulyukovAidar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    aeeb0fa View commit details
    Browse the repository at this point in the history
  3. Add new option for cycles in formatting pane

    Iuliia Kulagina authored and MulyukovAidar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    aa2e4c5 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Iuliia Kulagina authored and MulyukovAidar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    14e4430 View commit details
    Browse the repository at this point in the history
  5. Fix npm audit errors

    Iuliia Kulagina authored and MulyukovAidar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1d87488 View commit details
    Browse the repository at this point in the history
  6. Refactor settings

    Iuliia Kulagina authored and MulyukovAidar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4908b82 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. New translations

    pbicvloc authored and MulyukovAidar committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4e9475c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3179e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7faddc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Fix context menu (#186)

    * Fix context menu for links and nodes
    
    * Increment version
    
    ---------
    
    Co-authored-by: Iuliia Kulagina <[email protected]>
    kullJul and Iuliia Kulagina authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0536c39 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fix context menu (#186) (#187)

    * Fix context menu for links and nodes
    
    * Increment version
    
    ---------
    
    Co-authored-by: Iuliia Kulagina <[email protected]>
    Co-authored-by: Iuliia Kulagina <[email protected]>
    3 people authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    138fd43 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    ddbbb86 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Fix data labels and weight with zero values (#208)

    * Fix weight with zero values
    
    * Increase visual version
    
    ---------
    
    Co-authored-by: Iuliia Kulagina <[email protected]>
    kullJul and Iuliia Kulagina authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b96ec2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f316420 View commit details
    Browse the repository at this point in the history