Releases: ulaval/modul-components
v1.0.0-beta.120
Breaking changes
m-form - new getter errorMessageDeep (#1126)
The getter errorMessage
in AbstractControl
do not include childs errors anymore, if you need to include all childs errors use errorMessageDeep
instead
Visual Changes
One level darker for disabled colors (#1128)
Disabled colors have been darkened by one level.
Others issues
This release addresses the following issues and enhancements.
v1.0.0-beta.119
Breaking changes
m-table - renamed sortApplied event (#1126)
sortApplied
event was renamed to sort-applied
to use proper kebab-case convention
Visual Changes
All inputs using input-styles (#1097)
waiting state will now take precedence over readonly
m-tree visual improvement (#1097)
Added new hoover effect
Others issues
This release addresses the following issues and enhancements.
v1.0.0-beta.118
Breaking changes
updated Vue peer dependency to 2.6.4+(#1117)
modul now required vue 2.6.4+ to ensure your project meets the required peer depency run npm install
you should not see any peer dependencies warning regardins modul-component
if a warning occur , run this command to update Vue
npm update vue
m-link with the iconName chevron (#1119)
The props icon
was removed and replaced by a new prop bullet-point
, which have precedence over the icon-name
and icon-size
props. The props add a bullet-point before the link label. The bullet-point has a chevron shape and a 12px size. Use this props when you have a list of link or when the link is alone on a line.
If you use the icon=true
props you should use bullet-point=true
instead.
If you use icon-name=m-svg__chevron--right
props you should use bullet-point=true
instead.
m-menu (#1117)
the menu will now close and emit a click event when clicking on the selected menu items.
Visual Changes
m-options (#1083)
The space between the icon and the text of the m-option-item is now 8 pixels
Others issues
This release addresses the following issues and enhancements.
v1.0.0-beta.117
Hot fix release
This release addresses the following issues and enhancements.
v1.0.0-beta.116
Breaking changes
m-avatar focus managements (#1093)
In the m-avatar, the parameter in the scoped-slot #content named "hover" is now called "contentVisible".
m-accordion-transition improvement (#1088)
Rename the prop transition: boolean
by disabled: boolean
for component m-accordion-transition
Others issues
This release addresses the following issues and enhancements.
v1.0.0-beta.115
Breaking changes
http query string (#1086)
Fix the query string serializer that was not supporting json query parameters. There is a potential for breaking change if services use a non-JSON notation, or if custom code has been written to circumvent any serialization problem.
Breaking changes UI
m-dropdown readonly mode (#1079)
On Readonly and Disabled, the down arrow will be visible but not responsive and greyed out
m-repater (#1090)
Remove margin-top on the first element
New features
m-avatar (#1077)
New component to display avatar
Others issues
This release addresses the following issues and enhancements.
v1.0.0-beta.114
Hot fix release
This release addresses the following issues and enhancements.
v1.0.0-beta.113
This release addresses the following issues and enhancements.
v1.0.0-beta.112
Breaking changes
m-accordion-transition m-slide-transition (#1057)
Transition components were moved the a new folder /src/components/transitions/
if you use any of those in your project you should update import
Also remove all import to the accordion-transition.scss
. The file is now automatically imported.
Breaking changes UI
m-datepicker (#1057)
New visual for the month / year picker.
Others issues
This release addresses the following issues and enhancements.
v1.0.0-beta.111
New features
m-copy-to-clipboard (#1039)
Make a component which allows copying a value from a button click
m-address (#986)
Implementation of an address autocomplet , address form , address reader and address search service. The plugin registers as a service with $ addressLookup by default.
m-limit-elements (#1058)
Add component m-limit-elements
Others issues
This release addresses the following issues and enhancements.