Releases: Appsilon/rhino
Releases · Appsilon/rhino
v1.2.1-rc.1
Merge pull request #402 from Appsilon/release-1.2.1 Release 1.2.1
v1.2.0
Highlights
- Don't use symbolic links internally.
This fixes a couple of issues with Node.js tools on Windows:- Developer Mode is no longer needed.
- The
build_js()
andbuild_sass()
functions now work withwatch = TRUE
. - The
lint_js()
function now works when imports are used in JavaScript.
- Drop dependency on Yarn - only Node.js is now required.
- Improved Rhino CI:
- Run
build_js()
andbuild_sass()
CI. - Use R version from the lockfile.
- Upgrade to
r-lib/actions/setup-r@v2
.
- Run
- The
lint_r()
now accepts apaths
argument which can be used to run it on specific files. - The
init()
function will refuse to run in the home directory unlessforce = TRUE
is passed. - Shiny bookmarking works better with
legacy_entrypoint: source
(the UI function no longer needs to take an argument). - Upgraded to
lintr >= 3.0.0
and updated linter rules.
v1.2.0-rc.2
docs: Update link to rhino 1.2.0 release
v1.2.0-rc.1
Merge pull request #392 from Appsilon/Release_1.2.0 Release 1.2.0
v1.1.1
What's Changed
- Add upcoming events section to the README by @kamilzyla in #311
- Update upcoming events by @kamilzyla in #315
- Update info on upcoming events by @kamilzyla in #316
- Upgrade roxygen2 to 7.2.1 and regenerate documentation by @kamilzyla in #320
Full Changelog: v1.1.0...v1.1.1
v1.1.1-rc.1
Merge pull request #320 from Appsilon/upgrade-roxygen Upgrade roxygen2 to 7.2.1 and regenerate documentation
v1.1.0
Highlights
- New guide: "How to manage secrets and environments" (#263).
- Sass-specific at-rules are now recognized by
rhino::lint_sass()
(#289). - Shiny bookmarking now works (#294).
- RStudio no longer complains about "too many files" during push-button deployment (#299).
- Issues with server reloading during development resolved (#297).
What's Changed
- docs: Add url to pkgdown configuration. by @jakubnowicki in #260
- fix: make configure_logger() work with missing config fields by @TymekDev in #254
- Rhino Tutorial: Minor text and css changes for app preview images by @ianemoore in #241
- What is rhino edit by @ianemoore in #256
- Edit app structure by @ianemoore in #257
- docs: add note about native pipe operator by @TymekDev in #262
- Describe how main branch is used in CONTRIBUTING guide by @kamilzyla in #265
- docs: add secrets and environments how to guide by @TymekDev in #263
- Indicate stub status in the article header by @kamilzyla in #266
- Draft articles by @kamilzyla in #267
- Configure issue templates by @kamilzyla in #269
- Update the GTM container ID by @kamilzyla in #272
- Run apt-get update in CI by @kamilzyla in #275
- Improve stylelint config to accept Sass at-rules by @kamilzyla in #289
- Explain documentation structure by @kamilzyla in #290
- Always purge box cache in rhino::app() by @kamilzyla in #292
- Support bookmarking by @kamilzyla in #294
- Update lintr config after 3.0.0 release by @kamilzyla in #296
- Simplify CI into a single workflow by @kamilzyla in #301
- feat: Add a template for .rscignore file. by @jakubnowicki in #299
- Wording and style improvements for tutorial by @kamilzyla in #273
- Change maintainer to an alias by @kamilzyla in #303
- Work around server reloading issues by @kamilzyla in #297
- Bump version to 1.1.0 by @kamilzyla in #304
- Change maintainer back to Kamil by @kamilzyla in #305
Full Changelog: v1.0.0...v1.1.0
v1.1.0-rc.2
Merge pull request #305 from Appsilon/change-maintainer Change maintainer back to Kamil
v1.1.0-rc.1
Merge pull request #304 from Appsilon/bump-version Bump version to 1.1.0
v1.0.0
What's Changed
- Use bootstrap 5 and Pulse theme. by @jakubnowicki in #231
- Introduce the config package by @kamilzyla in #235
- Rhino tutorial edit by @ianemoore in #236
- Max lintr errors by @kamilzyla in #238
- Add "Why Rhino?" and clean up main readme by @marekrogala in #234
- Check node messages by @jakubnowicki in #239
- Read module addin from file by @kamilzyla in #242
- Remove trailing blank lines from all examples by @kamilzyla in #243
- Add convenience logger reexports by @kamilzyla in #244
- Restructure docs and suppress vignettes by @kamilzyla in #250
- Make Node.js tools work on Windows by @kamilzyla in #252
- Release v1.0.0 by @kamilzyla in #253
New Contributors
- @ianemoore made their first contribution in #236
Full Changelog: v0.8.0...v1.0.0