New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stardust-ui/react

Package Overview
Dependencies
Maintainers
6
Versions
488
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stardust-ui/react - npm Package Versions

13
49

0.39.0

Diff

Changelog

Source

v0.39.0 (2019-09-23)

Compare changes

BREAKING CHANGES

  • Remove base theme and move everything to teams theme @mnajdova (#1908)

Fixes

  • Fix Menu and Submenu to use correct indicator icon and have correct width behavior [redlines] @bcalvery (#1831)
  • Fix CreateShorthandOptions should be typed @lucivpav (#1886)
  • Add shadowLevel1Dark in Teams themes @notandrew (#1887)
  • When merging themes use deep merge for site and component variables @miroslavstastny (#1907)
  • Fix styles for Teams theme for Textarea and add support for inverted, fluid and resize props @codepretty (#1922)
  • Fix Dropdown to properly accept id on searchInput @silviuavram (#1938)
  • Fix white flash when activating Embed component @lucivpav (#1909)
  • Fix comparison of custom objects in Dropdown @lucivpav (#1943)

Features

  • Add TextArea component @lucivpav (#1897)
  • Export bell-slash and bell-snooze icon to Teams theme @musingh (#1921)
  • Add support for radio & checkbox groups to Toolbar component @layershifter (#1920)
  • Add support for Popup in ToolbarMenu @lucivpav (#1927)
  • Add behaviors for Tree as list and linked them using childBehaviors @silviuavram (#1928)
  • Add notes icon and update link icon in Teams theme @codepretty (#1953)

Documentation

  • Remove Usage tab @lucivpav (#1948)
  • Put props on a single page, fix props links @lucivpav (#1892)
  • Remove cancel button in a Dialog example with a close action @lucivpav (#1949)
<!--------------------------------[ v0.38.2 ]------------------------------- -->
layershifter
published 0.38.1 •

Changelog

Source

v0.38.1 (2019-09-13)

Compare changes

Fixes

  • Fix order of applying unhandled props and key handlers @jurokapsiar (#1901)
  • Fix handling of onMouseEnter prop in ChatMessage @layershifter (#1903)
  • Fix focus styles for TreeItem and HierarchicalTreeItem @silviuavram (#1912)
  • Use more accurate positioning for actions in Chat.Message when is inside scrollable containers @layershifter (#1929)
  • Do not force focus inside focus trap zone on outside focus @sophieH29 (#1930)

Features

  • Add navigable List variant @jurokapsiar (#1904)
  • Add the SplitButton component @silviuavram (#1789)

Documentation

  • Fix broken code editor in some doc site examples and improve error experience @levithomason (#1906)
  • Add VirtualizedTree prototype @silviuavram (#1890)
<!--------------------------------[ v0.38.0 ]------------------------------- -->
layershifter
published 0.38.0 •

Changelog

Source

v0.38.0 (2019-09-06)

Compare changes

BREAKING CHANGES

  • Alert, Attachment, Button, ChatMessage, Checkbox, Embed, Grid, ListItem, RadioGroupItem, Reaction, Slider, ToolbarCustomItem, ToolbarItem, ToolbarMenuItem do not have isFromKeyboard in their style functions anymore @layershifter (#1850)
  • AttachmentState, ButtonState, GridState, ListItemState, ReactionState, ToolbarCustomItemState, ToolbarItemState, ToolbarMenuItemState interfaces are no longer exported @layershifter (#1850)

Fixes

  • Fix muted prop in Video component @layershifter (#1847)
  • Fix felaRenderer is used in Provider explicitly @lucivpav (#1842)
  • Fix selectableListBehavior to set tabindex=-1 to List's container to work correctly with screen readers @sophieH29 (#1858)
  • Fix Checkbox changed to be vertically aligned to the top of it's content @bcalvery (#1857)
  • Fix Dropdown context by passing custom window to Downshift @silviuavram (#1884)
  • Fix createShorthandFactory types @lucivpav (#1875)
  • Fix Toolbar overflow screener test @lucivpav (#1879)

Features

  • Add yellow, green, orange, pink, amethyst, silver and onyx color schemes in Teams theme @mnajdova (#1826)
  • Add Tree component that is flat DOM structured @silviuavram (#1779)
  • Add fitted prop to Alert component @layershifter (#1872)
  • Add backdrop and closeOnOutsideClick props to Dialog component @layershifter (#1847)

Performance

  • Use Object.assign in @babel/plugin-proposal-object-rest-spread @layershifter (#1895)

Documentation

  • Add usage example regarding Checkbox in Form @lucivpav (#1845)
  • Fix styles in code-sandbox package @lucivpav (#1853)
  • Adding accessibility tab content @kolaps33 (#1840)
  • Fix CodeSandbox examples versions mismatch @lucivpav (#1849)
  • Update documentation regarding renderSelectedItem prop in Dropdown @lucivpav (#1856)
  • Fix navigation links pointing to wrong direction @lucivpav (#1868)
  • Add Copy To Clipboard prototype @lucivpav (#1860)
<!--------------------------------[ v0.37.0 ]------------------------------- -->
miroslavstastny
published 0.36.3 •

Changelog

Source

v0.36.3 (2019-09-03)

Compare changes

Fixes

  • Use a proper document to find nodes in doesNodeContainClick() @layershifter (#1874)
  • Correctly define current document object of the FocusZone and FocusTrapZone @sophieH29 (#1820)

Performance

  • Fix Popper positioning called when unnecessary in Tooltip @lucivpav (#1882)
<!--------------------------------[ v0.36.2 ]------------------------------- -->
miroslavstastny
published 0.37.0 •

Changelog

Source

v0.37.0 (2019-08-26)

Compare changes

BREAKING CHANGES

  • Rename action slot to dismissAction in Alert component @layershifter (#1823)
  • To make dismissAction slot visible in Alert component dismissible prop is required now @layershifter (#1823)
  • Fix Tooltip shadow incorrect - removed boxShadowStart, boxShadowColor, boxShadowEnd from tooltipContentVariables, replaced with boxShadow [redlines] @bcalvery (#1825)

Fixes

  • Update text Button styles for Teams Theme to match [redlines] @codepretty (#1719)
  • Fix Menu and MenuItem styles to match [redlines] @bcalvery (#1712)
  • Make Embed focusable via keyboard @lucivpav (#1758)
  • Update screener tests for Input to only capture Teams themes @codepretty (#1801)
  • Fix Checkbox style bug in background color [redlines] @bcalvery (#1796)
  • Fix bidirectional FocusZone to land focus correctly on DOWN key press after series of UP arrow keys @sophieH29 (#1794)
  • Fix hand icon in Teams theme @lucivpav (#1782)
  • ESC key should close the last opened Popup or Dialog if body has focus @sophieH29 (#1807)
  • Fix switching modes in Dropdown @layershifter (#1830)
  • Fix a runtime error if context is missing @layershifter (#1837)
  • Fix RTL mode in Dialog @lucivpav (#1828)
  • Do not scroll the page when spacebar is pressed on focused MenuItem, fix submenu not closing @lucivpav (#1735)

Features

  • Add overwrite prop to Provider @layershifter (#1780)
  • Upgrade FocusZone to the latest version from fabric-ui @sophieH29 (#1772)
  • Add inverted prop to Input for changing the background color [redlines] @codepretty (#1684)
  • Edit buttonBehavior Adding aria-disabled when button has loading state @kolaps33 (#1789)
  • Added audio-off and clipboard-copied-to icon to Teams theme @bcalvery (#1792)
  • Added window-maximize, window-minimize and window-restore icons to Teams theme @codepretty (#1803)
  • Export FocusTrapZoneProps and AutoFocusZoneProps from the main package @sophieH29 (#1795)
  • Add checkable and checkableIndicator to the Dropdown and DropdownItem components @mnajdova (#1738)
  • Add unified ramp of category colors and category color schemes: foreground, foreground1, background to the Teams themes @natashamayurshah (#1711)
  • Upgrade FocusTrapZone to the latest version from fabric-ui @sophieH29 (#1790)
  • Add visible prop to Alert @layershifter (#1823)
  • Add actions slot to Alert @layershifter (#1823)
  • Add header and icon slots to Alert component @lucivpav (#1821)

Documentation

  • Restore docs for Ref component @layershifter (#1777)
  • Add prototype for expandable control messages in Chat @sophieH29 (#1765)
  • Remove Font Awesome icons from docs examples @lucivpav (#1764)
  • Improve QuickStart code example @lucivpav (#1797)
  • Implement component tab UI @lucivpav (#1784)
  • Fix sidebar search input element's background color @lucivpav (#1836)
  • Improve an example on CodeSandbox @layershifter (#1844)
<!--------------------------------[ v0.36.3 ]------------------------------- -->
miroslavstastny
published 0.36.2 •

Changelog

Source

v0.36.2 (2019-08-19)

Compare changes

Fixes

  • Update vulnerable version of lodash dependency @layershifter (#1700)
  • Use target from Provider in ReactDOM.createPortal() calls @layershifter (#1810)

Features

  • Add possibility for a Toolbar to rearrange its items according to space available @miroslavstastny (#1657)
  • Focus indicator for additional documents @jurokapsiar (#1816)
<!--------------------------------[ v0.36.1 ]------------------------------- -->
miroslavstastny
published 0.36.1 •

Changelog

Source

v0.36.1 (2019-08-09)

Compare changes

Features

  • Add loading and loader props to Button component @mnajdova (#1662)
<!--------------------------------[ v0.36.0 ]------------------------------- -->
miroslavstastny
published 0.36.0 •

Changelog

Source

v0.36.0 (2019-08-08)

Compare changes

BREAKING CHANGES

  • Fix firstFocusableSelector in FocusTrapZone and AutoFocusZone @sophieH29 (#1732)
  • Rename Popup shouldTriggerBeTabbable prop to tabbableTrigger @jurokapsiar (#1696)
  • StackableEventListener is removed @layershifter (#1755)
  • Rename Tree to HierarchicalTree @silviuavram (#1752)

Fixes

  • Require name prop in Icon component @lucivpav (#1723)
  • Export broadcast icon in Teams theme @miroslavstastny (#1737)
  • Ensure actionsMenu is not cut-off by the edge of viewport for ChatMessage @kuzhelov (#1739)
  • FocusZone should respect elements with contenteditable attribute on Home/End key press @sophieH29 (#1749)
  • Fix incorrect order of plugin execution in felaRenderer @lucivpav (#1741)

Features

  • Expose isFromKeyboard in Grid component @sophieH29 (#1729)
  • Add onActiveIndexChange prop to Tree component @lucivpav (#1728)
  • Add horizontal prop for List component @mnajdova (#1721)
  • Export call-blocked icon to Teams theme @francescopalmiotto (#1736)
  • Add support for component styles debugging @kuzhelov (#1726)
  • Use FocusZone in selectable list @jurokapsiar (#1757)
  • Add MenuButton component @jurokapsiar (#1696)
  • Add useEventListener hook @layershifter (#1755)

Documentation

  • Fix code in changing component variables section of theming examples @lucivpav (#1626)
  • Fix layout issue rendering extra space when viewing documentation in Firefox @notandrew (#1427)
  • Add search capability @lucivpav (#1682)
  • Improve Theme it section under component examples @layershifter (#1748)
<!--------------------------------[ v0.35.0 ]------------------------------- -->
miroslavstastny
published 0.34.4 •

miroslavstastny
published 0.35.0 •

Changelog

Source

v0.35.0 (2019-07-26)

Compare changes

BREAKING CHANGES

  • Add trapFocus and autoFocus props to Popup and remove popupFocusTrapBehavior and popupAutoFocusBehavior @sophieH29 (#1565)
  • defaultBehavior was removed @layershifter (#1600)
  • ReactElements are now handled in the same way as string in all shorthands @layershifter (#1513)
  • Props param is required in ShorthandValue and ShorthandCollection @layershifter (#1605)
  • LoaderPosition type is no longer exported @layershifter (#1634)
  • Changed values for textAlign prop and renamed it to align for Header component @Bugaa92 (#1668)
  • paddingLeftRightValue variable in buttonVariables was renamed to padding in Teams theme @layershifter (#1716)

Features

  • Split action handlers with "OR" condition in accessibility behaviors @sophieH29 (#1622)
  • Add headerAction slot to the Dialog component @mnajdova (#1617)
  • Add Slider component @Bugaa92 (#1559)
  • Add tooltipAsLabelBehavior accessibility behavior for Tooltip @sophieH29 (#1635)
  • Add outline version of menu icon and files-visio icon to Teams theme @notandrew (#1623)
  • Add amethyst color to the Teams theme color palette @mnajdova (#1650)
  • Export onedrive icon to Teams theme @chughkartikey (#1680)
  • Add image-unavailable icon to Teams Theme @joheredi (#1633)
  • Add bidirectional navigation following DOM in FocusZone @sophieH29 (#1637)
  • Open Popup on contextmenu @jurokapsiar (#1524)
  • Add align prop for Text component @Bugaa92 (#1668)
  • Add size prop for Button component @layershifter (#1716)
  • Add target prop on Provider, allows to specify a document where styles should be renderer @layershifter (#1252)

Fixes

  • Fix ChatMessage's focus border overlays actionMenu in Teams theme @mnajdova (#1637)
  • Update Checkbox files for Teams Theme to match [redlines] @bcalvery (#1656)
  • Add color prop to Segment typings @layershifter (#1702)
  • Remove color prop from Dialog typings @layershifter (#1702)
  • Loader uses Text component for label slot instead of Box @layershifter (#1701)
  • Fix test cut off in Button component @layershifter (#1716)
  • Close Toolbar's menu when it looses focus @sophieH29 (#1688)

Documentation

  • Make sidebar categories collapsible @lucivpav (#1611)
  • Fix code in nesting themes section of theming examples @lucivpav (#1616)
  • Make prototypes conditionally public and move them below Behaviors @lucivpav (#1627)
  • Refine component descriptions @kuzhelov (#1629)
  • Add best practices and form usage example for Slider component @Bugaa92 (#1641)
  • Add examples with Tooltip for the actionable components @mnajdova (#1636)
  • Fix broken fragments on CodeSandbox @lucivpav (#1655)
  • Improve a table with component props in docs @layershifter (#1634)
  • Improve rendering performance for docs examples @Bugaa92 (#1654)
  • Add FAQ entry for Flex, Grid, Layout, Box, Segment @lucivpav (#1646)
<!--------------------------------[ v0.34.3 ]------------------------------- -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc