Releases: elastic/docs-builder
Releases · elastic/docs-builder
docs-builder 0.36.0
✨ Features
- Update assembler.yml to add EDOT docs by @theletterf in #1231
🧰 Maintenance
- Bump parcel from 2.14.4 to 2.15.1 in /src/Elastic.Markdown by @dependabot[bot] in #1268
- Bump eslint from 9.26.0 to 9.27.0 in /src/Elastic.Markdown by @dependabot[bot] in #1269
- Bump @tailwindcss/postcss from 4.1.5 to 4.1.7 in /src/Elastic.Markdown by @dependabot[bot] in #1271
- Bump typescript-eslint from 8.31.1 to 8.32.1 in /src/Elastic.Markdown by @dependabot[bot] in #1267
- Bump @eslint/js from 9.26.0 to 9.27.0 in /src/Elastic.Markdown by @dependabot[bot] in #1270
- Bump aws-actions/configure-aws-credentials from 4.1.0 to 4.2.1 in /actions/update-link-index by @dependabot[bot] in #1266
- Bump aws-actions/configure-aws-credentials from 4.1.0 to 4.2.1 in /.github/workflows by @dependabot[bot] in #1265
- Bump aws-actions/configure-aws-credentials from 4.1.0 to 4.2.1 in /.github/actions/aws-auth by @dependabot[bot] in #1264
- Bump aws-actions/configure-aws-credentials from 4.1.0 to 4.2.1 by @dependabot[bot] in #1263
- Bump @tailwindcss/postcss from 4.1.5 to 4.1.6 in /src/Elastic.Markdown by @dependabot[bot] in #1250
- Bump globals from 16.0.0 to 16.1.0 in /src/Elastic.Markdown by @dependabot[bot] in #1249
Full Changelog: 0.35.0...0.36.0
docs-builder 0.35.0
✨ Features
- Update product list, alphabetize by @colleenmcginnis in #1256
📝 Documentation
- Add some troubleshooting instructions by @theletterf in #1230
🧰 Maintenance
- Bump tailwindcss from 4.1.5 to 4.1.6 in /src/Elastic.Markdown by @dependabot[bot] in #1254
- Suppress FS3261 error by @reakaleek in #1259
Full Changelog: 0.34.1...0.35.0
docs-builder 0.34.1
🐛 Bug Fixes
- Remove tab from install docs by @theletterf in #1236
- Revert default assemble output path back to .artifacts/assembly by @Mpdreamz in #1243
Full Changelog: 0.34.0...0.34.1
docs-builder 0.34.0
✨ Features
- Add docset
products
attribute by @reakaleek in #1239 - Add install scripts by @theletterf in #1232
- Add content-source matching functionality to the assembler by @Mpdreamz in #1229
- Add
products
frontmatter by @reakaleek in #1226
🐛 Bug Fixes
- Fix assuming _snippets files only live one folder deep when resolving relative image links inside of them by @Mpdreamz in #1242
- Ensure docs-builder builds to
.artifacts/assembly/<content-source>
and support a flag on serve-static to choose by @Mpdreamz in #1241 - Add random query string by @reakaleek in #1240
- Fix non-interactive scenario by @theletterf in #1235
🧰 Maintenance
- Add
id
attribute toproducts
list frontmatter by @reakaleek in #1238 - Refactor products frontmatter by @reakaleek in #1237
Full Changelog: 0.33.3...0.34.0
docs-builder 0.33.3
docs-builder 0.33.2
🐛 Bug Fixes
Full Changelog: 0.33.1...0.33.2
docs-builder 0.33.1
🐛 Bug Fixes
Full Changelog: 0.33.0...0.33.1
docs-builder 0.33.0
✨ Features
- Collect all redirects during assemble builds by @Mpdreamz in #1207
- link-index-updater: Optimize and add more logging by @reakaleek in #1215
- Update navigation.md with cross_links docs by @theletterf in #1208
- Dynamic max-width based on 90ch width for the content by @Mpdreamz in #1197
🐛 Bug Fixes
- Make assembler build explicit on BuildContext by @Mpdreamz in #1222
- Refactor ImageBlock URL handling and file resolution logic. by @Mpdreamz in #1219
- Use planned instead of coming in applies_to tags by @Mpdreamz in #1220
- Remove leniency downloading links.json files by @Mpdreamz in #1079
📝 Documentation
🧰 Maintenance
- Bump @eslint/js from 9.25.1 to 9.26.0 in /src/Elastic.Markdown by @dependabot[bot] in #1211
- Bump tailwindcss from 4.1.4 to 4.1.5 in /src/Elastic.Markdown by @dependabot[bot] in #1212
- Bump eslint from 9.25.1 to 9.26.0 in /src/Elastic.Markdown by @dependabot[bot] in #1213
- Bump @tailwindcss/postcss from 4.1.4 to 4.1.5 in /src/Elastic.Markdown by @dependabot[bot] in #1210
- Refactor our usage of DiagnosticCollector by @Mpdreamz in #1206
- Regroup projects in solution by type by @Mpdreamz in #1203
- Refactor domain out of Elastic.Markdown part II by @Mpdreamz in #1196
⚙️ Automation
- Fix lambda release by @reakaleek in #1218
- Add link-index-updater lambda build job by @reakaleek in #1217
- Make sure release-drafter runs for the current commit by @reakaleek in #1204
- Upgrade AWS packages by @reakaleek in #1205
Full Changelog: 0.32.0...0.33.0
docs-builder 0.32.0
✨ Features
- Wider max width layout by @reakaleek in #1183
🐛 Bug Fixes
- Change curator history mapping to 7.0 by @reakaleek in #1195
- Remove deprecated step by @reakaleek in #1194
⚙️ Automation
- Fix link-index-updater lambda deployment by @reakaleek in #1199
Full Changelog: 0.31.1...0.32.0
docs-builder 0.31.1
🧰 Maintenance
- Cleanup: Remove update-reference-index action by @reakaleek in #1186
- Bump typescript-eslint from 8.31.0 to 8.31.1 in /src/Elastic.Markdown by @dependabot[bot] in #1189
- Bump the system-io-abstractions group with 2 updates by @dependabot[bot] in #1190
- Refactor domain model out of Elastic.Markdown.csproj by @Mpdreamz in #1176
⚙️ Automation
- Add link-index-updater AWS lambda deployment steps by @reakaleek in #1185
- Fix release workflow permissions by @reakaleek in #1178
- Create dependabot group for System.IO.Abstractions by @reakaleek in #1188
Full Changelog: 0.31.0...0.31.1