Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master 2.6.0 #2138

Merged
merged 126 commits into from
Jul 15, 2022
Merged

Master 2.6.0 #2138

merged 126 commits into from
Jul 15, 2022

Commits on Apr 26, 2022

  1. Handle long callback errors.

    T4rk1n committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    bfbd59e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbacfcc View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Add lock to diskcache

    T4rk1n committed May 6, 2022
    Configuration menu
    Copy the full SHA
    ac59e59 View commit details
    Browse the repository at this point in the history
  2. Fix test long callback error.

    T4rk1n committed May 6, 2022
    Configuration menu
    Copy the full SHA
    e2d3d5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3855ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb4cef9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Use diskcache lock

    T4rk1n committed May 9, 2022
    Configuration menu
    Copy the full SHA
    fa94a40 View commit details
    Browse the repository at this point in the history
  2. Stricter no_update check.

    T4rk1n committed May 9, 2022
    Configuration menu
    Copy the full SHA
    7688306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20c72b9 View commit details
    Browse the repository at this point in the history
  4. Add long callback test lock.

    T4rk1n committed May 9, 2022
    Configuration menu
    Copy the full SHA
    2f9fe06 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    9ed5a3f View commit details
    Browse the repository at this point in the history
  2. Clean up no_update.

    T4rk1n committed May 17, 2022
    Configuration menu
    Copy the full SHA
    9cab5b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

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

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    3a207ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b22ff3 View commit details
    Browse the repository at this point in the history
  3. Fix test_grouped_callbacks

    T4rk1n committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    c5f6fff View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Fix cbva002

    T4rk1n committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    fc9a77b View commit details
    Browse the repository at this point in the history
  2. Fix celery cancel.

    T4rk1n committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    40bd173 View commit details
    Browse the repository at this point in the history
  3. Fix callback_map

    T4rk1n committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    28a6d77 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Update callback docstrings.

    T4rk1n committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    1c1c7a2 View commit details
    Browse the repository at this point in the history
  2. Add test short interval.

    T4rk1n committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    55455f9 View commit details
    Browse the repository at this point in the history
  3. Add error if no manager.

    T4rk1n committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    cc9b09b View commit details
    Browse the repository at this point in the history
  4. Fix error message assert

    T4rk1n committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    0501fd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07c97d8 View commit details
    Browse the repository at this point in the history
  6. Fix empty components.

    T4rk1n committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    1f187d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e09bcf3 View commit details
    Browse the repository at this point in the history
  8. Add default description.

    T4rk1n committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2ea3a9c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Update changelog

    T4rk1n committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    fa598b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2097 from plotly/fix-ts-fc

    Fix typescript compiler React.FC & empty props components.
    T4rk1n authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    c124fdf View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    e53bb8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260f9ad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2098 from plotly/flex-jwt-expiry

    Allow both 400 and 401 for JWT expiry responses
    alexcjohnson authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ac7b37d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Fix bug on no pages directory 404 path parsing

    When initializing the Dash object using `use_pages=True` and `pages_folder=""` you cannot pass a `dash.register_page("not_found_404", layout=CUSTOM_404_LAYOUT)`. Line 2245 joins on a pages_folder and 404 path making the searched module name ".not_found_404". This small edit fixes the error and allows for passing a 404 page using module name "not_found_404" in the case of pages_folder="".
    jacobswe authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    caa4f3a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Remove leftover _NoUpdate.

    T4rk1n committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    43e42ea View commit details
    Browse the repository at this point in the history
  2. Update dash/dash.py

    Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
    T4rk1n and alexcjohnson authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    de5ee34 View commit details
    Browse the repository at this point in the history
  3. Hide arguments.

    T4rk1n committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    08356f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Add test side update.

    T4rk1n committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    edd7fd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd56e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da2b01f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfc3c8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    077733c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    638dacf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9df3082 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6071b33 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

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

Commits on Jun 23, 2022

  1. Fix cancel.

    T4rk1n committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8525c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34bd81d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2ac6ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b068488 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8766c21 View commit details
    Browse the repository at this point in the history
  6. fix import.

    T4rk1n committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2fc121d View commit details
    Browse the repository at this point in the history
  7. Update changelog.

    T4rk1n committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f2d02f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    244f072 View commit details
    Browse the repository at this point in the history
  2. Revert "Add test for custom not_found_404"

    This reverts commit 244f072.
    jacobswe committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    74cc9fe View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. update after review

    AnnMarieW committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d21da84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2104 from plotly/2099-dropdown-search

    2099 dropdown search
    T4rk1n authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d558862 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2102 from AnnMarieW/fix-pages-exclude-files

    fixed pages to exclude files starting with `.`
    alexcjohnson authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7558567 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    02c15dc View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Added maxHeight to Dropdown

    AnnMarieW committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    10cf4d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a003f5a View commit details
    Browse the repository at this point in the history
  3. Changelog

    AnnMarieW committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    657b0cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    552c01a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d91aef9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Fix no options.

    T4rk1n committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    696003d View commit details
    Browse the repository at this point in the history
  2. Lock selenium <=4.2.0

    T4rk1n committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    9015ec2 View commit details
    Browse the repository at this point in the history
  3. Lock selenium <=4.2.0

    T4rk1n committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    529ec8e View commit details
    Browse the repository at this point in the history
  4. Update changelog.

    T4rk1n committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2fb1cfa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2039 from plotly/long-callback-errors

    Long callback refactor
    T4rk1n authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    db46d81 View commit details
    Browse the repository at this point in the history
  6. Keep async imports of lib dcc.

    T4rk1n committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    4aee9eb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

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

Commits on Jul 4, 2022

  1. update changelog

    benedikt-budig authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ad12490 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2113 from plotly/dcc-babel-imports

    Keep async imports of lib dcc.
    T4rk1n authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    565de53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f1555d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1880fc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13d24ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3e393d View commit details
    Browse the repository at this point in the history
  7. Update changelog.

    T4rk1n committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    851c871 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f0295d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    6517e8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    528ee09 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. update after review

    AnnMarieW committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    77186c7 View commit details
    Browse the repository at this point in the history
  2. update after review

    AnnMarieW committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    ed35f76 View commit details
    Browse the repository at this point in the history
  3. Remove test locks.

    T4rk1n committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4799a5a View commit details
    Browse the repository at this point in the history
  4. Fix test app error.

    T4rk1n committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    ac3cb31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebc60ef View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2109 from AnnMarieW/dropdown-maxHeight

    Dropdown max height
    alexcjohnson authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    a240e2d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Update CHANGELOG.md

    Co-authored-by: Alex Johnson <alex@plot.ly>
    benedikt-budig and alexcjohnson authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    a56b344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e43698 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0eef35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9579aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    499e9a2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2116 from plotly/long-to-background

    Rename long callbacks to background.
    T4rk1n authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    f698058 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22876c6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2114 from benedikt-budig/fix-copy-to-clipboard-fo…

    …r-unselectable-cells
    
    Enable copying text to clipboard for tables with `cell_selectable=False`
    alexcjohnson authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    88d21cd View commit details
    Browse the repository at this point in the history
  9. Update webpack.

    T4rk1n committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    3d3b84c View commit details
    Browse the repository at this point in the history
  10. Update typescript.

    T4rk1n committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    1b64a23 View commit details
    Browse the repository at this point in the history
  11. Update prettier

    T4rk1n committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    5ead13c View commit details
    Browse the repository at this point in the history
  12. Update typescript-eslint

    T4rk1n committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    358f1c0 View commit details
    Browse the repository at this point in the history
  13. Update eslint.

    T4rk1n committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    ee761e7 View commit details
    Browse the repository at this point in the history
  14. Update babel

    T4rk1n committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    7c212d0 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #2120 from plotly/deps-updates

    Dependencies updates
    T4rk1n authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    5baac83 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

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

Commits on Jul 11, 2022

  1. fixed test, added changelog

    AnnMarieW committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    756752a View commit details
    Browse the repository at this point in the history
  2. add test

    AnnMarieW committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    33bbcf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3cd68f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2100 from jacobswe/dev

    Fix Pages not_found_404 parsing
    alexcjohnson authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e0778c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. fixed tests again

    AnnMarieW committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    113dc57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    251f075 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2126 from AnnMarieW/pages-redirect-home

    Adds ability to redirect "/" when using pages
    alexcjohnson authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a226108 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    1bc06cf View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    T4rk1n committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    eec376e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2110 from plotly/dropdown-cap-search

    Dropdown component label search
    T4rk1n authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    512c771 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b16809 View commit details
    Browse the repository at this point in the history
  5. Update changelog.

    T4rk1n committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    4b1d220 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2131 from plotly/open-encoding

    Add encoding to file open calls.
    T4rk1n authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    2a6bc98 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Update plotlyjs to 2.13.0

    T4rk1n committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e255bab View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    T4rk1n committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    7c4303a View commit details
    Browse the repository at this point in the history
  3. Update plotlyjs to 2.13.1

    T4rk1n committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    60570aa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2134 from plotly/update-plotlyjs-2-13-0

    Update plotlyjs to 2.13.1
    T4rk1n authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    89b70ac View commit details
    Browse the repository at this point in the history
  5. Version 2.6.0

    T4rk1n committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3c61f10 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2136 from plotly/version-2.6.0

    Version 2.6.0
    T4rk1n authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d731be3 View commit details
    Browse the repository at this point in the history
  7. Bump dash renderer version.

    T4rk1n committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    ebe9efd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Merge pull request #2137 from plotly/bump-dash-renderer

    Bump dash renderer version.
    T4rk1n authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    bc552ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6d80f3 View commit details
    Browse the repository at this point in the history
  3. Version 2.6.0 build artifacts.

    T4rk1n committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    37aeb3a View commit details
    Browse the repository at this point in the history