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
1
Versions
488
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.4

Diff

Changelog

Source

1.0.4

Improvements

  • Collapsible now has autoFocus and innerRef properties.
  • PrimaryButton now has an as property to allow it to be rendered as an anchor instead of a button. This also affects SecondaryButton and FlatButton.
  • CollapsibleClickableContent now passes its remaining properties to its Clickable.
  • @types/react-modal has been bumped to allow setting an id property to the modal element.

Fixes

  • Chip close button negative margin of 1px removed.
  • Checkbox's :after pseudo element now uses box-sizing: content-box by default. This fixes an issue where in the case where all pseudo elements globally is set to use something other than content-box, resulted in a too small checkmark.
  • Space now doesn't flex, making it keep its size in a flexbox context.
  • ModalHeader now uses the primary font.
mattias800
published 1.0.3 •

Changelog

Source

1.0.3

Breaking changes

Changes to reducer factories.

All reducer factories have been updated to no longer accept reducerId. The reason for this is the new reducerIdGate higher order reducer.

Compose with reducerIdGate to get same functionality, and use reducerIdGateAction to create actions.

New features

  • Add higher order reducers recordObjectReducer and reducerIdGate.

Bug fixes

  • NavBar in a Column would expand the NavBar to be higher than 50px.
mattias800
published 1.0.2 •

Changelog

Source

1.0.2

New features

  • Add new generic reducer entity-list-reducer.
  • Add support for center content in NavBar
mattias800
published 1.0.1 •

Changelog

Source

1.0.1

Improvements

useGridNavigation/useGridCell hook

  • Now has new setting, edgeMode, which defines how to behave when user tries to navigate outside of table.

StandardTable has new options.

  • tableId can now be set, but is optional.
  • rowIndexOffset and colIndexOffset.
  • Now possible to navigate between tables, when combining edgeMode, shared tableId and index offsets.
  • initialSortOrder.
  • disableSorting. Disables onClicks on table heads, only initialSortOrder is applied.
mattias800
published 1.0.0 •

Changelog

Source

1.0.0

Changes

  • DateRangePicker now has an arrow between fields, instead of text "to".

Fixes

  • DateRangePicker calendar background is now white instead of transparent.
  • DateRangePicker cell content could break column alignment if it was too big. This has been fixed.
mattias800
published 1.0.0-beta.3 •

Changelog

Source

1.0.0-beta.3

New components

  • New TextArea component in forms package.

New features

  • useArraySet now supports custom comparator.

Use custom comparator to use useArraySet with objects.

  • Popover now automatically resizes and moves when content resizes.

Fixes

  • Fix styling of UpDownButtons in Firefox.
mattias800
published 1.0.0-beta.2 •

Changelog

Source

1.0.0-beta.2

  • Hot fix, fixes invalid peer dependencies.
mattias800
published 1.0.0-beta.1 •

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.

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