Releases: owncloud/owncloud-design-system
13.1.0-rc.9
Changelog for [13.1.0] (2022-06-02)
Summary
- Bugfix - Disabled textarea color contrast in darkmode: #2055
- Bugfix - Fix event handler for submit-via-enter in OcModal input: #2159
- Bugfix - OcTextInput: Fix event handlers in loops: #2054
- Bugfix - Text color of buttons and avatars in hovered table rows: #2139
- Bugfix - Add word breaking in tooltips: #2137
- Enhancement - Add OcContextualHelper: #6590
- Enhancement - Add ROOT file icon: #2158
- Enhancement - Add selection range for OcModal and OcTextInput: #6729
- Enhancement - Export package members: #2048
- Enhancement - Hover in ocDrop menues: #2069
- Enhancement - OcModal add checkbox and secondary button: #6994
- Enhancement - OcModal input type: #2077
- Enhancement - Make OcResource inline-flex: #2041
- Enhancement - Add
isFileExtensionDisplayed
property: #2087 - Enhancement - Redesign OcGhostElement: #2049
- Enhancement - Replace deprecated String.prototype.substr(): #2059
- Enhancement - Add HTML title to the resourceName component: #2164
- Enhancement - Add option to not truncate the resource name: #2157
Details
-
Bugfix - Disabled textarea color contrast in darkmode: #2055
We fixed an issue that made text on disabled textarea fields unreadable since it was the same
color as the background. -
Bugfix - Fix event handler for submit-via-enter in OcModal input: #2159
We fixed a small difference between clicking the confirm button and hitting the enter key when
using an OcModal with an input field, which lead to unexpected behaviour. -
Bugfix - OcTextInput: Fix event handlers in loops: #2054
We pass all event handlers specified on
OcTextInput
to the underlyinginput
element
except forinput
,change
andfocus
event handlers. We fixed an issue in this exclusion
code that madechange
,input
andfocus
handlers be re-registered on rerenders,
particularly in loop rerenders, so they were called multiple times for a single event. -
Bugfix - Text color of buttons and avatars in hovered table rows: #2139
We fixed an issue that made text of buttons and avatars inside hovered rows bad readable for
light mode. -
Bugfix - Add word breaking in tooltips: #2137
We've added word wrapping to the tippy tooltips so they handle very long paths properly.
-
Enhancement - Add OcContextualHelper: #6590
We've added a contextual helper component to provide more information based on the context
-
Enhancement - Add ROOT file icon: #2158
We've added an icon for files of ROOT type. ROOT is a software suite designed for data analysis in
particle physics, astronomy and other sciences. -
Enhancement - Add selection range for OcModal and OcTextInput: #6729
We've added the possibility to set a selection range for the initial focus selection in OcModal
and OcTextinput. -
Enhancement - Export package members: #2048
Add exports for
composables
,utils
,components
,directives
,helpers
and
mixins
. Start using them viaimport { composables, utils, ... } from 'owncloud-design-system'
. -
Enhancement - Hover in ocDrop menues: #2069
We've added the "oc-menu-item-hover" class for
- elements inside ocDrop, to add the hover
effect on buttons and links. -
Enhancement - OcModal add checkbox and secondary button: #6994
We've added an optional checkbox and secondary button to the OcModal
-
Enhancement - OcModal input type: #2077
We've added an option to set the input type for input fields in the OcModal component.
-
Enhancement - Make OcResource inline-flex: #2041
We've changed OcResource's display CSS attribute to inline-flex to prevent a line break
-
Enhancement - Add
isFileExtensionDisplayed
property: #2087We've added the
isFileExtensionDisplayed
property to theOcResource
and
OcResourceName
components, to determine whether the file extension should be displayed or
not. -
Enhancement - Redesign OcGhostElement: #2049
We've redesigned OcGhostElement to use OcResourceIcon and to display a better preview of the
items that have been dragged -
Enhancement - Replace deprecated String.prototype.substr(): #2059
We've replaced all occurrences of the deprecated String.prototype.substr() function with
String.prototype.slice() which works similarly but isn't deprecated. -
Enhancement - Add HTML title to the resourceName component: #2164
We've added the HTML title attribute to the resourceName component in case no tooltip is being
displayed. -
Enhancement - Add option to not truncate the resource name: #2157
We've added a new property to the resourceName component that indicates whether a resource
name should be truncated or not.
13.1.0-rc.8
Changelog for [13.1.0] (2022-05-12)
Summary
- Bugfix - Disabled textarea color contrast in darkmode: #2055
- Bugfix - Fix event handler for submit-via-enter in OcModal input: #2159
- Bugfix - OcTextInput: Fix event handlers in loops: #2054
- Bugfix - Text color of buttons and avatars in hovered table rows: #2139
- Bugfix - Add word breaking in tooltips: #2137
- Enhancement - Add OcContextualHelper: #6590
- Enhancement - Add selection range for OcModal and OcTextInput: #6729
- Enhancement - Export package members: #2048
- Enhancement - OcModal add checkbox and secondary button: #6994
- Enhancement - OcModal input type: #2077
- Enhancement - Make OcResource inline-flex: #2041
- Enhancement - Add
isFileExtensionDisplayed
property: #2087 - Enhancement - Redesign OcGhostElement: #2049
- Enhancement - Replace deprecated String.prototype.substr(): #2059
- Enhancement - Add HTML title to the resourceName component: #2164
- Enhancement - Add option to not truncate the resource name: #2157
Details
-
Bugfix - Disabled textarea color contrast in darkmode: #2055
We fixed an issue that made text on disabled textarea fields unreadable since it was the same
color as the background. -
Bugfix - Fix event handler for submit-via-enter in OcModal input: #2159
We fixed a small difference between clicking the confirm button and hitting the enter key when
using an OcModal with an input field, which lead to unexpected behaviour. -
Bugfix - OcTextInput: Fix event handlers in loops: #2054
We pass all event handlers specified on
OcTextInput
to the underlyinginput
element
except forinput
,change
andfocus
event handlers. We fixed an issue in this exclusion
code that madechange
,input
andfocus
handlers be re-registered on rerenders,
particularly in loop rerenders, so they were called multiple times for a single event. -
Bugfix - Text color of buttons and avatars in hovered table rows: #2139
We fixed an issue that made text of buttons and avatars inside hovered rows bad readable for
light mode. -
Bugfix - Add word breaking in tooltips: #2137
We've added word wrapping to the tippy tooltips so they handle very long paths properly.
-
Enhancement - Add OcContextualHelper: #6590
We've added a contextual helper component to provide more information based on the context
-
Enhancement - Add selection range for OcModal and OcTextInput: #6729
We've added the possibility to set a selection range for the initial focus selection in OcModal
and OcTextinput. -
Enhancement - Export package members: #2048
Add exports for
composables
,utils
,components
,directives
,helpers
and
mixins
. Start using them viaimport { composables, utils, ... } from 'owncloud-design-system'
. -
Enhancement - OcModal add checkbox and secondary button: #6994
We've added an optional checkbox and secondary button to the OcModal
-
Enhancement - OcModal input type: #2077
We've added an option to set the input type for input fields in the OcModal component.
-
Enhancement - Make OcResource inline-flex: #2041
We've changed OcResource's display CSS attribute to inline-flex to prevent a line break
-
Enhancement - Add
isFileExtensionDisplayed
property: #2087We've added the
isFileExtensionDisplayed
property to theOcResource
and
OcResourceName
components, to determine whether the file extension should be displayed or
not. -
Enhancement - Redesign OcGhostElement: #2049
We've redesigned OcGhostElement to use OcResourceIcon and to display a better preview of the
items that have been dragged -
Enhancement - Replace deprecated String.prototype.substr(): #2059
We've replaced all occurrences of the deprecated String.prototype.substr() function with
String.prototype.slice() which works similarly but isn't deprecated. -
Enhancement - Add HTML title to the resourceName component: #2164
We've added the HTML title attribute to the resourceName component in case no tooltip is being
displayed. -
Enhancement - Add option to not truncate the resource name: #2157
We've added a new property to the resourceName component that indicates whether a resource
name should be truncated or not.
refs/tags/13.1.0-rc.7
tmp/CHANGELOG.md
13.1.0-rc.6
tmp/CHANGELOG.md
13.1.0-rc.5
Changelog for [13.1.0] (2022-04-14)
Summary
- Bugfix - Disabled textarea color contrast in darkmode: #2055
- Bugfix - OcTextInput: Fix event handlers in loops: #2054
- Enhancement - Add OcContextualHelper: #6590
- Enhancement - Add selection range for OcModal and OcTextInput: #6729
- Enhancement - Export package members: #2048
- Enhancement - OcModal input type: #2077
- Enhancement - Make OcResource inline-flex: #2041
- Enhancement - Add
isFileExtensionDisplayed
property: #2087 - Enhancement - Redesign OcGhostElement: #2049
- Enhancement - Replace deprecated String.prototype.substr(): #2059
Details
-
Bugfix - Disabled textarea color contrast in darkmode: #2055
We fixed an issue that made text on disabled textarea fields unreadable since it was the same
color as the background. -
Bugfix - OcTextInput: Fix event handlers in loops: #2054
We pass all event handlers specified on
OcTextInput
to the underlyinginput
element
except forinput
,change
andfocus
event handlers. We fixed an issue in this exclusion
code that madechange
,input
andfocus
handlers be re-registered on rerenders,
particularly in loop rerenders, so they were called multiple times for a single event. -
Enhancement - Add OcContextualHelper: #6590
We've added a contextual helper component to provide more information based on the context
-
Enhancement - Add selection range for OcModal and OcTextInput: #6729
We've added the possibility to set a selection range for the initial focus selection in OcModal
and OcTextinput. -
Enhancement - Export package members: #2048
Add exports for
composables
,utils
,components
,directives
,helpers
and
mixins
. Start using them viaimport { composables, utils, ... } from 'owncloud-design-system'
. -
Enhancement - OcModal input type: #2077
We've added an option to set the input type for input fields in the OcModal component.
-
Enhancement - Make OcResource inline-flex: #2041
We've changed OcResource's display CSS attribute to inline-flex to prevent a line break
-
Enhancement - Add
isFileExtensionDisplayed
property: #2087We've added the
isFileExtensionDisplayed
property to theOcResource
and
OcResourceName
components, to determine whether the file extension should be displayed or
not. -
Enhancement - Redesign OcGhostElement: #2049
We've redesigned OcGhostElement to use OcResourceIcon and to display a better preview of the
items that have been dragged -
Enhancement - Replace deprecated String.prototype.substr(): #2059
We've replaced all occurrences of the deprecated String.prototype.substr() function with
String.prototype.slice() which works similarly but isn't deprecated.
13.1.0-rc.4
Changelog for [13.1.0] (2022-04-14)
Summary
- Bugfix - Disabled textarea color contrast in darkmode: #2055
- Bugfix - OcTextInput: Fix event handlers in loops: #2054
- Enhancement - Add selection range for OcModal and OcTextInput: #6729
- Enhancement - Export package members: #2048
- Enhancement - OcModal input type: #2077
- Enhancement - Make OcResource inline-flex: #2041
- Enhancement - Redesign OcGhostElement: #2049
- Enhancement - Replace deprecated String.prototype.substr(): #2059
Details
-
Bugfix - Disabled textarea color contrast in darkmode: #2055
We fixed an issue that made text on disabled textarea fields unreadable since it was the same
color as the background. -
Bugfix - OcTextInput: Fix event handlers in loops: #2054
We pass all event handlers specified on
OcTextInput
to the underlyinginput
element
except forinput
,change
andfocus
event handlers. We fixed an issue in this exclusion
code that madechange
,input
andfocus
handlers be re-registered on rerenders,
particularly in loop rerenders, so they were called multiple times for a single event. -
Enhancement - Add selection range for OcModal and OcTextInput: #6729
We've added the possibility to set a selection range for the initial focus selection in OcModal
and OcTextinput. -
Enhancement - Export package members: #2048
Add exports for
composables
,utils
,components
,directives
,helpers
and
mixins
. Start using them viaimport { composables, utils, ... } from 'owncloud-design-system'
. -
Enhancement - OcModal input type: #2077
We've added an option to set the input type for input fields in the OcModal component.
-
Enhancement - Make OcResource inline-flex: #2041
We've changed OcResource's display CSS attribute to inline-flex to prevent a line break
-
Enhancement - Redesign OcGhostElement: #2049
We've redesigned OcGhostElement to use OcResourceIcon and to display a better preview of the
items that have been dragged -
Enhancement - Replace deprecated String.prototype.substr(): #2059
We've replaced all occurrences of the deprecated String.prototype.substr() function with
String.prototype.slice() which works similarly but isn't deprecated.
13.1.0-rc.3
tmp/CHANGELOG.md
13.1.0-rc.2
Changelog for [13.1.0] (2022-04-04)
Summary
- Bugfix - Disabled textarea color contrast in darkmode: #2055
- Bugfix - OcTextInput: Fix event handlers in loops: #2054
- Enhancement - Export package members: #2048
- Enhancement - Make OcResource inline-flex: #2041
- Enhancement - Redesign OcGhostElement: #2049
- Enhancement - Replace deprecated String.prototype.substr(): #2059
Details
-
Bugfix - Disabled textarea color contrast in darkmode: #2055
We fixed an issue that made text on disabled textarea fields unreadable since it was the same
color as the background. -
Bugfix - OcTextInput: Fix event handlers in loops: #2054
We pass all event handlers specified on
OcTextInput
to the underlyinginput
element
except forinput
,change
andfocus
event handlers. We fixed an issue in this exclusion
code that madechange
,input
andfocus
handlers be re-registered on rerenders,
particularly in loop rerenders, so they were called multiple times for a single event. -
Enhancement - Export package members: #2048
Add exports for
composables
,utils
,components
,directives
,helpers
and
mixins
. Start using them viaimport { composables, utils, ... } from 'owncloud-design-system'
. -
Enhancement - Make OcResource inline-flex: #2041
We've changed OcResource's display CSS attribute to inline-flex to prevent a line break
-
Enhancement - Redesign OcGhostElement: #2049
We've redesigned OcGhostElement to use OcResourceIcon and to display a better preview of the
items that have been dragged -
Enhancement - Replace deprecated String.prototype.substr(): #2059
We've replaced all occurrences of the deprecated String.prototype.substr() function with
String.prototype.slice() which works similarly but isn't deprecated.
13.1.0-rc.1
Changelog for [13.1.0] (2022-04-01)
Summary
- Bugfix - Disabled textarea color contrast in darkmode: #2055
- Bugfix - OcTextInput: Fix event handlers in loops: #2054
- Enhancement - Export package members: #2048
- Enhancement - Make OcResource inline-flex: #2041
Details
-
Bugfix - Disabled textarea color contrast in darkmode: #2055
We fixed an issue that made text on disabled textarea fields unreadable since it was the same
color as the background. -
Bugfix - OcTextInput: Fix event handlers in loops: #2054
We pass all event handlers specified on
OcTextInput
to the underlyinginput
element
except forinput
,change
andfocus
event handlers. We fixed an issue in this exclusion
code that madechange
,input
andfocus
handlers be re-registered on rerenders,
particularly in loop rerenders, so they were called multiple times for a single event. -
Enhancement - Export package members: #2048
Add exports for
composables
,utils
,components
,directives
,helpers
and
mixins
. Start using them viaimport { composables, utils, ... } from 'owncloud-design-system'
. -
Enhancement - Make OcResource inline-flex: #2041
We've changed OcResource's display CSS attribute to inline-flex to prevent a line break
13.0.1-rc.1
tmp/CHANGELOG.md