Releases: industrial-ui/industrial-ui-vue
Releases · industrial-ui/industrial-ui-vue
v0.6.0
18 Nov 10:29
Compare
Sorry, something went wrong.
No results found
ContextMenu
Add <IuiContextMenu> component #25
Change and export all components with iui-* prefixed name #26
Change library builds and make sure library can be imported properly
Add documentation for installation process
v0.5.2
15 Nov 17:03
Compare
Sorry, something went wrong.
No results found
Move library architecture to Rollup
This big release updates the entire architecture of the library. From now on, it will be built in several formats: esm, cjs and iife, so Industrial-ui can be installed in any possible way. Also, the build is much much lighter due to the Rollup's tree-shaking and modifications.
Testing checks on any git push are also configured. In future, any pull request will be required to pass all the checks in order to go to the main branch.
v0.5.1
12 Nov 19:19
Compare
Sorry, something went wrong.
No results found
disabledClass for Dropdown
Add disabledClass property to the Dropdown component
Configure unit tests with Jest for the project
Add GutHub Action for NPM auto-release
v0.5.0
28 Sep 20:37
Compare
Sorry, something went wrong.
No results found
New Components!
Transition Group
Dropzone
Notification
And more to come!
And a lot of code was a suspect for refactoring. Due to this reason, Industrial-ui Vue can be installed from the CDN straight to the HTML file.
v0.4.4
18 Sep 13:03
Compare
Sorry, something went wrong.
No results found
Improve typings
Now all IDEs will get the types used by the library from package.json's line types. Perfect development experience guaranteed.
v0.4.3
15 Sep 21:22
Compare
Sorry, something went wrong.
No results found
New properties
Add disabled property to the Dropdown
Add effectReference transition option for the ease of customization
v0.4.2
07 Sep 17:07
Compare
Sorry, something went wrong.
No results found
Refactor the lib and improve inner documentation
Also, new components are finally exported and can be used.
v0.4.1
07 Sep 09:55
Compare
Sorry, something went wrong.
No results found
Improve Transition component
Added new transition effects:
Added built-in easing functions:
linear
easeIn
easeOut
easeInOut
easeInBack
easeOutBack
easeInOutBack
And refactored properties of CustomTransition to improve coding experience. Now it will be much easier!
v0.4.0
23 Aug 14:26
Compare
Sorry, something went wrong.
No results found
Modal window, Custom transition, Tabs and Toggle 🎉 🎉 🎉
A big jump into new amazing fully-customizable components and features:
Modal window component
Tabs component
Custom Transition component and a built-in for Dropdown and Modal that supports both css and easy-to-customize JS-transitions.
Toggle component
Examples and manual tests
v0.3.3
16 Aug 12:40
Compare
Sorry, something went wrong.
No results found
Fix library installation
Added README and renamed the plugin: plugin -> iui. Now, the library consumes UMD minified format and can be normally used from npm.