Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alexi2/react-toolbox

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexi2/react-toolbox - npm Package Versions

1.0.2

Diff

Changelog

Source

1.0.2 (2016-07-10)

  • 1.0.2 release (672429f)
  • Add autoresize to multiline inputs (5b97b95), closes #278
  • Add passing unknown props and checking of keypress (d01a576)
  • better support in typescript: (69368ae)
  • Fix Number.isNaN TypeError on IE (4ea305c)
  • Fixes #585 (49658a3), closes #585
  • Fixes #616 (0513cb7), closes #616
  • Fixes #624 (2a7e340), closes #624
  • Forward theme prop from Tabs to TabContent (8c20848)
  • get rid of declaration duplicates in components/ (febf8b5)
  • Latest build (f43dac6)
  • Latest build (b55d2b1)
  • missing MENU for some reason in identifiers (e359805)
  • Pass the theme from ListItem to ListItemLayout (3b4387f), closes #580
  • Reset overflow when unmounting (a11fe92)
  • Restyle a ternary (8d65961)
  • Update datepicker_example_1.txt (e782b8f)
  • Update pickers.js (49fa53a)
  • Update to react 15.2.0 (3e29844)
  • chore(dropdown): set value to empty string to prevent uncontrolled errors (ad52adb)

<a name="1.0.1"></a>

alexi2
published 1.0.1 •

Changelog

Source

1.0.1 (2016-06-19)

  • [Fixes #550] Add PropType checking to Menu's position and update docs (eec457b), closes #550
  • #575: Use classname 'material-icons' if children is a string (1d725dc)
  • 🤖 (79472ee)
  • 1.0.1 release (b44b168)
  • add 'suggestionMatch' prop to Autocomplete component to determine how suggestions are matched (afe5bf1)
  • Added ability to export the DatePickerDialog seperately from the DatePicker (2d5f519)
  • Added autoselect first option on enter (7bffe8a)
  • change .overlay to .backdrop (7134c64)
  • clear the timeout on componentWillUnmount (647dbfb)
  • feat(datepicker,timepicker): add support for name prop (c850245)
  • Fix #536 (5b76a7f), closes #536
  • Fix #541 (c19c3e7), closes #541
  • Fix #542 (6cd4202), closes #542
  • Fix a few incorrect exports in typings and build with updated Babel (68926f8)
  • Fix cpx command to work correctly when coping sass and ts files (688f6bc)
  • Fix MenuItem onclick called without event (53f4a5e)
  • Fixed bug with add a month to a date when current day is largest than last day of next month (0d01405)
  • Latest build 🤖 (fccf6f5)
  • Made property for both topbottom and leftright padding of day on calendar picker. Fixes IE11 bug (cb138fc)
  • Replace react-toolbox.d.ts with index.d.ts (235d914)
  • Update libs with new external .d.ts files (9856ca0)
  • Update TypeScript definition section of README.md (deb3630)
  • Update typings to external modules (no more 'declare module ...') to get the definitions working aut (f8c1a3f)
  • chore(eslint): fix propTypes order (d06dd78)
  • feat(dropdown): add support for name prop (ec94e5a)

<a name="1.0.0"></a>

alexi2
published 1.0.0 •

Changelog

Source

1.0.0 (2016-06-04)

  • (feat) set corejs as a dependency (7ad9594), closes #382
  • 💵 (dbba425)
  • 😥 (fc6b702)
  • 1.0.0 release (bd7b846)
  • Add <Chip> export (d68340e)
  • Add base class for buttons (c937673)
  • Add Clock and ClockHours to TimePicker migration (a2cc04c)
  • Add icon prop to DatePicker (77c74bf)
  • Add lib folder (7b80621)
  • Add missing context theme doc for Button (6d37fe7)
  • Add missing semicolons (fe390fa)
  • Add note about theming in chip readme (d8a5dc3)
  • Add onRippleEnded. Fixes #289 (c612fdf), closes #289
  • Add seperate autocomplete with showSuggestionsWhenValueIsSet to spec (8f2579e)
  • Add showSuggestionsWhenValueIsSet prop, used to control autocomplete filter behaviour when multiple= (5dfee66)
  • Add specific imports for FontIcon (fbdceed)
  • Add themed key for avatar and appbar in readme (cd83d83)
  • Add themr to AppBar (c7f8d83)
  • added ability to select only one row at the time (29aece7)
  • Added media-queries for the max-height of he app-bar on mobile devices (56dp and 48dp) (3c4c1e6)
  • All components moved to themr 😱 (a9e8304)
  • Autocomplete element size (12e572f)
  • Autoinject Autocomplete, Avatar, Chip and Input (85e248c)
  • Autoinject Checkbox theme (d48e243)
  • Autoinject Drawer theme (3827ed3)
  • Autoinject Navigation theme (df88b1d)
  • Autoinject style for AppBar (f10748e)
  • Autoinject styles for Lists (592024f)
  • Autoinject styles for ProgressBar (fdb3644)
  • Autoinject theme for Card (05c6dce)
  • Autoinject theme for Dialog, DatePicker and Overlay (4ff92ac)
  • Autoinject theme for dropdown (7a241e9)
  • Autoinject theme for Layout (e911a9f)
  • Autoinject theme for Link (731153d)
  • Autoinject theme for Switch, Table and Snackbar (863c821)
  • Autoinject theme for Tabs (6afb914)
  • Autoinject theme for Tooltip (975fb32)
  • Autoinject theme to Menu component (f88ddde)
  • Autoinject theme to Radio component (e1b2b6b)
  • Autoinject theme to Slider (d810c81)
  • Autoinjects for Button and IconButton (6048bb7)
  • Avoid null values when parsing input (310d683)
  • Avoid uncontrolled inputs (85978a5)
  • Better PropType syntax and delete required className api (73c115f)
  • Better react imports for lists (95ea35f)
  • Better readme for buttons (d59f95c)
  • Better readmes for autocomplete avatar chip and input (d04c181)
  • Change autocomplete filter behaviour when multiple=false (a4810d8)
  • Cleanup timers when Menu component unmounts to prevent calls on undefined objects (8182348)
  • Clear autocomplete query input when pressing backspace and showing all suggestions (c706184)
  • Destructuring React for some components (1386a15)
  • Exclude JSX navigation div if there are no actions (aaa1cfa)
  • Finish autoinjects (c356a2b)
  • Fix #454: Chip component unable to display nicely on small screen (60b8e55), closes #454
  • Fix DatePickerDialog to correctly display the previously selected date (39ad60a)
  • Fix linter errors (33ff491)
  • fix receive props for Autocomplete component (19566dd)
  • Fix tests (e24152c)
  • Fix the value of month in datepicker example (d839515)
  • Fix typo (c1093b2)
  • Fix typo in AppBar readme (34952ce)
  • Fix typos in Layout (78d7c92)
  • Fixed sass-lint to 1.5.1 to avoid linting errors (41189e2)
  • Fixed. wrong check empty actions (4d3e2e0)
  • Fixes in Layout (75cd934)
  • Fixes typo in ListItemLayout (a4de34e)
  • Full extension imports in animations (d5834e0)
  • Fullname imports for util files (767d16b)
  • Hotfix for incorrect ternary statement in DatePicker (d7b820a)
  • Inject dependencies for Form component (27962e8)
  • Latest build (fbca206)
  • Latest build (a1f02d2)
  • Make tests pass (6329c5d)
  • Media queries for dialogs to set wider widths for smaller screens (ec84e6c)
  • Migrate autocomplete (92b170f)
  • Migrate Avatar to themr (1974336)
  • Migrate button to themr (29f89fe)
  • Migrate Card + refactoring + add defineTheme 🎨 (bc26c3f)
  • Migrate checkbox to themr (40be146)
  • Migrate Chip to themr (b2be1cb)
  • Migrate DatePicker to themr (709f4b1)
  • Migrate dialog to themr (2fb2de8)
  • Migrate docs to new theme syntax (5056a9d)
  • Migrate Drawer and Overlay to themr (f6d2d3f)
  • Migrate Dropdown to themr (38e2690)
  • Migrate IconMenu to themr (5f626e2)
  • Migrate input to themr (243644c)
  • Migrate Layout to themr (58f8d61)
  • Migrate Link to themr (36869cb)
  • Migrate List to themr (c39caf6)
  • Migrate Menu to themr (140cc2c)
  • Migrate MenuDivider to themr (54dca2d)
  • Migrate MenuItem to themr (e20bae5)
  • Migrate Navigation to themr (e5ef5e2)
  • Migrate ProgressBar to themr (38cb1b0)
  • Migrate Radio to themr (306e397)
  • Migrate Ripple to themr (f4e74e9)
  • Migrate snackbar to themr (8705c57)
  • Migrate switch to themr (d451cf0)
  • Migrate Table component to themr (b75e757)
  • Migrate the Slider to themr (de89f9a)
  • Migrate TimePicker to themr (6f2d17d)
  • mixins is already imported in base, hence removed the redundant import | Galeel (85048a3)
  • Modify Button's display to be inline-flex (63f760b)
  • Modify ripple theme interface to avoid collisions (4e28d4a)
  • Move body locker from Portal to Overlay (8a7ddc7)
  • Move some mixins (96599d3)
  • Move tabs to themr (d6bc5f5)
  • New README (27a4420)
  • Plain SASS imports 🎨 (419f16f)
  • Reduce z-index for spec page (91bd684)
  • Refactor autocomplete suggestions method to make it more readable (cb4b736)
  • Remove conditional import since SASS does not support them. (facf4a3)
  • Remove defineTheme (6ba69be)
  • Remove linter warning (4f85f4e)
  • Remove no longer supported method for dropdown (38827df)
  • Remove style dependency in cards (9593e03)
  • Remove style for form (fee4a19)
  • Simpler FontIcon component (3ba5c11)
  • Small typos in README (cea8111)
  • Update DatePicker to handle being passed a value of an empty stirng (62e5322)
  • Update dependencies (6a0d861)
  • Update dependencies (b84a07f)
  • Update docs (115e839)
  • Update global index (802bd64)
  • Update node version (42125fc)
  • Update readme for menu (f7ae5a8)
  • Update Typescript definition to 0.16.2, added <Chip>, <Overlay>, and ActivableRendererFactory defini (b8feb9a)
  • Use alternative to scrollX where not available (IE) (f39dfb4)
  • Y for X (f017610)
  • Bugfix: delete style in form (22819ca)
  • Bugfix: Set empty string in time picker if no time is given (d2cf4e3)

<a name="0.16.2"></a>

alexi2
published 2.0.0-beta.11 •

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