Releases: ruby/rdoc
Releases · ruby/rdoc
v7.0.2
What's Changed
🐛 Bug Fixes
- Fix class/module alias document having wrong name by @tompng in #1515
- Change sidebar hiding strategy to avoid flickering on mobile devices by @st0012 in #1516
- Fix search dropdown behaviour by @st0012 in #1512
🛠 Other Changes
- Fix herb linting errors in ERB templates by @st0012 in #1514
- Reduce sidebar list item padding by @st0012 in #1513
Full Changelog: v7.0.1...v7.0.2
v7.0.1
What's Changed
🐛 Bug Fixes
- [Aliki] Fix search result type styling on mobile by @Earlopain in #1509
- Make sure path link in footers work correctly by @st0012 in #1508
🛠 Other Changes
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
✨ Enhancements
🐛 Bug Fixes
- Fix method source code not created if a method's description is skipped by @extern-c in #1488
- Fix call-seq deduplicate for name overlap in aliases by @tompng in #1491
📚 Documentation
🛠 Other Changes
- Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #1490
- Bump step-security/harden-runner from 2.13.2 to 2.13.3 by @dependabot[bot] in #1489
- ci: Ensure using pinned actions/checkout by @kou in #1493
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #1499
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #1501
- Bump step-security/harden-runner from 2.13.3 to 2.14.0 by @dependabot[bot] in #1500
- Bump setup-ruby to v1.270.0 by @st0012 in #1503
- Change the default theme to Aliki by @st0012 in #1502
- Bump RDoc version to 7.0.0 by @st0012 in #1506
New Contributors
Full Changelog: v6.17.0...v7.0.0
v6.17.0
What's Changed
✨ Enhancements
- Aliki: Add padding to TOC by @Earlopain in #1481
- Apply markup in table cell by @ksss in #1483
- Improve main sidebar by @st0012 in #1485
🐛 Bug Fixes
- Aliki: Make hamburger toggle non-selectable by @Earlopain in #1480
- Remove align-self from nav that restricted toc-list width by @tompng in #1486
- Fix source code styling issues by @st0012 in #1487
🛠 Other Changes
- Bump actions/checkout from 5.0.1 to 6.0.0 by @dependabot[bot] in #1482
New Contributors
Full Changelog: v6.16.1...v6.17.0
v6.16.1
v6.16.0
What's Changed
✨ Enhancements
🐛 Bug Fixes
🛠 Other Changes
- Bump rubygems/release-gem from 1.1.1 to 1.1.2 by @dependabot[bot] in #1444
- Bump step-security/harden-runner from 2.13.1 to 2.13.2 by @dependabot[bot] in #1448
- Regroup tests under folder structure by @st0012 in #1443
- Change comment directive parsing by @tompng in #1149
- Fix erb linting errors and remove unnecessary code by @st0012 in #1449
- [Aliki] Set default overflow wrap behavior to avoid overflow on mobile by @st0012 in #1453
- [Aliki] Set scroll-margin-top to all heading inside by @tompng in #1454
- [Aliki] Add classes and modules list to class page's sidebar by @st0012 in #1457
- [Aliki] Stable calculation of active toc by @tompng in #1456
- [Aliki] Remove nav detail's nested padding-right by @tompng in #1455
- Fix rb_define_method(singleton_class_of_module, ...) not to change nested module name by @tompng in #1458
- [DOC] Stop generating docs for Aliki's .rhtml templates by @st0012 in #1461
- [Aliki] Adjust table of content scrollable area height by @tompng in #1459
- [Aliki] Modernize coding style of aliki.js by @tompng in #1462
- [Aliki] Remove unnecessary css variable declaration & usages by @st0012 in #1460
- [Aliki] Add stylelint and update Aliki's css according to suggestions by @st0012 in #1463
- [Aliki] Improve light mode link colors by @st0012 in #1466
- [Aliki] Improve header links by @st0012 in #1465
- Small refactors by @st0012 in #1468
- [Aliki] Add smooth-scroll handler to link inside heading tag by @tompng in #1469
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #1473
- [Aliki] Add C syntax highlighting with a custom JS highlighter by @st0012 in #1471
- [Aliki] Allow customizing Aliki's footer by @st0012 in #1472
- Bump version to 6.16.0 by @st0012 in #1474
Full Changelog: v6.15.1...v6.16.0
v6.15.1
What's Changed
🐛 Bug Fixes
- Add Herb linter and fix HTML and ERB linting issues by @st0012 in #1434
- Improve search result by prioritizing exact matches by @st0012 in #1433
📚 Documentation
🛠 Other Changes
- Rescue RuboCop rake tasks require error by @st0012 in #1431
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #1437
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #1436
- Bump version to 6.15.1 by @st0012 in #1441
Full Changelog: v6.15.0...v6.15.1
v6.15.0
What's Changed
✨ Enhancements
- Allow rdoc-ref to link to non-text files by @jeremyevans in #1376
- Search automatically on ?q= URL query parameter by @jhawthorn in #1396
🐛 Bug Fixes
- searcher.js: Escape characters when building regexps by @byroot in #1397
- Fix backslash handling in table cell code spans by @st0012 in #1400
- Fix incorrect method linking in
tttags by @st0012 in #1427 - Preserve inline styling inside tidy link labels by @st0012 in #1428
📚 Documentation
- [DOC] Fix link by @BurdetteLamar in #1393
- [DOC] Fix
warn_missing_rdoc_refdefault value in doc by @st0012 in #1408 - [DOC] Correct levels of headings by @BurdetteLamar in #1412
- [DOC] Tweaks for markup reference intro by @BurdetteLamar in #1411
- [DOC] Re-format section Directives by @BurdetteLamar in #1418
- Migrate README to markdown by @st0012 in #1422
🛠 Other Changes
- Remove "poeple" typo and reword for clarity by @p8 in #1388
- Bump step-security/harden-runner from 2.12.2 to 2.13.0 by @dependabot[bot] in #1392
- Escape unescaped backslash at the end of code by @nobu in #1404
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #1406
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #1407
- Revert "Shorten the description text to get rid of JRuby exception" by @nobu in #1401
- Trim even spaces only in code by @nobu in #1405
- Commit generated files by @st0012 in #1410
- Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #1415
- Bump actions/github-script from 7 to 8 by @dependabot[bot] in #1423
- Change error message assertion to make it pass in JRuby by @tompng in #1425
- Bump step-security/harden-runner from 2.13.0 to 2.13.1 by @dependabot[bot] in #1426
- Fix warnings by @nobu in #1409
- Bump version to 6.15.0 by @st0012 in #1429
New Contributors
- @byroot made their first contribution in #1397
- @jhawthorn made their first contribution in #1396
Full Changelog: v6.14.2...v6.15.0
v6.14.2
What's Changed
🐛 Bug Fixes
🛠 Other Changes
- Fixup to usage of cgi/escape for Windows CI by @hsbt in #1378
- Added gemspec file to gem package by @hsbt in #1379
- Use GITHUB_TOKEN instead of admin credential by @hsbt in #1380
- Bump step-security/harden-runner from 2.12.0 to 2.12.1 by @dependabot in #1377
test/lib/helper.rbis only forruby/rdocrepository by @hsbt in #1372- Refactor PR preview workflow for improved approval process by @st0012 in #1370
- Use repository_dispatch for previewing instead by @st0012 in #1384
- Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot in #1385
- Fix template files location by @nobu in #1383
- Bump version to 6.14.2 by @st0012 in #1387
Full Changelog: v6.14.0...v6.14.2