Winston Chang
ba8d79f202
Fix version text substitution
2017-10-17 10:51:19 -05:00
Winston Chang
4f3d26c31b
Add Shiny.version to Javascript ( #1826 )
...
* Add Shiny.version to Javascript
* Grunt
2017-08-23 15:52:16 -05:00
Barbara Borges Ribeiro
650075a9ab
Fix appendTab for empty tabsetPanels ( #1813 )
...
* fix appendTab for empty tabsetPanels; use spread operator to avoid having to resort to apply; upgrade grunt.
* revert back to `Math.max.apply(null, existingTabIds) + 1;` there's no browser compatibility issues there
2017-08-09 18:45:25 -05:00
Alan Dipert
3817370d4e
fileInput JS: Allow uploading the same file. ( #1719 )
...
* tools README: notes about entr + grunt
* fileInput JS: Allow uploading the same file. Fixes #1508
* Grunt
* Added note to NEWS.
* tools README: add Linux section, fix formatting
2017-06-15 15:09:37 -05:00
Winston Chang
0c24da2358
Stop propagation of mouse events on slider ( #1631 )
...
see (https://github.com/rstudio/shiny/issues/711 )
2017-03-28 20:38:46 +01:00
Winston Chang
f78fcd6b5f
Remove need for babel-polyfill
2017-03-27 15:02:03 -05:00
Barbara Borges Ribeiro
67909b3557
updated tools/README.md ( #1616 )
2017-03-23 10:07:41 -05:00
Winston Chang
4264760113
Add binding and el fields to shiny:inputchanged event ( #1596 )
...
* Remove unused 'immediate' arguments
* Add opts argument to setInput methods
* Extract input values without opts
* Consistent interface for setting initial values
* Update NEWS
* Add binding and el when fileInputBinding triggers shiny:inputchanged
* Revert "Consistent interface for setting initial values"
This reverts commit 12c0b6e72a .
* Move InputDeferDecorater function
The new placement properly reflects the decorator stack
* Fix indentation
* bindInputs: make sure value is set immediately
* Only use opts where necessary in input decorators
* Properly send initial values
* Move initial value of .clientdata_allowDataUriScheme to better place
* Fix indentation
* Add InputValidateDecorator
* Better variable name
* Add function for default input options
* Simplify code
2017-03-03 15:27:32 -06:00
Winston Chang
92ba7e9d54
Update yarn install instructions
2017-01-03 14:29:43 -06:00
Winston Chang
2133b0f498
Use === in Javascript
2016-10-26 21:01:36 -05:00
Winston Chang
7aacf9ca89
Use Yarn instead of npm ( #1416 )
2016-10-12 12:51:05 -05:00
Winston Chang
50dae5fb83
Remove unneeded npm package
2016-10-11 13:04:38 -05:00
Winston Chang
c62e6b5734
Update to Bootstrap Datepicker 1.6.4. Closes #1218
2016-09-16 23:39:26 -05:00
Winston Chang
6c5769fdd8
Add missing files to Grunt clean
2016-09-16 23:36:57 -05:00
Winston Chang
3d68f1dc62
Remove bookmarkOutput; add saveStateModal and encodeStateModal
2016-06-03 12:48:33 -05:00
Winston Chang
970036ce1a
Remove clipboard.js
2016-06-03 12:48:33 -05:00
Winston Chang
6fd626a3ec
Disable seralizing of passwords and actionButtons
2016-05-12 17:03:25 -05:00
Winston Chang
df95be5455
Add bookmarkOutput
2016-05-12 10:05:37 -05:00
Winston Chang
e1a955752f
Add modal dialogs
2016-04-05 13:18:56 -05:00
Winston Chang
0bdc8f0b2b
Update package.json
2016-04-05 09:45:06 -05:00
Winston Chang
58737ef454
Add notification JS API
2016-03-18 14:45:21 -05:00
Winston Chang
5683e36733
Add estraverse-fb npm dependency
2016-03-18 14:42:03 -05:00
Winston Chang
0c2af42c69
Make ESLint gave warnings instead of errors
2016-03-18 14:15:36 -05:00
Winston Chang
760dc5d0c6
Add babel polyfill
2016-03-18 14:15:36 -05:00
Winston Chang
5331aa08a7
Fixes for eslint
2016-03-18 14:15:36 -05:00
Winston Chang
375d7cc7b1
Update eslint rules
2016-03-18 14:15:36 -05:00
Winston Chang
a05f3dd640
Update npm packages
2016-03-18 14:15:36 -05:00
Winston Chang
b91c1b44ba
Switch from jshint to eslint
2016-03-18 14:15:36 -05:00
Winston Chang
6efb01a397
Use Babel for ES6->ES5 transpilation
2016-03-18 14:15:36 -05:00
Winston Chang
1bcb6ab931
Add note about grunt clean
2016-03-10 11:08:15 -06:00
Joe Cheng
6718d377bb
Fix and enhance reactlog
...
* Reactlog shortcut was broken due to reactlog.js not being included in
the gruntfile
* Reactlog has always shown every reactive event since the beginning of
the process (or at least since options(shiny.reactlog=TRUE)). This
commit makes it so Ctrl+F3 invocation only shows reactives that either
belong to no session (e.g. observers and reactives declared at the top
of server.R), or belong to this session.
2015-09-13 02:46:52 -07:00
Joe Cheng
9e03b17498
Add 'grunt clean' to delete shiny build artifacts
2015-09-09 12:19:43 -07:00
Winston Chang
9b91ebb8d2
Add strftime Javascript library
2015-07-02 16:50:43 -05:00
Winston Chang
65aaf386c2
Lock grunt-contrib-uglify version
...
Version changes of the grunt-contrib-uglify version can result in different
min.js output. Lock it so the minified files won't have spurious changes.
2015-05-05 23:01:24 -05:00
Winston Chang
d1bd232ec7
Grunt: jshint before uglify
2015-04-16 23:40:07 -05:00
Winston Chang
55cbd72a47
Gruntfile: add watch support for concat
2015-04-16 23:40:06 -05:00
Winston Chang
babc59f85c
Clarifcations in tools README
2015-03-30 20:00:13 -05:00
Winston Chang
ceb428b8bd
Split up shiny.js
2015-03-30 16:17:04 -05:00
Winston Chang
b7fe3ed745
Update to ionRangeSlider 2.0.6. Closes #777
2015-03-27 15:31:37 -05:00
Winston Chang
3794541828
Update gruntfile to watch for changes in DESCRIPTION
2015-02-06 11:49:30 -06:00
Winston Chang
d72585e3d1
Make JSHint more lenient
2014-12-09 13:38:46 -06:00
Winston Chang
6004a4250a
README edits
2014-12-08 16:29:52 -06:00
Winston Chang
b39fcc75d0
Add minified shiny.js
2014-12-08 16:23:02 -06:00
Winston Chang
a312abff31
Don't run shiny.js minification
2014-12-08 15:56:19 -06:00
Winston Chang
92c1722469
Simplify npm install instructions
2014-12-08 15:56:19 -06:00
Winston Chang
e48136d31e
Add grunt watch task
2014-12-08 15:56:19 -06:00
Winston Chang
b9d6f6fd9c
Update tools/README
2014-12-08 15:56:19 -06:00
Winston Chang
66c8dfe44d
Add jshint task
2014-12-08 15:56:19 -06:00
Winston Chang
5910c936b9
Use grunt for minification of datepicker
2014-12-08 15:56:19 -06:00
Winston Chang
a2645061fe
Add Gruntfile
2014-12-08 15:56:19 -06:00