@blueprintjs/datetime@6.0.17
- (chore) Migrate /datetime to vitest (#7815)
@blueprintjs/labs@6.2.1
No documented user-facing changes
@blueprintjs/select@6.1.2
No documented user-facing changes
@blueprintjs/table@6.0.17
No documented user-facing changes
astro@5.18.0
-
#15589
b7dd447Thanks @qzio! - Adds a newsecurity.actionBodySizeLimitoption to configure the maximum size of Astro Actions request bodies.This lets you increase the default 1 MB limit when your actions need to accept larger payloads. For example, actions that handle file uploads or large JSON payloads can now opt in to a higher limit.
If you do not set this option, Astro continues to enforce the 1 MB default to help prevent abuse.
// astro.config.mjs export default defineConfig({ security: { actionBodySizeLimit: 10 * 1024 * 1024, // set to 10 MB }, });
v8.7.18
8.7.18 (2026-02-25)
- datetime: stretch ion-buttons to fill space for ios (#30963) (d46b0b1)
- many: clear timeouts (#30851) (70b1237), closes #30860
- modal, popover: respect safe area insets on popovers and modals (#30949) (6490797), closes #28411
- nav-controller: reset direction state when navigation is canceled (#30955) (53172d1)
- radio-group: prevent DOMException and NotFoundError when filtering radios (#30958) (682a17e), closes #30279 #30359
- toast: keep icon on the same line as long message in stacked layout (#30923) (442e3e9), closes #30908