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

@stenajs-webui/input-mask

Package Overview
Dependencies
Maintainers
0
Versions
462
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stenajs-webui/input-mask - npm Package Versions

1
47

1.0.2

Diff

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.

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.
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