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

@stenajs-webui/calendar

Package Overview
Dependencies
Maintainers
0
Versions
486
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stenajs-webui/calendar - npm Package Versions

1
49

1.0.0-beta.1

Diff

Changelog

Source

1.0.0-beta.1

  • StandardTable supports expandable rows.
  • Chip has more variants.
mattias800
published 1.0.0-beta.0 •

Changelog

Source

1.0.0-beta.0

New components

  • StandardTable

A table component with support for sorting, selecting rows, custom cell renderers, support for grid navigation, etc.

Can be used with Redux state, or internal state.

New features

  • Add more higher order reducers.
mattias800
published 1.0.0-alpha.2 •

Changelog

Source

1.0.0-alpha.2

Bug fixes

  • TextInput onChange and onKeyDown props no longer overwrite internal handlers.

TextInput onKeyDown prop

onKeyDown was not receiving enter or escape. All other calls were also disabled when onMove was set. This has changed. onKeyDown now always receives all key down events.

mattias800
published 1.0.0-alpha.1 •

Changelog

Source

1.0.0-alpha.1

  • Hover and focus combined with variants in TextInput have been updated according to design system.
  • Added Link focus highlight.
  • Improved focus highlight on Chip.
mattias800
published 1.0.0-alpha.0 •

Changelog

Source

1.0.0-alpha.0

PSA

  • We are moving from React context based theme to CSS variables.
  • We are also starting to implement components using HTML elements and CSS modules, instead of core components.

New components

  • Link
  • PrimaryButton
  • Collapsible

Updated components

These components have new implementations, built with HTML and CSS modules.

  • TextInput
  • Badge
  • Checkbox
  • RadioButton
  • Chip
  • Modal

Breaking changes

RadioButton

  • RadioButton no longer extends value/onChange interface. Instead, it is a normal HTML input field with type radio.

Badge

  • Badge props changed. color and textColor have been removed, and type has been added.
  • Badge now uses CSS vars.

TextInput

  • StandardTextInput has been renamed to TextInput.
  • focusOnMount prop removed. Use autoFocus instead.
  • selectAllOnMount no longer autofocuses field. Add autoFocus as well.
  • Icon colors and background can no longer be set. Use variant prop instead.

Calendars

  • Calendar inputs no longer support themes, since text input uses CSS properties.
  • Calendar inputs have calendarTheme prop which is passed to the calendar.
lindskogen
published 0.0.51 •

Changelog

Source

0.0.51

  • Revert
    • Bump react-storybook from ^5.2.5 to ^5.3.9.
    • Add fsevents dependency to lower CPU usage on macOS.
lindskogen
published 0.0.50 •

Changelog

Source

0.0.50

  • Fix Typescript errors in calendar package.
lindskogen
published 0.0.49 •

Changelog

Source

0.0.49

  • Modals are now draggable. Off by default, enable with prop draggable.

Fixes

  • Make it possible to change height of StandardTextInput.
  • GroupedMultiSelect, add group heading font family styling.
  • BaseModal now has draggable prop and can be used by setting DRAGGABLE_HANDLE_CLASSNAME as className on your drag handle.

Internal

  • Bump react-storybook from ^5.2.5 to ^5.3.9.
  • Add fsevents dependency to lower CPU usage on macOS.
mattias800
published 0.0.48 •

Changelog

Source

0.0.48

Bug fix release.

Fixes

  • GroupedMultiSelect, fix bug when removing the last item in a group.
  • BaseModal max width is set to 100%.
  • Button height is applied to wrapping Clickable, instead of inner Box.
mattias800
published 0.0.47 •

Changelog

Source

0.0.47

Fixes

  • NumericTextInput passes disabled prop down to child StandardTextInput.
  • StandardTextInput uses prop backgroundColor when getting one.
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