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: atc0005/go-teams-notify Loading
base: v2.8.0
Choose a base ref
...
head repository: atc0005/go-teams-notify Loading
compare: v2.9.0-alpha.1
Choose a head ref
  • 6 commits
  • 16 files changed
  • 3 contributors

Commits on Sep 14, 2023

  1. ghaw: bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6f718d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #237 from atc0005/dependabot/github_actions/develo…

    …pment/actions/checkout-4
    
    ghaw: bump actions/checkout from 3 to 4
    atc0005 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    37b4b0a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    bbbd54b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #245 from atc0005/sync-from-master

    Sync latest changes from master branch
    atc0005 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    39566f2 View commit details
    Browse the repository at this point in the history
  3. Initial support for toggling visibility

    - add Element.Visible field
      - to control visibility of Elements
      - if not specified, this value defaults to true by omitting
        the field from the generated JSON payload
    - add TargetElement type
    - add Action.TargetElement field
      - to specify collection of TargetElement values
      - used to specify target Element values whose visibility
        state should be controlled by the Element whose Action
        the TargetElement field is associated with
    - add ISelectAction.TargetElements field
      - same purpose as Action.TargetElement field
    - add missing validation for Element.SelectAction field
      for Element of ColumnSet type
    - add missing validation for Element.SelectAction field
      for Element of Container type
    - add Column.AddSelectAction method
      - accepts Action or ISelectAction value
    - update ISelectAction.Validate method
      - add missing validation for ISelectAction.Fallback field
      - add validation for ISelectAction.TargetElements field
        for Action.ToggleVisibility type
    - update Action.Validate method
      - convert validation logic to use validator package
    - add Action.AddTargetElement method
      - accepts multiple Element values
      - allows explicitly setting target Element visibility
    - add Action.AddVisibleTargetElement method
      - convienence method to explicitly enable visibility for target
        Element values
    - add Action.AddHiddenTargetElement method
      - convienence method to explicitly disable visibility for target
        Element values
    - add Action.AddTargetElementID method
      - accepts multiple Element ID values
      - allows explicitly setting target Element visibility
    - add new helper "constructor" functions
      - NewHiddenerContainer
      - NewColumn
      - NewColumnSet
      - NewHiddenTextBlock
      - NewActionToggleVisibility
    - update Container.AddAction
      - add note to doc comments directing reader to
        Container.AddSelectAction for adding an Action to be used when the
        Container is tapped or selected
    - add Container.AddSelectAction method
      - accepts Action or ISelectAction value
    - add examples
      - add toggle-visibility-column-action
      - add toggle-visibility-container-action
      - add toggle-visibility-multiple-buttons
      - add toggle-visibility-single-button
    
    refs GH-243
    refs GH-239
    atc0005 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1437e34 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #246 from atc0005/i243-toggle-visibility-support

    Initial support for toggling visibility
    atc0005 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a09de7c View commit details
    Browse the repository at this point in the history
Loading