This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
Releases: simplystack/modulist-vue
Releases · simplystack/modulist-vue
v1.0.0-alpha.34
Fixed
- Fixed alert type prop.
d958467
- Fixed class for error message.
098d838
- Fixed label in select.
fa58071
- Refactored Dropdown.
ceaa7d3
- Fixed Dropdown toggle.
29c3546
- Refactored Textbox.
5128e25
- Fixed Textbox floated active state.
02189fe
Changes
- Make floated props true by default in textbox.
7d220b5
- Make floated props true by default in textbox.
7d220b5
- Wrap select in label, add showLabel prop.
e179146
- Improved Dropdown toggle.
c913415
- Added prop validator for spinner, changed default apperance to primary.
435fbbc
- Refactored all components that use Icon component.
fa075e8
- Disable button when loading state is true.
3c60747
- Use regexp in table's filtering instead of
fuzzysearch
.7dcb0f8
- Added vertical prop to radio-group.
197cc98
- Added vertical prop to checkbox-group.
08e5e70
- Added validator for type prop in notification
e391ba0
- Added size prop for Spinner.
01e7765
New
- Add Icon component.
5bcf661
v1.0.0-alpha.2
v1.0.0-alpha.12
Fixed
- Wrap input/textarea in label.
89629f9
- Added floated state to textbox.
6d582dd
- Added wide, error, errorText props for textbox.
dab8258
- Checkbox label is not required anymore.
8d81c09
- Added wide prop and changed default size for button.
1d6f7cb
- Added size prop to textbox
280baf6
- Use v-if for modal instead of v-show
ae77f26
- Added size props to pagination
7e11fbc
- Added inverted prop to button
14df589
Components
v1.0.0-alpha.1
Components
- Added modal component
9ad35a7
- Added toggle component
e0de728
- Added stepper component
37bbbaf
- Added notification component
670757f
- Added pagination component
fbc9a90
- Added chip, select, select-option components
5532928
- Added popover component
abc43e6
Directives
- Refactored directives, added them to docs. Now two directives can be installed and used: v-autofocus and v-clickoutside.
422d4a7
Fixed
- Emit all native events in button component
128afe3
- Added size prop to modal
9e35fea
- Refactored notification transition
3527985
Build
- Specified external deps and global vars
304e03f
Modulist Vue in alpha
🎉Modulist Vue components library reached 1.0.0-alpha.0 and introducing following components:
- Alert
- Avatar
- Badge
- Button
- Checkbox
- Checkbox group
- Progress
- Radio
- Radio group
- Spinner
- Tabs
- Textbox