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
481
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
48

2.0.7

Diff

Changelog

Source

2.0.7

New components

  • Label

Used to add a label to Chip, TextInput or any other component.

Improvements

  • Add commitEditableEntityToPersisted action to editable-entity-reducer.
  • Remove internal indent in TableCell which could break styling of cell.
mattias800
published 2.0.6 •

Changelog

Source

2.0.6

Hotfix

  • StandardTable did not apply minWidth to header.
mattias800
published 2.0.5 •

Changelog

Source

2.0.5

New features

  • Added minWidth field to StandardTable column config.

Fixes

  • Fix Collapsible, did not expand properly.

Other changes

  • Switch Collapsible collapse/expand arrows.
mattias800
published 2.0.4 •

Changelog

Source

2.0.4

New features

Popover

  • Added lazy prop to Popover. When enabled, the popover content is not rendered until popover is opened.

Calendar

  • All calendars in popups are now lazy rendered.
mattias800
published 2.0.3 •

Changelog

Source

2.0.3

Improvements

Calendar

  • Updated styling to look more like design system.

Fixes

DateRangeDualTextInput

  • Fix shadow in text inputs.
mattias800
published 2.0.2 •

Changelog

Source

2.0.2

Improvements

Calendar

  • Updated styling to look more like design system.
  • Updated to correct colors in default theme.
  • Updated the calendar theme to use CSS prop based theme, instead of context based theme.

Breaking changes

  • The calendar theme TravelCalendarTheme has been removed.
mattias800
published 2.0.1 •

Changelog

Source

2.0.1

New features

Banner

New component for showing information and errors.

Improvements

StandardTable

Column configs itemLabelFormatter now gets item as second argument.

DateRangeDualTextInput

  • Escape key now closes the calendar popover.
  • Clicking on already selected month/year returns to the calendar.
  • Too large intervals no longer crashes calendar.
  • YearPicker no longer scrolls to new year in focus.

useGridCell

  • Key down events that contain shift, cmd or ctrl are no longer captured.

Popover

  • There are no longer warnings in console from Tippy.
mattias800
published 2.0.0 •

Changelog

Source

2.0.0

New features

DateRangeDualTextInput

New component DateRangeDualTextInput which has the same functionality as DateRangeInput.

It does not replace it though, since they are not API compatible.

CenterModal

New modal which is centered and not draggable.

LoadingModal

New modal for showing loading/saving state.

Improvements

  • Add revertEditableEntity action to editable-entity-reducer.
  • All calendars now has a panel for quickly selecting month and year.

Design changes

  • Disabled ActionMenuItem now has white background.

Breaking changes

  • Months enum have been renamed to Month.
  • WeekDays enum have been renamed to WeekDay.

Popover

Popover now uses Tippy, and Tippy's props. This means that some props have changed.

Most importantly, content and children can no longer be functions. If you need the hide and show functions, implement them using local state and the Popover visible props.

mattias800
published 1.2.0 •

Changelog

Source

1.2.0

New features

  • entity-list-reducer has new action actionOnAll, which applies child action to all items.
  • New reducer factory editable-entity-reducer which contains persisted and editable instances of entity.

Breaking changes

  • Select has been updated according to design system. Resulting in removal of its theme property.
  • Select now has a variant property that can be either light or dark.
mattias800
published 1.1.1 •

Changelog

Source

1.1.1

Hotfix

  • Fix focus on DateRangeInput when moving from start date to end date.
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