Releases: mongodb/snooty-parser
Releases · mongodb/snooty-parser
Release: [v0.16.9] - 2024-06-13
What's Changed
- DOP-4723: Detect include loops by @i80and in #600
- DOP-4623: [Dark mode updates] Cards component + card icon as string by @mayaraman19 in #601
Full Changelog: v0.16.8...v0.16.9
Release: [v0.16.8] - 2024-06-06
What's Changed
- DOP-4441: Improve snooty.clickInclude command in VSCode extension by @mayaraman19 in #594
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #599
Full Changelog: v0.16.7...v0.16.8
Release: [v0.16.7] - 2024-05-15
Release: [v0.16.6] - 2024-04-17
Release: [v0.16.5] - 2024-04-10
What's Changed
- DOP-4479: Update github actions by @i80and in #578
- Bump dependencies by @i80and in #579
- DOCSP-37734 add links to user voice pages by @kanchana-mongodb in #580
Full Changelog: v0.16.4...v0.16.5
Release: [v0.16.4] - 2024-04-03
Added
- The
extracts
giza compatibility layer now supports thepre
andpost
keys (DOP-4495).
Release: [v0.16.3] - 2024-03-21
Added
- A diagnostic for orphaned pages that do not exist within the project toctree (DOP-4404)
Changed
- SVGs now have an explicit height/width set if possible (#569)
- Invalid nested tabs are now presented as an INFO level diagnostic (DOP-4320)
- Non-pages (i.e. pages that do not end with
.txt
) are no longer included in the output bundle (DOP-4447, #574)
Removed
Release: [v0.16.1] - 2024-02-16
Fixed
- The macOS builds should now function (DOP-4374).
Release: [v0.16.0] - 2024-02-14
Added
- Enabling IA directives to support nested content for homepage redesign purposes (DOP-4300)
- Log a final parse summary message (DOP-4336)
- Parser identifies if an Instruqt lab is on the page (DOP-4279, DOP-4319, #558)
- YAML caching support for faster builds (DOP-3742).
- pre-determine image dimensions in parser (DOP-4207, #547, #548)
Changed
- Flag images for lazy loading depending (DOP-4225, #550)
- Support multiple inline elements in a shared include substitution (DOP-4181)
- Don't parse email literals (DOP-3285)
Fixed
Release: [v0.15.2.1] - 2024-02-01
Added
- Parse summary information.
Fixed
- Revert fast parser exiting.