Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit e63acfa

Browse files
author
Marc-André Rivet
committed
Merge remote-tracking branch 'origin/dev'
# Conflicts: # dash-info.yaml + update build artifacts
1 parent 6f4e7be commit e63acfa

File tree

262 files changed

+1163
-888
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+1163
-888
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ MANIFEST.in
2929
CHANGELOG.md
3030
test/
3131
# CRAN has weird LICENSE requirements
32-
LICENSE.md
32+
LICENSE.txt
3333
^.*\.Rproj$
3434
^\.Rproj\.user$

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: https://plot.ly/products/consulting-and-oem/
1+
custom: https://plotly.com/products/consulting-and-oem/

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.3] - 2020-04-01
6+
### Updated
7+
- Update generated props
8+
- Update generated R artifacts
9+
510
## [1.0.2] - 2019-11-14
611
### Fixed
712
- [#143](https://github.com/plotly/dash-html-components/pull/143) Fix IE11 compatibility issues and ES5 compatibility and validation

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Use the [GitHub flow][] when proposing contributions to this repository (i.e. cr
2727

2828
If your company wishes to sponsor development of open source dash components, please [get in touch][].
2929

30-
[Dash HTML Components]: https://dash.plot.ly/dash-html-components
30+
[Dash HTML Components]: https://dash.plotly.com/dash-html-components
3131
[MDN spec]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element
3232
[W3 index of elements]: https://dev.w3.org/html5/html-author/#index-of-elements
3333
[Dash Core Components]: https://github.com/plotly/dash-core-components
3434
[issues]: https://github.com/plotly/dash-html-components/issues
3535
[GitHub flow]: https://guides.github.com/introduction/flow/
3636
[eslintrc-react.json]: https://github.com/plotly/dash-components-archetype/blob/master/config/eslint/eslintrc-react.json
37-
[get in touch]: https://plot.ly/products/consulting-and-oem
37+
[get in touch]: https://plotly.com/products/consulting-and-oem
3838

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashHtmlComponents
22
Title: Vanilla HTML Components for Dash
3-
Version: 1.0.2
3+
Version: 1.0.3
44
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.
55
Depends: R (>= 3.0.2)
66
Imports:
@@ -11,5 +11,6 @@ BugReports: https://github.com/plotly/dash-html-components/issues
1111
Encoding: UTF-8
1212
LazyData: true
1313
VignetteBuilder: knitr
14+
KeepSource: true
1415
Author: Chris Parmer [aut]
15-
Maintainer: Ryan Patrick Kyle <ryan@plot.ly>
16+
Maintainer: Ryan Patrick Kyle <ryan@plotly.com>

R/internal.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.dashHtmlComponents_js_metadata <- function() {
22
deps_metadata <- list(`dash_html_components` = structure(list(name = "dash_html_components",
3-
version = "1.0.2", src = list(href = NULL,
3+
version = "1.0.3", src = list(href = NULL,
44
file = "deps"), meta = NULL,
55
script = 'dash_html_components.min.js',
66
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashHtmlComponents",
77
all_files = FALSE), class = "html_dependency"),
88
`dash_html_components` = structure(list(name = "dash_html_components",
9-
version = "1.0.2", src = list(href = NULL,
9+
version = "1.0.3", src = list(href = NULL,
1010
file = "deps"), meta = NULL,
1111
script = 'dash_html_components.min.js.map',
1212
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashHtmlComponents",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ See the [contributing guide](CONTRIBUTING.md) for guidelines on contributing to
108108
```
109109
_Publishing your component to NPM will make the JavaScript bundles available on the unpkg CDN. By default, Dash servers the component library's CSS and JS from the remote unpkg CDN, so if you haven't published the component package to NPM you'll need to set the `serve_locally` flags to `True` (unless you choose `False` on `publish_on_npm`). We will eventually make `serve_locally=True` the default, [follow our progress in this issue](https://github.com/plotly/dash/issues/284)._
110110
111-
[Dash]: https://plot.ly/dash
111+
[Dash]: https://plotly.com/dash
112112
[MDN HTML attribute reference]: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes
113113
[NPM package authors]: https://www.npmjs.com/package/dash-html-components/access
114114
[PyPi]: https://pypi.python.org/pypi

0 commit comments

Comments
 (0)