Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: denysdovhan/vacuum-card
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.25.1
Choose a base ref
...
head repository: denysdovhan/vacuum-card
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 2 commits
  • 23 files changed
  • 3 contributors

Commits on Nov 5, 2021

  1. feat: Default button actions overrides (#183)

    * Add start_action feature to redefine vacuum startup
    
    * Update README.md to include start_action docs
    
    * Apply suggestions from code review
    
    Co-authored-by: Denys Dovhan <denysdovhan@gmail.com>
    
    * Actions feature to override default actions for existing buttons
    
     - New 'actions' option to override default button behavior
     - Old 'actions' option replaced by 'shortcuts' option
     - New waring message included for deprecated option (english and spanish only)
    
    * Documentation updated to reflect 'shortcut' and 'action' options changes
    
    * Update README.md
    
    Overridable default actions included
    
    * Update README.md
    
    BREAKING CHANGE: `actions` are replaced with `shortcuts`
    
    Co-authored-by: Denys Dovhan <denysdovhan@gmail.com>
    vicfergar and denysdovhan committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    1ac4d93 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.0 [skip ci]

    # [2.0.0](v1.25.1...v2.0.0) (2021-11-05)
    
    ### Features
    
    * Default button actions overrides ([#183](#183)) ([1ac4d93](1ac4d93))
    
    ### BREAKING CHANGES
    
    * `actions` are replaced with `shortcuts`
    
    Co-authored-by: Denys Dovhan <denysdovhan@gmail.com>
    semantic-release-bot and denysdovhan committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    4cdc303 View commit details
    Browse the repository at this point in the history
Loading