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: blackary/streamlit-keyup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: blackary/streamlit-keyup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.4
Choose a head ref
  • 9 commits
  • 3 files changed
  • 4 contributors

Commits on Feb 12, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.6...v0.2.1)
    - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
    pre-commit-ci[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cc37a01 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Merge pull request #28 from blackary/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    blackary authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    41fd76b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2)
    pre-commit-ci[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d5332c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from blackary/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    blackary authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9c2ea4c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.2.2...v0.3.3)
    - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
    pre-commit-ci[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    053cac5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from blackary/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    blackary authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    da7a18a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. GH-35: Fix not rendering w/ Streamlit 1.32.2

    This commit fixes the issue where the component was not rendering with
    Streamlit 1.32.2. The issue was that the `Streamlit.setFrameHeight(73)`
    was being called before the component was rendered. This commit moves
    the `Streamlit.setFrameHeight(73)` to the `onRender` function.
    
    Fixes #35
    msabramo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    21363a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge pull request #37 from msabramo/gh-35-not-rendering-with-streaml…

    …it-1.32.2
    
    GH-35: Fix not rendering w/ Streamlit 1.32.2
    blackary authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9155b23 View commit details
    Browse the repository at this point in the history
  2. Bump version

    blackary committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ae07dc3 View commit details
    Browse the repository at this point in the history
Loading