-
column add prop minWidth and maxWidth
-
fix #1990
-
All the packages that can happily be updated without breaking the build process or lib functionality.
-
https://www.npmjs.com/package/v-click-outside-x This is required for event capturing which is not supported in the cyrrent hand-rolled directive. It also supports `pointerevents` and is far more economical about adding event listeners to document.
-
https://github.com/benjamingr/RegExp.escape This just installs the library for use with components in future, i.e. select rework
-
Datepicker refactor
-
Re: https://github.com/iview/iview/pull/2839#issuecomment-358236307
-
Stay up to date, by using the env preset. https://babeljs.io/docs/plugins/preset-es2015/ https://babeljs.io/docs/plugins/preset-env/