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: slack-go/slack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.1
Choose a base ref
...
head repository: slack-go/slack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.2
Choose a head ref
  • 13 commits
  • 13 files changed
  • 4 contributors

Commits on Jun 9, 2025

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

Commits on Jun 12, 2025

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

Commits on Jun 13, 2025

  1. Add a Timezone parameter for the slack TimePickerBlockElement (#1448)

    This diff adds support for the "Timezone" parameter in the slack
    timepicker block element.
    See https://api.slack.com/reference/block-kit/block-elements#timepicker
    for details.
    
    By default this will be set to the empty string, equivalent to not set.
    This can be overridden by the user.
    nlopes authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    2674d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    279b9dd View commit details
    Browse the repository at this point in the history
  3. Support Slack Files in ImageBlockElement (#1444)

    Supporting slack_file in ImageBlockElement: 1438
    - Add support for slack_file to ImageBlockElement
    - update tests involving ImageBlockElement where ImageURL is set as a
    function arg
    - fix support for slack_file in ImageBlock
    - update tests involving ImageBlock where ImageURL is set as a function
    arg
    - Update examples for both ImageBlock and ImageBlockElement
    
    This does change the function signature of both NewImageBlockElement and
    NewImageBlock. If you would instead prefer slack-file specific versions
    of each of these functions so that the existing function signature can
    remain the same, let me know.
    nlopes authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    59e5c55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f276f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f01c2cb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. Unmarshal Timezone state changes / BlockAction for Timepicker (#1449)

    This diff completes the rest of the implementation from #1448 , as it
    was accidentally missed out of the first PR.
    The first PR allows the user to provide a Timezone to the slack model in
    blockkit, but this PR allows the application to read state updates from
    slack (i.e. read a changed timezone value)
    nlopes authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    fc0ba6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91d3258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eef4b6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07331b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca99739 View commit details
    Browse the repository at this point in the history
Loading