Releases: nmfs-ost/asar
v2.3.0
What's Changed
🆕 Features
- [Feat] auto pagebreaks by @Schiano-NOAA in #467
- [feat] Add chunk options to YAML by @sbreitbart-NOAA in #476
🐞 Bug Fixes
- [fix]: Remove duplicated acronyms from glossary by @sbreitbart-NOAA in #463
- [fix] Update _titlepage.tex to render long addresses by @sbreitbart-NOAA in #464
- [fix] Update create_template() to find start of preamble by @sbreitbart-NOAA in #466
- [Hotfix]: new section works when custom is FALSE by @Schiano-NOAA in #455
- [fix] In skeleton, fix R params chunk's params$species shortcuts by @sbreitbart-NOAA in #474
- [fix] Update 'office' param in YAML to include glossary syntax by @sbreitbart-NOAA in #485
- Update glossary to add duplicated but differentiated terms by @sbreitbart-NOAA in #477
📎 Other updates
- [test] Add tests for rending draft and accessible PDFs by @sbreitbart-NOAA in #470
- [doc] update CONTRIBUTING.md by @Schiano-NOAA in #473
- [doc] update asar citation in bib by @Schiano-NOAA in #484
- Fixing some things for the FIT review to pass checks locally: by @ericward-noaa in #487
- Update dependencies for install in README and DESCRIPTION by @Schiano-NOAA in #490
- [docs] create living guidelines as site articles by @Schiano-NOAA in #491
🌟 New Contributors
- @ericward-noaa made their first contribution in #487 🎉
Full Changelog: v2.0.5...v2.0.6
v2.0.0
What's Changed
In this major release, we have migrated convert_output() out of asar and into stockplotr. This large change was made due to the high dependency of the standardized output for the stockplotr package and only small role it has in `asar.
- Update cheatsheet for v2.0 by @sbreitbart-NOAA in #409
Hotfixes
- address #452
Full Changelog: v1.5.1...v2.0.0
v2.0.5
Minor Release
What's Changed
- Shorten glossary labels by subbing FSC acronyms in for full names by @sbreitbart-NOAA in #448
- Add nefsc glossary entries by @sbreitbart-NOAA in #454
- Vignettes to articles by @sbreitbart-NOAA in #453
- Update skeleton labels by @sbreitbart-NOAA in #459
- Update readme with project/milestone status by @sbreitbart-NOAA in #458
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Adjust and add citations into the .bib file for NEFSC
- Update FAQ
- Update various tests
- New vignette on incorporating custom tables and figures
- Remove manual section of website
v2.0.3
Fixes
- Update to ESP definition in glossary #423
- Update cheatsheet to reflect changes to accessibility functions
- Update special characters in glossary to prevent errors in rendering #425
- Fix issue with duplicated city for AFSC seattle office #426
- Update preamble prompt #430
- Update safe template table structure #432
- Provide temporary fix for
gt::gt_split()while PR is awaiting approval ingtpackage #429 - Allow messages about tables when running
create_template()#431 - Add float latex package to in-header tex as suggested when looking at NEFSC transition #427 . Thank you to @DHennen1 for helping shape this contribution!
- Add leading zeros into affiliation zip codes
Hotfix issues in create_template found during NSAW Workshop
There were a couple minor issues found with rerendering the skeleton and report type during the workshop and other testing in preparation for the upcoming workshop series. This release fixes these issues and allows users to have full functionality of create_template even when the non-standard template is selected.
Patch bugs found in v2.0.0
Summary
A series of minor bugs were found in create_template() when customizations were being made to the template and upon rerender. The following have been fixed:
- Authorship on rerender does not add a blank author section
- Adding in any new arguments when rerendering the skeleton works such as a new species, region, species name, office, ect
- Title is properly extracted and updated
- The parameters are updated properly in both the yaml and params chunk if any of them are updated
- Any new authors are now added to the citation
- New sections and custom sections are appropriately labelled and included
v1.6.1
Hotfix Notes
- Users identified issue with alternative text not showing for the cover image. This is now fixed.
- Alternative text was not added under
add_alttext()when users set a specified figure size in the quarto chunk which removedpandocboundedcommand.add_alttext()no longer relies onpandocboundedin it's process.
v1.6.0
Summary
We have made major strides in the accessibility in the documents produced from asar templates. All accessibility functions now operate as intended and document should reach the majority of federal section 508 accessibility standards.
Note: Tables made from flextable are not accessible and are not compatible with the methods use in asar.
What's Changed
- [Hotfix]: convert output for SS3 timeseries names and fleet names wrong (#379)
- [Hotfix]: uncertainty in improper location for conout BAM (#384)
- Replace rda item label "cap" with "caption", for clarity (#394)
- Update "tabsorder" to "page/tabsorder" (#395)
- Fix figure caption extraction (#397)
- Improve accessibility functions (#398)
- Default pdf document class is now set to "article"
- The glossary is expanded to contain the official survey names. The "acronym" is either/both the first initial of the survey or the common name used by assessment authors
Full Changelog: v1.5.1...v1.6.0
Patch bugs found in v1.5.0
Summary
There were a few minor bugs found after the release of v1.5.0. In response we performed a series of hotfixes to address the following bugs:
- Missing header in
asar::create_figures_doc()in some instances - Missing labels and additional 'X' column found in converted output
- Multiple missing standardized names
- BAM no longer working with minor adjustments
- Department of Commerce logo on the title page improperly marked as an mage when it should be an artifact tagging document
These issues were all addressed and fixed with this release.