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

1
4749

0.8.1-2086.master.5c4f4f1.0

Diff

levithomason
published 0.8.0 •

Changelog

Source

v0.8.0 (2018-10-01)

Compare changes

BREAKING CHANGES

  • Change font ramp and Text size API @codepretty (#214)
  • Add ChatItem component that can be used inside the Chat via the Children API or the items prop, instead of the Chat.Message used directly in the previous messages prop @mnajdova (#255)
  • Make Popup to be a controlled component @kuzhelov (#282)

Features

  • Add embed mode for FocusZone and use it in newly added Chat behaviors @tomasiser (#233)
  • Add default accessibility behavior to Popup @sophieH29 (#218)

Documentation

  • Improve Contributing documentation @alinais, @levithomason (#189)
<!--------------------------------[ v0.7.0 ]------------------------------- -->
levithomason
published 0.7.0 •

Changelog

Source

v0.7.0 (2018-09-25)

Compare changes

BREAKING CHANGES

  • Add image and label shorthands props for Avatar @mnajdova (#270)

Features

  • Add Attachment component @levithomason (#220)
  • Add atMention="me" value to Text API @codepretty (#277)

Documentation

  • Add Theming guide @almedint, @levithomason (#152)
  • Update Theming guide @levithomason (#274)
  • Add Theming Examples guide @almedint (#252)
<!--------------------------------[ v0.6.0 ]------------------------------- -->
levithomason
published 0.6.0 •

Changelog

Source

v0.6.0 (2018-09-24)

Compare changes

BREAKING CHANGES

  • Fixed Divider wrong usage of the typeSecondary{color, backgroundColor} and default{color, backgroundColor} variables; renamed default{color, backgroundColor} variables to color and backgroundColor @mnajdova (#234)
  • Restrict the styles prop to styling the root element only @levithomason (#238)
  • Add RadioGroup compliant with ARIA patterns. Radio changed to RadioGroup.Item @jurokapsiar (#229)
  • Divider refactored variables names and the way they are used @codepretty (#249)

Fixes

  • Allow string or number as Input value @levithomason (#250)
  • Do not throw on missing Icon names @levithomason (#251)

Features

  • Add author and timestamp props for Chat.Message component @Bugaa92 (#242)
  • Add support for custom (theme-defined) SVG and font-based icons @kuzhelov (#260)
<!--------------------------------[ v0.5.2 ]------------------------------- -->
levithomason
published 0.5.2 •

Changelog

Source

v0.5.2 (2018-09-14)

Compare changes

Fixes

  • Fix Provider incorrectly rendering font face rules @levithomason (#227)

Features

  • Add FocusZone to renderComponent, change Menu behavior to support arrow keys @tomasiser (#116)
  • Add value, disabled, checked, defaultChecked and onChange props to Radio component @mnajdova (#206)

Performance

  • Enable Webpack tree shaking with sideEffects: false @levithomason (#224)
<!--------------------------------[ v0.5.1 ]------------------------------- -->
levithomason
published 0.5.1 •

Changelog

Source

v0.5.1 (2018-09-11)

Compare changes

Fixes

  • Fixed fonts to support zwj gender emojis (#215)
  • Correct Teams theme site variables @sergiorv (#110)
  • Fixed missing colors in Teams' siteVariables @mnajdova (#200)
  • Fixed Teams' siteVariables font sizes @levithomason (#204)
  • Fixed docs examples of Text component @codepretty (#205)
  • Preserve fonts and static styles in mergeThemes @levithomason (#217)

Features

  • Add state to props in component styling functions @Bugaa92 (#173)
  • Add avatar prop to Chat.Message subcomponent @Bugaa92 (#159)
  • add iconOnly prop to Button @mnajdova (#182)
  • Add Label image and imagePosition, removed onIconClick prop @mnajdova (#55)
  • Add ButtonGroup component @mnajdova (#179)
  • Add Button text prop @mnajdova (#177)
  • Add accessibility keyboard action handlers @sophieH29 (#121)
  • Add accessibility description for Text component @codepretty (#205)
  • Add Portal, PortalInner and Ref components base implementation @Bugaa92 (#144)
  • Support all Semantic UI FontAwesome icon names @levithomason (#211)
  • Add Popup component base implementation @Bugaa92 (#150)
  • Add Input inline prop @alinais (#120)
  • Add Status as a separate component @musingh1 (#208)

Documentation

  • Add behaviors section to the menu, under the components @kolaps33 (#119)
  • Add accessibility description for behaviors @kolaps33 (#181)
<!--------------------------------[ v0.5.0 ]------------------------------- -->
levithomason
published 0.5.0 •

Changelog

Source

v0.5.0 (2018-08-30)

Compare changes

BREAKING CHANGES

  • Rework Provider API and themes pattern to resolve import issue @levithomason (#114)

Fixes

  • Adjust layout and rendered HTML of Input @kuzhelov (#127)
  • Fix Button component's layout and icon color @kuzhelov (#135)
<!--------------------------------[ v0.4.0 ]------------------------------- -->
levithomason
published 0.4.0 •

Changelog

Source

v0.4.0 (2018-08-29)

Compare changes

BREAKING CHANGES

  • Split Menu shape prop to separate pills, pointing and underlined props @miroslavstastny (#114)

Fixes

  • Fix docs pages presenting examples of wrong component @kuzhelov (#124)
  • Fix component variables when merging themes @levithomason (#128)
  • Fix docs Maximize for shorthand examples @miroslavstastny (#122)
  • Fix Button styles when rendered as an anchor @levithomason (#145)
  • Fix Layout doc page showing ItemLayout examples @levithomason (#160)

Features

  • Add basic Radio component @alinais (#100)
  • Add descriptionColor to Header @kuzhelov (#78)
  • Add accessibility behavior description @kolaps33 (#74)
  • Add strict null checks for generated TS types @smykhailov (#108)
  • Export themes at @stardust-ui/react/themes @levithomason (#145)
  • Add support for Menu vertical pointing prop @miroslavstastny (#123)

Documentation

  • Add a Quick Start guide @levithomason (#145)
<!--------------------------------[ v0.3.0 ]------------------------------- -->
levithomason
published 0.3.0 •

Changelog

Source

v0.3.0 (2018-08-22)

Compare changes

BREAKING CHANGES

  • Remove Children API support from Menu component @miroslavstastny (#111)

Fixes

  • Fix wrong typings generated for dist @kuzhelov (#99)
  • Fix components generation script @kuzhelov (#105)
  • Reactivate tests for Text @kuzhelov (#104)
  • Fix Button icon color @levithomason (#102)
  • Fix icon shorthand property for Button @kuzhelov (#112)

Features

  • Add Menu iconOnly, MenuItem iconOnly and icon props @miroslavstastny (#73)
  • Add Grid component base implementation @Bugaa92 (#93)
  • Add basic Segment component @kuzhelov (#103)
<!--------------------------------[ v0.2.7 ]------------------------------- -->
levithomason
published 0.2.7 •

Changelog

Source

v0.2.7 (2018-08-13)

Compare changes

Fixes

  • Add selection property to child items in ListExampleSelection so that styles and roles are applied properly @jurokapsiar (#70)
  • Menu onClick handler moved from li to a (accessibility) @miroslavstastny (#61)
  • Image fluid is applied on the avatar variations @mnajdova (#77)
  • Include missing types directory in dist @smykhailov (#76)
  • Temporarily disable Provider.Consumer typings to avoid TS bug @levithomason (#88)
  • Fix MenuItem broken styles @miroslavstastny (#94)

Features

  • Add color variables to Header and Header.Description @kuzhelov (#72)
  • Add ItemLayout component @mnajdova (#60)
  • Add Input clearable prop @alinais (#37)
<!--------------------------------[ v0.2.6 ]------------------------------- -->
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