Socket
Socket
Sign inDemoInstall

@material/react-text-field

Package Overview
Dependencies
5
Maintainers
13
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

0.15.0

Diff

moog16
published 0.14.1 •

Changelog

Source

0.14.1 (2019-07-02)

Bug Fixes

  • infrastructure: fix SSR support for webpack4 update (#956) (5d3a89d)
moog16
published 0.14.0 •

Changelog

Source

0.14.0 (2019-06-25)

Bug Fixes

  • master on travis.yml (#922) (407de75)
  • infrastructure: update docker command to run new image (#923) (10a68f6)
  • npm vulnerabilities (#903) (92a1840)
  • switch react to peerDependency for all packages (#940) (cc06add)
  • ripple: focus style alive when disabled (#943) (e222e94)
  • ripple: not activating when clicked after touch (#932) (b2f7855)
  • text-field: label isn't float when set value with setState (#934) (f829e12)

chore

Features

  • infrastructure: add typescript production typings test (#900) (1f7f872)
  • select: add 'form' attribute to NativeControl component (#907) (044117f)
  • tab: Allow to render Tab as an anchor node (#928) (5108e76)
  • text-field: add placeholder property (#930) (0818061)

BREAKING CHANGES

  • text-field: handleValueChange is removed from Input's props.
  • top-app-bar: Top App Bar render props removed

<a name="0.13.2"></a>

moog16
published 0.13.0 •

Changelog

Source

0.13.0 (2019-05-30)

Bug Fixes

  • chips: ClientRect/DOMRect is not IE11 compatible (#855) (88697da)
  • chips: error with undefined or null children (#883) (d733c29)
  • chips, text-field: add null check for foundation (#675) (#870) (40ca635)
  • select: className option is passed to select and overrides selectClassName (#872) (6e2aac1)
  • select: componentDidUpdate handles disabled prop change (#877) (db7f0ce)
  • select: edit * imports (#874) (33eb962)

Features

<a name="0.12.1"></a>

moog16
published 0.12.1 •

Changelog

Source

0.12.1 (2019-05-08)

Bug Fixes

  • fab: Made initRipple and unbounded props optional (#854) (baca67b)
  • infrastructure: fix postinstall (#842) (5077078)

Features

  • button: define CSS_CLASSES (#838) (cbf6cc5)
  • text-field: Sync inputComponent when component is updated (#848) (2b954fa )

<a name="0.12.0"></a>

moog16
published 0.12.0 •

Changelog

Source

0.12.0 (2019-05-01)

Bug Fixes

  • list make listitem props optional (#766) (ffd7776)
  • top-app-bar change scrollTop to offsetTop in getViewportScrollY ( (#832) (a207b0d)
  • Ensure all package.json files have a link to the repo (#807) (10f2614)
  • Remove MDCTextfield Constant External (#803) (2269920)

Features

BREAKING CHANGES

  • Text-field, select, list have API changes. Please see PR #830 for more details.

<a name="0.11.0"></a>

moog16
published 0.11.0 •

Changelog

Source

0.11.0 (2019-03-19)

Bug Fixes

  • chips: update classnames version to 2.2.6 (#702) (bfd2986)
  • dialog: should extend HTMLElement (#723) (af449f4)
  • infrastructure: remove duplicate tsconfig properties (#736) (582cca3)
  • menu-surface: Hoist menu-surface via a portal (#500,#628) (#693) (41d8750)
  • ripple: ClientRect => defaultrect object (#754) (b2f78e8)
  • ripple: Use mdc-dom.matches instead of getMatchesProperty() (#706) (74d07fd)
  • select: pass state.value to NativeControl as prop.value (#726) (09ad132)
  • classnames@2.2.5 --> classnames@2.2.6 & update imports (#709) (230337e)
  • make require props optional (#737) (f4e78e7)
  • select: prop value should be string only (#725) (619d12c)
  • snackbar: Add missing mdcw snackbar dependency (#714) (9e6fc92)
  • tab: Set initial tabIndex state to -1 (#690) (#691) (9034c98)
  • text-field: make props optional (#735) (93e8c15)

Features

<a name="0.10.0"></a>

moog16
published 0.10.0 •

Changelog

Source

0.10.0 (2019-02-19)

Bug Fixes

  • button: Support anchor and button HTML attributes (#679) (#680) (be8790e)
  • checkbox: enable name attribute (#678) (2c77ab5)
  • chips: ChipSet no longer overwrites handle[Interaction|Select|Re… (#651) (e0b0946)
  • chips: copy selectedChipIds before calling setState (#645) (37905d3)
  • chips: id shuold be required prop (#649) (afc16c8)
  • infrastructure: fix source mappings under dist directory (#682) (9f93ef3)
  • infrastructure: Upgrade resemblejs to v3 (#634) (53abeac)
  • infrastructure: Windows development (#662) (fbc4b26)
  • list: renders a list with children which is not DOM (#674) (e66a267)
  • ripple: Ripple triggers twice on mobile (#646) (6876e62)
  • tab: return ScrollContentWidth (#633) (c4a2a01)
  • text-field: Do not import constants from @material/textfield internals (#639) (3b3a0ab)
  • top-app-bar: clientHeight unit test (#668) (9c7330b)

Features

  • chips: implements missing adapter method notifyTrailingIconInteraction (#653) (c5e87a6)
  • fab: exited (#661) (a646a33)
  • infrastructure: Fix screenshot tests for external contributors and pull requests (#638) (3d421b1)
  • snackbar: new component (#620) (63e1fce)

BREAKING CHANGES

  • chips: renamed chip.props.removeIcon --> chips.props.trailingIcon

<a name="0.9.3"></a>

moog16
published 0.9.0 •

Changelog

Source

0.9.0 (2019-01-23)

Bug Fixes

  • list: Support null as a child element for ListItem (#584) (bf487d7)
  • ripple: add missing dependency to package.json (#612) (f6e4725)
  • ripple: Adds HTMLElement shim to fix regression for SSR projects (#592) (3aaf871)
  • text field: adds missing adapter method notifyIconAction on Icon (#600) (632896a)
  • top-app-bar: make top app bar props optional (#587) (1585c95)

Features

<a name="0.8.0"></a>

moog16
published 0.8.0 •

Changelog

Source

0.8.0 (2018-12-28)

Bug Fixes

  • infrastructure: add declaration package.json (#572) (8cb4b1b)
  • infrastructure: condense webpack configuration build step into one json file (#571) (512f3aa)
  • infrastructure: unit test code coverage for typescript (#487) (1170a1f)
  • list: minification-safe element type comparison (#509) (89f5fd2)
  • select: defensive foundation check before unmounting - also includes radio, checkbox, text-field (#512) (2ee4c80)
  • top-app-bar: foundation should be destroyed and reinitialized on variant change (#519) (58cfc6f)
  • lint for typings files (#577) (8f971a8)
  • remove prop-types from package.json (#576) (7f38952)

Features

BREAKING CHANGES

  • infrastructure: Remove <package-name>.es.js files. The alternate is now to use the index.tsx files.
  • ripple: withRipple is no longer the default export.

<a name="0.7.1"></a>

23Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc