Update NEWS

This commit is contained in:
Winston Chang
2021-11-02 21:22:44 -05:00
parent e9f8b4d552
commit 77bae68f26

11
NEWS.md
View File

@@ -1,8 +1,19 @@
shiny 1.7.1.9001
================
## Full changelog
### Minor new features and improvements
* Shiny's internal HTML dependencies are now mounted dynamically instead of statically. (#3537)
* HTML dependencies that are sent to dynamic UI now have better type checking, and no longer require a `dep.src.href` field. (#3537)
### Bug fixes
* Closed #2955: Input and output bindings previously attempted to use `el['data-input-id']`, but that never worked. They now use `el.getAttribute('data-input-id')` instead. (#3538)
shiny 1.7.1
===========