Skip to content

chore: back-merge 1.5.2 to develop#104

Merged
ryanaidilp merged 7 commits intodevelopfrom
chore/back-merge-1.5.2
Mar 31, 2026
Merged

chore: back-merge 1.5.2 to develop#104
ryanaidilp merged 7 commits intodevelopfrom
chore/back-merge-1.5.2

Conversation

@ryanaidilp
Copy link
Copy Markdown
Contributor

Back-merge 1.5.2 to develop

This PR merges the release 1.5.2 back to develop.

Changes included

  • Release 1.5.2 changes
  • Changelog updates

Warning

This PR had merge conflicts. Version conflicts were resolved by keeping the higher version number. Please review carefully.

aidil-coder-bot and others added 7 commits March 28, 2026 06:35
Root cause: all section wrapper divs used overflow-hidden which
clipped child code blocks, math formulas and params tables.

Fix:
- Replace overflow-hidden with overflow-x-hidden on all section containers
  to preserve border-radius while allowing horizontal scroll in children
- Fix CodeBlock.vue wrapper: overflow hidden → overflow-x auto
- Fix .code-panel in style.css: overflow hidden → overflow-x auto

Affected components:
- ParamsTable, GlossarySection, OverviewSection, VaccinationSection
- RegenciesSection, StatisticsSection, TaskForcesSection
- NationalLatestSection, HealthCheckSection, ProvincesSection
- AuthenticationSection, HospitalsSection, RootEndpointSection
- ProvinceCasesSection, NationalHistoricalSection, ErrorHandlingSection
…max-width

- Remove overflow-x:hidden from .api-section-grid > * (was clipping code blocks)
- Use min-width:0 + max-width:100% instead for proper containment
- Add overflow-x:hidden + max-width:100vw to body and #app
…tion

- GlossarySection: add min-w-0 + overflow-x-hidden to grid column children
  to prevent content from expanding beyond column width
- GlossarySection: fix grid-cols-2 without breakpoint → grid-cols-1 sm:grid-cols-2
- GlossarySection: break long Gamma posterior formula into 2 display-mode lines
- GlossarySection: add min-w-0 break-words to Rt table description spans
- ApiSection: use flex-wrap + break-all on endpoint URL to prevent overflow

Verified with Playwright iPhone 13 (390px): 3/3 PASS
- Code blocks, JSON response ✅
- Rt interpretation table ✅
- Math formulas (KaTeX) ✅
- bodyHasHScroll: false ✅
@ryanaidilp ryanaidilp merged commit b075232 into develop Mar 31, 2026
5 checks passed
@github-actions github-actions bot deleted the chore/back-merge-1.5.2 branch March 31, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants