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

Fixes to address unintended props reshuffling behaviour #545

Merged
merged 38 commits into from
Jan 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d208936
fixes to address default values, support for source maps
Jan 12, 2019
af56606
adjust R package dependencies
Jan 14, 2019
96c69c1
added file to .gitignore
Jan 14, 2019
c8573ad
corrected error in help
Jan 15, 2019
34837df
inserted whitespace as suggested by alexcjohnson
Jan 15, 2019
e53cca2
fixed deps naming issue for install_github
Jan 17, 2019
45a7dcd
added import for _get_metadata
Jan 18, 2019
9fe81f4
restored _get_metadata call for JSON imports
Jan 18, 2019
04d2b3f
fixed .Rbuildignore strings
Jan 18, 2019
f54fee1
fix for lone flake8 error
Jan 18, 2019
624c389
replaced second occurrence of json.loads() with _get_metadata
Jan 18, 2019
5498307
addressed flake8 errors
Jan 18, 2019
aa8c6dc
modifed metadata load path
Jan 18, 2019
74a4d5b
replaced missing parenthesis
Jan 18, 2019
bcb3d48
flake8 passes
Jan 18, 2019
5a4c5fb
attempting alternative approach for JSON>>OrderedDict
Jan 18, 2019
3eca5be
corrected inst/lib to inst/deps
Jan 18, 2019
be0646b
removed import of _get_metadata
Jan 18, 2019
85ada0c
pylint and flake8 passing
Jan 18, 2019
d5fdc19
removed spurious ref to metadata
Jan 18, 2019
c90d0e5
refactored prop_keys exclusion
Jan 18, 2019
4e4a57a
pylint fix for indentation
Jan 18, 2019
c20ced1
edits to fully address :hocho: events
Jan 21, 2019
b9552ab
updated .gitignore
Jan 21, 2019
8aa3f25
:left_right_arrow: added byteify fn to prevent str >> unicode
Jan 22, 2019
5e251f0
:two::three: attempt to preserve version compatibility
Jan 22, 2019
1aeb507
:bug: revised byteify to use items() vs iteritems in :three:
Jan 22, 2019
a334699
:hammer: rewrote code to only use byteify in :two:
Jan 22, 2019
01b6d9d
prop_keys as list to handle TypeError for odict_keys in :three:
Jan 22, 2019
2251b30
:rewind: do not set sort_keys
Jan 26, 2019
4ee280b
Merge branch 'master' into RPK2
rpkyle Jan 26, 2019
9108f1e
:hammer: wildcards only available when props contain -*
Jan 26, 2019
a97d523
Merge branch 'RPK2' of github.com:plotly/dash into RPK2
Jan 26, 2019
38d693e
updated R component generation to properly provide package help
Jan 29, 2019
3499cd8
:shirt: flake8 edits
Jan 29, 2019
a622ccb
:hammer: version information now sourced consistently
Jan 29, 2019
817bfb0
:shirt: pylint ws removal
Jan 29, 2019
c65084f
updated R package description to note two langs
Jan 29, 2019
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
Loading