1. 13 Aug, 2020 1 commit
    • Templating: Fixes renaming a variable using special characters or same name (#26866) · 6b1b52b7
      * Fix variable editor name-input bug
      
      You couldn't delete an invalid character after typing it into the name-input field.
      While investigating the issue turned out to be bigger, as there was a problem with
      valid characters too. (See test scenarios below)
      
      The fix seems to be, to remove an unnecessary check in the `changeVariableName`
      action. There is theoretically now the possibility, that the `changeVariableName`
      action is called with the same name, as the variable is already, but practically
      there seems no possibility, that this could happen. A test, which checks that, had
      to be removed too.
      
      Test scenarios:
      * 1st Scenario
          1. Type "@"
          2. Try deleting it
      * 2nd Scenario
          1. Type "w"
          2. delete "w"
          3. Try typing "w" again
      
      Fixes #26562
      
      * Fix bug when updating existing variable
      Lucas Raschek committed
  2. 12 Aug, 2020 10 commits
  3. 11 Aug, 2020 5 commits
  4. 10 Aug, 2020 10 commits
  5. 09 Aug, 2020 2 commits
  6. 08 Aug, 2020 1 commit
    • Chore: Added optional Icon to ButtonCascader (#26852) · e4885cc7
      ## ButtonCascader
      
      ### added
      - new prop `icon` with type `IconName`
      
      ### changed
      - `icon` style is now `icons` with properties `left` and `right` for the respective icons
      
      ## ButtonCascader Story
      
      ### added
      - new story `withIcon`
      - new knob `icon`
      
      ### changed
      - `icon` style is now `icons` with properties `left` and `right` for the respective icons
      
      closes #23755
      Michel Engelen committed
  7. 07 Aug, 2020 9 commits
  8. 06 Aug, 2020 2 commits