Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7b153ea
Use authenticated Docker pulls (#167)
rpkyle Oct 6, 2020
f25b324
Update CODEOWNERS
Marc-Andre-Rivet Dec 9, 2020
20ffc24
Bump dot-prop from 4.2.0 to 4.2.1
dependabot[bot] Dec 9, 2020
57c309f
improve dash import test
alexcjohnson Dec 10, 2020
6f3a51c
changelog for import bug fix
alexcjohnson Dec 10, 2020
66ba2ac
Merge pull request #169 from plotly/import-test
alexcjohnson Dec 10, 2020
1d64c8a
update extract-attributes script for latest MDN page structure
alexcjohnson Dec 15, 2020
4aebb6a
description for setProps - to reduce warnings
alexcjohnson Dec 15, 2020
566dc70
Merge pull request #170 from plotly/mdn-update-yari
alexcjohnson Dec 15, 2020
49273a7
use dash loosen-testing-reqs branch and fix linting
alexcjohnson Dec 17, 2020
2efbc76
Fix spelling
jbampton Dec 17, 2020
9d5e8d2
back to dev branch of dash
alexcjohnson Dec 17, 2020
6b57110
Merge pull request #172 from jbampton/fix-spelling
alexcjohnson Dec 17, 2020
b5f80df
Merge pull request #171 from plotly/dash-1506
alexcjohnson Dec 17, 2020
2b9df15
Merge pull request #168 from plotly/dependabot/npm_and_yarn/dot-prop-…
alexcjohnson Dec 17, 2020
72c97cc
update component gen for MDN update Jan 2021
alexcjohnson Jan 6, 2021
aea3d2b
error message if element count changes from expectation
alexcjohnson Jan 6, 2021
08c4ce1
add reference to MDN PR with the math & svg addition
alexcjohnson Jan 7, 2021
b02c657
Merge pull request #174 from plotly/moz-update-jan-2021
alexcjohnson Jan 7, 2021
9fe5e1f
bump to v1.1.2 (#176)
harryturr Jan 19, 2021
b3354a9
Merge branch 'dev' into 1.1.2-master
harryturr Jan 19, 2021
b8a0d9f
artifacts
harryturr Jan 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ jobs:
python-2.7: &test-template
docker:
- image: circleci/python:2.7-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYTHON_VERSION: py27
PERCY_ENABLE: 1
Expand Down Expand Up @@ -57,6 +60,9 @@ jobs:
<<: *test-template
docker:
- image: circleci/python:3.6.9-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYTHON_VERSION: py36
PERCY_ENABLE: 0
Expand All @@ -65,6 +71,9 @@ jobs:
<<: *test-template
docker:
- image: circleci/python:3.7.6-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYTHON_VERSION: py37
PERCY_ENABLE: 0
Expand All @@ -73,6 +82,12 @@ workflows:
version: 2
build:
jobs:
- python-2.7
- python-3.6
- python-3.7
- python-2.7:
context:
- dash-docker-hub
- python-3.6:
context:
- dash-docker-hub
- python-3.7:
context:
- dash-docker-hub
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.2] - 2021-01-19
### Fixed
- [#169](https://github.com/plotly/dash-html-components/pull/169) - part of fixing dash import bug https://github.com/plotly/dash/issues/1143

## [1.1.1] - 2020-09-03
-Dash.jl Julia component generation
- Dash.jl Julia component generation

## [1.1.0] - 2020-08-25
### Added
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashHtmlComponents
Title: Vanilla HTML Components for 'Dash'
Version: 1.1.1
Version: 1.1.2
Description: 'Dash' is a web application framework that provides pure Python and R abstraction around HTML, CSS, and JavaScript. Instead of writing HTML or using an HTML templating engine, you compose your layout using R functions within the 'dashHtmlComponents' package. The source for this package is on GitHub: plotly/dash-html-components.
Depends: R (>= 3.0.2)
Imports:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
name = "DashHtmlComponents"
uuid = "1b08a953-4be3-4667-9a23-24100242a84a"
authors = ["Chris Parmer <chris@plotly.com>"]
version = "1.1.1"
version = "1.1.2"

[deps]
DashBase = "03207cf0-e2b3-4b91-9ca8-690cf0fb507e"

[compat]
julia = "1.2"
DashBase = ">=0.1"
DashBase = "0.1"
4 changes: 2 additions & 2 deletions R/internal.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.dashHtmlComponents_js_metadata <- function() {
deps_metadata <- list(`dash_html_components` = structure(list(name = "dash_html_components",
version = "1.1.1", src = list(href = NULL,
version = "1.1.2", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_html_components.min.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashHtmlComponents",
all_files = FALSE), class = "html_dependency"),
`dash_html_components` = structure(list(name = "dash_html_components",
version = "1.1.1", src = list(href = NULL,
version = "1.1.2", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_html_components.min.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashHtmlComponents",
Expand Down
2 changes: 1 addition & 1 deletion dash-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ r_examples:
)
)

# Include the following in a seperate CSS file in an
# Include the following in a separate CSS file in an
# `assets` directory in the root of your app.
#
# data:hover::after {
Expand Down
2 changes: 1 addition & 1 deletion dash_html_components/A.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class A(Component):
- media (string; optional): Specifies a hint of the media for which the linked resource was designed.
- rel (string; optional): Specifies the relationship of the target object to the link object.
- shape (string; optional)
- target (string; optional): Specifies where to open the linked document (in the case of an <a> element) or where to display the response recieved (in the case of a <form> element)
- target (string; optional): Specifies where to open the linked document (in the case of an <a> element) or where to display the response received (in the case of a <form> element)
- accessKey (string; optional): Keyboard shortcut to activate or add focus to the element.
- className (string; optional): Often used with CSS to style elements with common properties.
- contentEditable (string; optional): Indicates whether the element's content is editable.
Expand Down
2 changes: 1 addition & 1 deletion dash_html_components/Area.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Area(Component):
- media (string; optional): Specifies a hint of the media for which the linked resource was designed.
- rel (string; optional): Specifies the relationship of the target object to the link object.
- shape (string; optional)
- target (string; optional): Specifies where to open the linked document (in the case of an <a> element) or where to display the response recieved (in the case of a <form> element)
- target (string; optional): Specifies where to open the linked document (in the case of an <a> element) or where to display the response received (in the case of a <form> element)
- accessKey (string; optional): Keyboard shortcut to activate or add focus to the element.
- className (string; optional): Often used with CSS to style elements with common properties.
- contentEditable (string; optional): Indicates whether the element's content is editable.
Expand Down
2 changes: 1 addition & 1 deletion dash_html_components/Base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Base(Component):
- data-* (string; optional): A wildcard data attribute
- aria-* (string; optional): A wildcard aria attribute
- href (string; optional): The URL of a linked resource.
- target (string; optional): Specifies where to open the linked document (in the case of an <a> element) or where to display the response recieved (in the case of a <form> element)
- target (string; optional): Specifies where to open the linked document (in the case of an <a> element) or where to display the response received (in the case of a <form> element)
- accessKey (string; optional): Keyboard shortcut to activate or add focus to the element.
- className (string; optional): Often used with CSS to style elements with common properties.
- contentEditable (string; optional): Indicates whether the element's content is editable.
Expand Down
2 changes: 1 addition & 1 deletion dash_html_components/Form.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Form(Component):
- method (string; optional): Defines which HTTP method to use when submitting the form. Can be GET (default) or POST.
- name (string; optional): Name of the element. For example used by the server to identify the fields in form submits.
- noValidate (a value equal to: 'noValidate', 'novalidate', 'NOVALIDATE' | boolean; optional): This attribute indicates that the form shouldn't be validated when submitted.
- target (string; optional): Specifies where to open the linked document (in the case of an <a> element) or where to display the response recieved (in the case of a <form> element)
- target (string; optional): Specifies where to open the linked document (in the case of an <a> element) or where to display the response received (in the case of a <form> element)
- accessKey (string; optional): Keyboard shortcut to activate or add focus to the element.
- className (string; optional): Often used with CSS to style elements with common properties.
- contentEditable (string; optional): Indicates whether the element's content is editable.
Expand Down
19 changes: 5 additions & 14 deletions dash_html_components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,14 @@
__version__ = package['version']

# Module imports trigger a dash.development import, need to check this first
if not hasattr(_dash, 'development'):
print(
"Dash was not successfully imported. Make sure you don't have a file "
"named \n'dash.py' in your current directory.", file=_sys.stderr)
_sys.exit(1)

# Must update to dash>=0.22.0 to use this version of dash-html-components
if not hasattr(_dash.development.base_component, '_explicitize_args'):
print("Please update the `dash` module to >= 0.22.0 to use this "
"version of dash_html_components.\n"
"You are using version {:s}".format(_dash.version.__version__),
file=_sys.stderr)
if not hasattr(_dash, '__plotly_dash') and not hasattr(_dash, 'development'):
print("Dash was not successfully imported. Make sure you don't have a file "
"named \n'dash.py' in your current directory.", file=_sys.stderr)
_sys.exit(1)


from ._imports_ import *
from ._imports_ import __all__
from ._imports_ import * # noqa: E402, F401, F403
from ._imports_ import __all__ # noqa: E402


_current_path = _os.path.dirname(_os.path.abspath(__file__))
Expand Down
2 changes: 1 addition & 1 deletion dash_html_components/dash_html_components.min.js.map

Large diffs are not rendered by default.

Loading