Info

Why "Nebula"


Sat May 09 2026

  • standardized logical size, margin, padding, gap and inset/offset props to use predefined scale values

  • extended the breakpoint system with a new xxl range for large screens and wide layouts

  • added support for global saturation profiles to control the overall color intensity of the application

  • fixed an issue in the responsive styling system where runtime-applied styles could override user-defined inline styles (tagAttrs.style), inline styles are now respected as the source of truth and are no longer overwritten by system updates

  • with this release, the NebulaKit website introduced the AI chat assistant

Box

  • added hidden prop

  • added support for the flipped theme value, allowing components to invert the nearest inherited theme within a subtree

  • changed surface prop to elevated

  • changed selected prop to surface

Button

  • changed surface prop to elevated

Divider

  • added support for predefined size scale values on margin-related props

  • removed opacity prop

  • exposed surface prop via Box

DropdownList

  • fixed closing behavior on mobile by ignoring keyboard-triggered resize events

Flex

  • exposed hidden prop on Flex.Item via Box

  • added support for predefined size scale values on gap-related props

Grid

  • added support for predefined size scale values on gap-related props

Icon

  • added support for predefined size scale values on the size prop

Input

  • added maxLength prop

Loader

  • added support for predefined size scale values on the size prop

NebkitProvider

  • added saturation prop

Section

  • exposed interactive prop via Box

Spacer

  • added support for predefined size scale values on the blockSize prop

Text

  • added fontSize and lineHeight props for overriding typography-derived values directly

Textarea

  • added maxLength prop