- Refactored Browsertools methods
- Added new test environment (
dev/prod-app
)
- Switched to Webpack as the application bundler
- Removed demo from the package and placed in dev/test-app/
- The functions
hide_elem
,show_elem
andtoggle_elem
now usehidden
attribute by default. Rather thanaria_hidden
. - Added dev Shiny app for building and debugging package functions
- Improved error messages in
debug
. Added additional description forTypeErrors
. - Removed CSS asset (this is no longer needed)
- Minor adjustments to browsertools demo
- Changed argument name for user defined content in the functions
inner_text
,inner_html
,insert_adjacent_html
. Change function arguments fromstring
orhtml
tocontent
. - Isolated functions in
R/handlers.R
into separate files - Created package management R file (see
dev/
) - Restructured
inst/browsertools/
to eliminate additional paths (css
andjs
). Source files are now located ininst/browsertools/src
. - Added a
NEWS.md
file to track changes to the package. - Upgraded
usethis
to address issue with R-CMD-CHECK (stale branches)