Skip to content

Commit 553004c

Browse files
committed
Release 8.3.0
1 parent 3e3fb1c commit 553004c

File tree

19 files changed

+510
-161
lines changed

19 files changed

+510
-161
lines changed

angular-bootstrap-md-8.2.0.tgz

-2.53 MB
Binary file not shown.

angular-bootstrap-md-8.3.0.tgz

2.54 MB
Binary file not shown.

changelog

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
8.3.0
2+
In version 8.3.0 we added some fixes, new features and updated code in documentation pages. Check what changed below:
3+
4+
**Fixes:**
5+
6+
* Admin Pro Template - resolved problem with responsivity,
7+
* Flipping cards - resolved problem with animation,
8+
* Time picker - resolved problem with change detection when setting default value,
9+
* Time picker - component will now open on input focus, to disable this behavior set openOnFocus input to false,
10+
* Checkbox - resolved problem with position of validation message for longer text,
11+
* Radio buttons group - resolved problem with styles for rounded buttons,
12+
* Breadcrumbs - added cursor: pointer style for inactive elements,
13+
* File upload - resolved problem with uploading the same file multiple times in a row,
14+
* Sidenav - resolved problems with accordion items auto expand on route change,
15+
* Sidenav - reduced size of indicator arrow in accordion items and fixed its animation,
16+
* Modal - resolved problem with alignment of items in dynamic full height modal,
17+
* Select - resolved problem with styles on disabled state,
18+
* Toast - resolved problem with maxOpened option,
19+
* Carousel - resolved problem with displaying first slide when OnPush strategy is used in parent component,
20+
* Accordion - resolved problem with aria-expanded value,
21+
* Select - resolve problem with highlightColor and highlightTextColor options,
22+
* Autocompleter - dropdown will no longer be closed on input click.
23+
24+
**New Features:**
25+
26+
* Date picker - added possibility to add default date in JavaScript Date Object format. Component will also return date object if useDateObject option is set to true (default value is false)
27+
* Dropdown - added new dropupDefault input that allow to use dropup component with default Bootstrap styles,
28+
* Autocompleter - added new clear method that allow to reset displayed value,
29+
* Table - added new searchLocalDataByFields method that allow to filter result only in specific table columns,
30+
* Autocompleter - added new optionHeight input that allow to set height for the dropdown options,
31+
* Autocompleter - added new visibleOptions input that allow to change number of options visible in the dropdown,
32+
* Autocompleter - added new displayValue input that allow to specify option value that will be displayed in the input text field. This is useful in case where we want the value processed by the form control to be different from the displayed value (for example when value of the option is an object).
33+
34+
**Docs:**
35+
36+
* Datatables - added example of master detail table
37+
* Charts - added examples of data formatting
38+
* Time picker - added validation example
39+
140
8.2.0
241
In version 8.2.0 we resolved some problems with change detection and reduced number of unecessary change detection cycles caused by our components. These changes should positively affect the performance of applications that use MDB Angular.
342

0 commit comments

Comments
 (0)