From 4d93ee8654a965eb188a7e90fad2f5f4c261c751 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Fri, 7 Jun 2024 16:06:13 -0400 Subject: [PATCH 01/11] Update README.md with "maintained by community" badge --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 622e316..3320d6a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ [![GitHub](https://img.shields.io/github/license/plotly/Dash.jl.svg?color=dark-green)](https://github.com/plotly/Dash.jl/blob/master/LICENSE) [![GitHub commit activity](https://img.shields.io/github/commit-activity/y/plotly/Dash.jl.svg?color=dark-green)](https://github.com/plotly/Dash.jl/graphs/contributors) +
+ + Maintained by the Plotly Community + +
+ #### Create beautiful, analytic applications in Julia Built on top of Plotly.js, React and HTTP.jl, [Dash](https://plotly.com/dash/) ties modern UI elements like dropdowns, sliders, and graphs directly to your analytical Julia code. From eb02e2accca16f4cf67b7f9ce28dc606e8d4054b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Fri, 19 Jul 2024 11:24:00 -0400 Subject: [PATCH 02/11] try setting `chrome-version` same as dash.py uses --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d26e874..8b35825 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,8 @@ jobs: steps: - checkout - - browser-tools/install-browser-tools + - browser-tools/install-browser-tools: + chrome-version: 120.0.6099.71 - run: name: ℹ️ CI Context From a18365ae6e7720fcd81154e72d7ea4402984777c Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 16 Sep 2024 09:56:06 -0400 Subject: [PATCH 03/11] updating year(s) in license --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index c78d61d..2684d80 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -The MIT License (MIT) +MIT License -Copyright (c) 2020 Plotly, Inc +Copyright (c) 2020-2024 Plotly Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 5acc69bb69854e2aff520c8d0c3246ff98529184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Tue, 8 Oct 2024 15:09:47 -0400 Subject: [PATCH 04/11] add "1.11" to list of julia versions to test as part of the `jl_test` github workflow --- .github/workflows/jl_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jl_test.yml b/.github/workflows/jl_test.yml index 3156871..6e74359 100644 --- a/.github/workflows/jl_test.yml +++ b/.github/workflows/jl_test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - jl_version: ["1.6", "1.8", "1.9", "1.10"] + jl_version: ["1.6", "1.8", "1.9", "1.10", "1.11"] steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 From d7105c0b8053fa844ff5293b6db17d53ffaa0339 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Fri, 13 Dec 2024 11:15:12 -0500 Subject: [PATCH 05/11] adding code of conduct --- CODE_OF_CONDUCT.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..bc83715 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,43 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at accounts@plot.ly. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/), and may also be found online at . From 9a25672e98f46160aea24198460733c3ce64585f Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 24 Mar 2025 08:48:43 -0400 Subject: [PATCH 06/11] removing Alex Johnson from code owners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 23266f1..53c42c7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence -@alexcjohnson @Marc-Andre-Rivet @rpkyle +@Marc-Andre-Rivet @rpkyle From bbe9651553d4839b14ac4c5c82fcc1b73f3ca0dc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Aug 2025 00:32:33 +0000 Subject: [PATCH 07/11] CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fe5baaa..c97f13a 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ DashBase = "1" DashCoreComponents = "2.0.0" DashHtmlComponents = "2.0.0" DashTable = "5.0.0" -DataStructures = "0.17, 0.18" +DataStructures = "0.17, 0.18, 0.19" HTTP = "1" JSON = "0.21" JSON3 = "1.9" From e6b0b4f7385498e328affd81973c455aeb1a5825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Fri, 5 Sep 2025 10:29:14 -0400 Subject: [PATCH 08/11] lint for `markdownlint` --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index bc83715..f6bab16 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at accounts@plot.ly. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at . All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. From 7ce326b3085ddf13381e8a2646a57b8a74b22d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Fri, 5 Sep 2025 10:26:37 -0400 Subject: [PATCH 09/11] bump `browser-tools` to `1.5.1` same version as in `plotly/dash` --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b35825..42b7b51 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: percy: percy/agent@0.1.3 - browser-tools: circleci/browser-tools@1.4.6 + browser-tools: circleci/browser-tools@1.5.1 jobs: From db24aa2a34ba6dcd3385f6d6eb92a83d8cba544f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Fri, 5 Sep 2025 10:29:44 -0400 Subject: [PATCH 10/11] drop `chrome-version` setting as the set version appears unavailable --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 42b7b51..af0fe63 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,8 +19,7 @@ jobs: steps: - checkout - - browser-tools/install-browser-tools: - chrome-version: 120.0.6099.71 + - browser-tools/install-browser-tools - run: name: ℹ️ CI Context From 983203c0e61b2625cd8f074ef183faa7fa785994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Thu, 11 Sep 2025 13:21:07 -0400 Subject: [PATCH 11/11] 1.5.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c97f13a..85427cc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Dash" uuid = "1b08a953-4be3-4667-9a23-3db579824955" authors = ["Chris Parmer ", "Alexandr Romanenko "] -version = "1.5.0" +version = "1.5.1" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"