UNPKG

27.8 kBMarkdownView Raw
1# Changelog
2
3## 15.0.1 (January 14, 2019)
4
5**New features:**
6
7* st-filter-selector: Create component
8* st-table: Allow to display tables with white and default themes
9* st-horizontal-tabs: Allow to add classes to tabs according to its status
10
11**Breaking changes:**
12
13* st-table: Checkbox 'Select all' is added to the first header field inside of taking a separated cell
14
15**Fixed bugs:**
16
17* st-sidebar: Fix minor style bug
18
19**Others:**
20
21* Web: Show the examples source code in Egeo Web
22
23* Because of technical problems, the 15.0.0 release could not be correctly released. Therefore, version 15.0.1 is the first available 15.0.x version.
24
25
26## 14.0.0 (December 19, 2018)
27
28**New features:**
29
30* st-breadcrumbs: Allow to configure visualization mode as "default" or "title"
31
32**Breaking changes:**
33
34* st-foreground-notifications: allow to control multiple notifications
35* st-fullscreen-layout: Allow to customize title
36
37**Fixed bugs:**
38
39* st-select: Disable html native autocomplete
40* st-foreground-notifications: must admit an empty list. Fix error when inserting a notification after it has been previously closed
41
42## 13.4.0 (November 19, 2018)
43
44**New features:**
45
46* st-tag-input: Allow to be configured to display an option list without typing anything
47* st-tag-input: Allow to be configured to allow or avoid to type a free text
48* Replace deprecated dependency with ngx-virtual-scroller.
49* st-tag-input: Allow to force validations
50* st-two-list: Improve st-two-list to show spinner when scroll down in lists.
51* st-pagination: Emits new event when user interacts with some of the elements in the selector of items displayed per page.
52
53**Fixed bugs:**
54
55* st-text-area: fix error style
56
57## 13.3.0 (October 30, 2018)
58
59**New features:**
60
61* st-modal: Allow to add a cross button to close modal
62
63**Fixed bugs:**
64
65* st-two-list: fix bad behavior if user is searching something and click checkbox all (it must be select only filtered list)
66* st-select: When select is in a form, user still has to click two times to select an option
67* st-select: Close select when user clicks outside
68* st-file-button: Add id to input
69
70**Others:**
71
72* st-horizontal-tabs: Apply new design according to UX specifications
73
74
75## 13.2.2 (October 24, 2018)
76
77**Fixed bugs:**
78
79* st-two-list: fix bad behavior if user is searching something and click checkbox all (it must be select only filtered list)
80* st-select: When select is in a form, user still has to click two times to select an option
81* st-select: Close select when user clicks outside
82
83
84## 13.2.1 (October 17, 2018)
85
86**Others:**
87
88* st-tag-input: Remove array value as string from view
89
90
91## 13.2.0 (October 16, 2018)
92
93**Others:**
94
95* st-form: Add id to form fields
96
97**Fixed bugs:**
98
99* st-select: When select is in a form, user has to click two times to select an option
100
101
102## 13.1.1 (September 28, 2018)
103
104**Fixed bugs:**
105 * st-two-list: fix bad behavior with virtual scroll and checkbox all, when an item is added to selected list
106
107
108## 13.1.0 (September 25, 2018)
109
110**New features:**
111
112* st-button: Add small toolbar button style
113* st-tag-input: Allow user to generate arrays of integers or numbers
114
115**Others:**
116
117* Update to angular 6 (angular, angular-cli, rxjs, typescript)
118* st-footer: Apply new design according to UX specifications
119* st-two-list: Adds new styles. Change position of check all button on scroll bar.
120* st-select: Add the possibility to search and filter options
121
122
123## 13.0.0 (September 06, 2018)
124
125**New features:**
126
127* st-two-list: Added click listener only to checkbox and 'check all' button is only displayed when it has elements. Apply new style and behaviour according to UX specifications
128
129**Breaking changes:**
130
131* st-spinner: Apply new style and behaviour according to UX specifications
132
133**Fixed bugs:**
134
135* st-bubble: Fix visible style
136* st-dropdown-menu: Fix wrong visualization on small screens
137* st-input: Do not hide placeholder when user clicks on it
138
139**Others**
140
141* st-dropdown-menu: Put cursor pointer to items and improve design
142* st-input: Label is only generated if it is not empty
143* st-button: Minor style changes
144
145
146## 12.0.0 (August 17, 2018)
147
148**New features:**
149
150* st-bubble: Create component
151* st-button: Add small button style
152* st-input, st-textarea, st-select, st-radio-button, st-checkbox, st-tag-input: Change disabled style
153* st-modal: Set default max and min width
154* st-sidebar: Allow to add any content from outside to header and footer
155* st-dropdown-menu: Allow to add a visual mode in order to display it as option or menu list
156
157**Breaking changes:**
158
159* st-breadcrumb: Changed options from string to object with label and icon to allow icons
160* st-two-list: Includes checkbox all button in list-scroll component. Emits new event with number of elements selected.
161
162**Others**
163
164* Update version of the Stratio Icon Font
165
166
167## 11.5.1 (July 25, 2018)
168
169**Fixed bugs:**
170
171* Fix styles to Stratio Icon Font
172
173
174## 11.5.0 (July 25, 2018)
175
176**Others**
177
178* Update version of the Stratio Icon Font
179
180
181## 11.4.0 (July 23, 2018)
182
183**New features:**
184
185* st-form: Allow to render textareas when text fields are longer than the specified maximum width
186
187**Fixed bugs:**
188
189* st-form: Form is marked as pristine only if forceValidation input is false
190* st-tag-input: Put needed position relative in order to display autocompleted menu correctly
191* st-widget: Removed resize button
192
193**Others:**
194
195* egeo-theme: Improve margins between fields and sections in dynamic form
196
197
198## 11.3.0 (June 27, 2018)
199
200**New features:**
201
202* st-pop-over: Set as optional the arrow icon and header is only displayed if settings button is displayed or title is not empty
203
204**Fixed bugs:**
205
206* st-fullscreen-layout: Avoid to display scroll of the previous page when fullscreen is being displayed
207
208**Others:**
209
210* egeo-theme: Changes in labels and buttons styles
211
212
213## 11.2.0 (June 18, 2018)
214
215**New features:**
216
217* st-sidebar: Add functionality to close the expanded items when active item changes
218* st-foregrounds-notifications: Add property autoclose for notifications.
219
220**Fixed bugs:**
221
222* st-two-list-selection: Fix search functionality
223
224
225## 11.1.0 (June 04, 2018)
226
227**New features:**
228
229* st-table: Allow to add classes from egeo theme to table tag
230* st-sidebar: Add functionality to display as a complex mode, disabled items and a search mode
231
232
233## 11.0.0 (May 22, 2018)
234
235**New features:**
236
237* st-sidebar: Allow to display more than one level
238
239**Breaking changes:**
240
241* st-horizontal-tabs: Changed activeOption from string with the text for an option with the interface StHorizontalTab
242* st-sidebar: Changed active from string to the interface StSidebarItem
243
244**Fixed bugs:**
245
246* st-horizontal-tabs: Fix activeOption on init the component
247* st-form-list: Fix select dropdown is not displayed
248
249**Others:**
250
251* Update stratio parent artifact to 0.10.0
252
253
254## 10.1.0 (May 03, 2018)
255
256**New features:**
257
258* st-form: Allow to enable or disable tooltips
259
260
261## 10.0.1 (April 24, 2018)
262
263**Fixed bugs:**
264
265* st-form: Fix performance when there are fields with ui attribute 'visible'
266
267
268## 10.0.0 (April 20, 2018)
269
270**Fixed bugs:**
271
272* st-form: Fields should not be displayed with error at the beginning
273
274**Breaking changes:**
275
276* st-sidebar: Active item is now changed from outside in order to convert it to stateless
277
278
279## 9.1.0 (April 19, 2018)
280
281**New features:**
282
283* st-form: Allow to display sections descriptions
284* st-foreground-notification: two way binding for visible input
285
286**Fixed bugs:**
287
288* st-form: Fix validations of nested properties
289
290**Others:**
291
292* st-tree: StTreeEvent refactor
293
294
295## 9.0.0 (April 12, 2018)
296
297**Breaking changes:**
298
299* st-tree: Completely refactored
300
301**New features:**
302
303* st-select: Allow to propagate itemsBeforeScroll from select to dopdown
304
305**Others**
306
307* st-form: Remove e.g. from placeholders
308
309
310## 8.9.0 (April 06, 2018)
311
312**New features:**
313
314* st-form: Allow to display and hide fields according to the value of another fields
315* st-form: Display readonly fields as text
316
317**Others**
318
319* Apply visual changes to several components for contrast improvements
320
321**Fixed bugs:**
322
323* st-draggable-card: Fix delay and performance
324
325## 8.8.0 (April 04, 2018)
326
327**New features:**
328
329* st-form: Allow to display related fields in the same row
330* st-input: Allow to reset value to default
331* st-select: Allow to reset value to default
332
333**Fixed bugs:**
334
335* st-select: When select is opened after scrolling, its dropdown is not displayed
336* st-tooltip: It is not displayed yet when compiling to AOT
337* st-checkbox: Fix margins
338
339
340## 8.7.0 (March 21, 2018)
341
342**New features:**
343
344* st-form: Allow to show and hide entire sections clicking a link button and using the ui attribute 'component'
345* st-form: Add the possibility of enabling and disabling sections using the ui attribute 'component' as 'switch'
346* st-form: Add the possibility of displaying sections as accordion
347* st-form: Allow to force the validation of fields without any user interaction
348
349**Fixed bugs:**
350
351* st-tooltip: It is not displayed when compiling to AOT
352
353
354## 8.6.0 (March 14, 2018)
355
356**Breaking changes:**
357
358* st-form: Placeholder now is in 'examples' attribute of json schema
359
360**New features:**
361
362* st-form: Allow to render read only fields
363* st-form: Allow to add dependant fields
364
365**Fixed bugs:**
366
367* st-sidebar: Fix bug when there are an active item and another with an added class
368* st-form: Remove dependant fields when parent field does not have any value
369
370
371**Others:**
372
373* st-tooltip: Apply new style
374* st-pagination: Apply new style
375
376
377## 8.5.2 (March 13, 2018)
378
379**Fixed bugs:**
380
381* st-sidebar: Fix bug when there are an active item and another with an added class
382
383
384## 8.5.1 (March 12, 2018)
385
386**Fixed bugs:**
387
388* st-form-list: Fixed the formArray refresh
389
390
391## 8.5.0 (March 07, 2018)
392
393**New features:**
394
395* st-form: Add functionality to hide and display optional fields
396* st-form: Add functionality to render nested properties
397* st-sidebar: Allow to add classes to items
398
399
400## 8.4.0 (March 05, 2018)
401
402**New features:**
403
404* st-form: Adapt it to display checkboxes, integer and number inputs
405* st-checkbox: Allow to display a tooltip in its label
406* st-form: Add select fields
407
408**Fixed bugs:**
409
410* st-pop: Floating element is relocated when user scrolls page
411* st-form: Fixed the form validations
412
413**Breaking changes:**
414
415* st-form-list: Now, it emits the events: add, remove, valueChange and blur
416
417
418## 8.3.2 (February 23, 2018)
419
420**Fixed bugs:**
421
422* st-form-list: Add a provisional solution to make it stateless
423
424
425## 8.3.1 (February 19, 2018)
426
427**Fixed bugs:**
428
429* st-form-list: Fixed model loading when it is initialized
430
431
432## 8.3.0 (February 14, 2018)
433
434**New features:**
435
436* st-draggable-card: Create component
437* st-form-list: Emit an event when value is changed
438
439**Fixed bugs:**
440
441* Add missing class to 'icon-move-to-folder' icon
442* st-form-list: Remove duplicated ids
443
444
445## 8.2.0 (February 13, 2018)
446
447**New features:**
448
449* st-form-list: Allow to generate list of items dynamically
450
451**Fixed bugs:**
452
453* st-header: Fix z-index
454* st-tag-input: Fix tag input bug when user types more than one line of values
455* st-input: Fix error when forceValidations is true and form control is not defined yet
456
457**Others**
458
459* Update version of the Stratio Icon Font
460
461
462## 8.1.1 (February 02, 2018)
463
464**Fixed bugs:**
465
466* st-pagination: Fix error when a change is listened from outside because. This causes that some inputs are changed after checked
467
468
469## 8.1.0 (January 31, 2018)
470
471**New features:**
472
473* st-tag-input: Add functionality to not allow user to type values with invalid format
474
475**Fixed bugs:**
476
477* st-input: Add a gray color to text when it is disabled and it has value
478
479
480## 8.0.2 (February 05, 2018)
481
482**Fixed bugs:**
483
484* st-pagination: Do not perform any action when changes are listened when pagination is being created
485
486
487## 8.0.1 (February 02, 2018)
488
489**Fixed bugs:**
490
491* st-pagination: Fix error when a change is listened from outside because. This causes that some inputs are changed after checked
492
493
494## 8.0.0 (January 24, 2018)
495
496**Fixed bugs:**
497
498* st-pagination: Update per page value when it is updated from outside
499* st-alert: Fix alerts displayed behind the page title
500
501**New features:**
502
503* st-search: Add filter to search
504* st-widget: Add settings button and draggable action as optional
505* st-tag-input: Add functionality to not allow user to type forbidden values
506
507**Breaking changes:**
508
509* st-search: The output 'search' now emits and object with properties text and filter
510
511## 7.0.0 (January 12, 2018)
512
513**Fixed bugs:**
514
515* st-select: Fix duplicate event "select" when user selected text inside input
516* st-fullscreen-layout: Fix scroll
517
518**New features:**
519
520* st-tag-input: Add autocomplete and disable features
521* st-pop-over: Add optional settings button
522
523**Breaking changes:**
524
525* st-pagination: Remove "showPerPage", "hidePerPage" and "theme" inputs. Remove "qaTag" to use "attr.id". Change "perPageOptions" type from number[] to PaginateOptions[]
526
527**Refactor**
528
529* st-pagination: Apply new style and behaviour according to UX specifications
530
531## 6.0.0 (December 28, 2017)
532
533**Fixed bugs:**
534
535* st-modal: Removed space when modal does not have buttons
536* st-modal: Reorder buttons in delete confirmation modal
537* st-breadcrumbs: Remove left padding from the first item and right padding to the last one
538* st-pop: In some cases pop menu is hidden under other elements
539* st-select: When the selected option is changed from outside via the input 'selected' but there are not any option marked as selected in model, selected is set to undefined
540* general: Preserve z-index value when build
541
542**New features:**
543
544* st-modal: Added new function showBasicModal to show Info, Confirmation and Delete Modals
545* st-header: New input "navigateByDefault" for prevent navigation when click
546* st-header: Add new parameter "external" to model to define external links
547* st-header: Add new parameter "openInNewPage" to model to define if open new tab when navigate to link
548* st-progress-bar: create component
549* st-widget: Implement loading state
550* st-foreground-notifications: create component
551* st-fullscreen-layout: Create new component
552* st-tag-input: create component
553* st-modal: New empty option to declare a modal without content
554
555 **Breaking changes:**
556
557* st-modal: Removed function showDeleteConfirmation
558* icons: Update icons
559
560## 5.0.0 (November 15, 2017)
561
562**New features:**
563
564* st-file-button: Create component to upload files
565* st-modal: New parameter fullscreen for fullscreen modals
566* st-modal: New parameter messageTitle to add a title before messages
567* st-modal: New parameter maxWidth to define modal max width
568* st-modal: New parameter closeOnClick in StModalButton, for close modal when click this button
569* st-modal: New parameter leftIcon and rightIcon in StModalButton to add icons to buttons
570* st-modal: New parameter response in StModalButton to pass a callback function to one button
571* st-sidebar: Create component to navigate through different sections
572* st-launcher: Create component to display and launch different instances
573* st-pop: Add offset input to move floating component
574* st-pop: Change placement type to define with enum
575* st-dropdown-menu: Add offset and change placement type input for adapt to st-pop
576* st-dropdown-menu: Add input to select item with input
577* st-dropdown-menu: Add input to move selected on top when show
578* st-dropdown-menu: Add input to apply selected style
579* st-select: Add output for emit when expand menu named expand
580* st-select: Add output for emit when select an item named select
581* st-pop-over: Create component to pop over a content with a title
582
583**Fixed bugs:**
584
585* st-tooltip: Fix empty title bug
586* st-header: Fix user menu width
587
588**Breaking changes:**
589
590* icons: Update new version of icon library
591* st-header: Change submenu behaviour, now act as arrow no navigate to first option
592* st-dropdown: Removed component
593* st-dropdown-menu: Remove qaTag now read from id if exists
594* st-dropdown-menu: Refactor styles
595* st-select: Refactor component and add new styles
596* st-select: Remove input qaTag now read from id if exists
597* st-select: Rename input errorRequiredMessage to errorMessage
598* st-select: Rename input selectedValue to selected
599* st-select: Remove input forceValidations
600* st-modal: Refactor styles
601* st-modal: Remove main text
602* st-modal: Remove modal type
603* st-modal: Remove modal width
604* st-modal: Remove qaTag
605* st-modal: Remove closeOnAccept
606* st-modal: In StModalButton change response by responseValue
607* st-modal: In StModalButton remove icon
608* st-modal: In StModalButton remove iconLeft
609* st-modal: In StModalButton remove primary
610* st-modal: In StModalButton remove closeOnAccept
611* st-modal: Modified params to showDeleteConfirmation
612
613## 4.0.0 (September 21, 2017)
614
615**Fixed bugs:**
616
617* grid: fix container and row flexbox behaviors
618* st-breadcrumbs: Fix qaTags
619* st-dropdown: Fix qaTags
620* st-page-title: Fix bug when page is refreshed, the editable page title is displayed wrong
621* st-search: Send an empty search when the user presses the cross button
622* st-checkbox: Fix disabled style
623
624**New features:**
625
626* st-label: New component based on label native tag
627* st-header: Menu notifies navigation
628* st-table: Add functionality to select rows optionally
629* st-breadcrumb: Add input for define max elements to show
630
631**Breaking changes:**
632
633* st-header: Remove stHeaderBehavior directive because now it's unnecessary
634* st-header: Change contentChangeOffset parameter by changeHeight
635* st-header: Removed app name, now use a ng-content to define
636* st-header: Removed user menu, now use a ng-content to define
637* st-header: Removed company name input
638* st-header: Remove disable parameter of menu and submenu model
639* st-header: Models change of name
640* st-header: Change general behaviour and design
641* st-input-adjustable: Rename directive 'StInputAdjustable' to st-input-adjustable
642* st-switch: Remove labelPosition input, label always are dispayed at the left
643* st-horizontal-tabs: Event emitted when active tabs changes, now sends the option of type StHorizontalTab
644* st-horizontal-tabs: Removed functionality to display disabled tabs
645* st-button: Removed component now use native tag and classes
646* st-select: Output emitted when select is changed is now the value of the option instead of the entire option
647* st-form-label: Deleted, replaced by st-label
648* st-tooltip: New behaviour based on native tag
649
650**Refactor**
651
652* st-radio: Apply new style according to UX specifications
653* st-table: Apply new style according to UX specifications
654* st-switch: Apply new style according to UX specifications
655* st-breadcrumb: Apply new style according to UX specifications
656* st-horizontal-tabs: Apply new style according to UX specifications
657* st-select: Apply new style according to UX specifications
658* st-textarea: Apply new style according to UX specifications
659* st-input: Apply new style according to UX specifications
660* st-input: Refactor styles to can be applied to a native input
661* All: Removed all references old fonts in all components
662* st-table: Remove unneeded cell when there is not a hover menu
663
664**Documentation:**
665
666* Update license
667* st-checkbox: Added demo
668* st-radio: Added demo
669* st-table: Added demo
670* st-horizontal-tabs: Added demo
671* st-select: Added demo
672* st-textarea: Added demo
673* st-footer: Added demo
674* st-info-card: Added demo
675* st-toggle-buttons: Added demo
676* st-vertical-tabs: Added demo
677
678**Others**
679
680* egeo-theme is now part of this repository and old repo it's deprecated
681* egeo-ui-base is integrated now on theme and old repo it's deprecated
682
683
684## 3.0.2 (September 14, 2017)
685
686**Fixed bugs:**
687
688* st-button: Update internal text value when change input
689
690## 3.0.1 (September 01, 2017)
691
692**Fixed bugs:**
693
694* st-tree: Fix Failed to insert St-Tree Module provider missing
695* st-tree: Fix selected from elements
696* st-tree: Fix dbblick to elements for expand
697
698## 3.0.0 (August 18, 2017)
699
700**Fixed bugs:**
701
702* st-two-list-selection: Fix when list is empty, height not showing correctly
703* st-item-list: Add item list to egeo module
704* st-dropdown: Fix inputs immutable
705* st-switch: Change input id to <name>-input
706
707**Breaking changes:**
708
709* st-combobox: Renamed to st-select
710* st-search: Remove searchOnlyOnClick and hasClearButton parameters
711* st-breadcrumbs: Rename output event changeOption to select
712* st-pop: Remove option to position in left or right
713* st-pop: Remove input gpuAcceleration
714* st-dropdown-menu: Remove option to position in left or right
715
716**New features:**
717
718* st-toggle-buttons: Add an optional id to the interface
719* st-breadcrumbs: Add component st-breadcrumbs item, add Ng-Content option
720* st-input: Add input value and output change
721* st-form: Create a dynamic form with inputs
722* st-form: Add switches to dynamic form
723* update stratio-theme to 0.14.0
724
725**Refactor:**
726
727* st-pop: Remove popperjs library and implement our solution
728
729## 2.5.0 (July 13, 2017)
730
731**Fixed bugs:**
732
733* Fix styles on st-input
734* Fix styles on st-vertical-tabs
735* Fix styles on st-horizontal-tabs
736
737**New features:**
738
739* New component st-items-list
740* New component st-tree
741* New component st-alerts
742* Add number inputs and min/max validations
743
744## 2.4.4 (July 13, 2017)
745
746**Fixed bugs:**
747
748* Add missing tslib dependency
749
750## 2.4.3 (July 11, 2017)
751
752**Fixed bugs:**
753
754* Fix when resolve not found any translateable element and pass empty array to translate
755
756## 2.4.2 (July 05, 2017)
757
758**Fixed bugs:**
759
760* Fix Search with autocomplete emit twice
761
762## 2.4.1 (June 30, 2017)
763
764**Fixed bugs:**
765
766* Fix popper imports
767
768## 2.4.0 (June 29, 2017)
769
770**Fixed bugs:**
771
772* Fix of left button position in page title
773* Fix a wrong overflow of dropdown-menu items in firefox
774
775**New features:**
776
777* Create st-object-to-array pipe to iterate over an object in a template
778* Add to dropdown-menu option to be always floating
779* Add to dropdown-menu to resize update when resize the main window.
780* New component st-tip
781* New component st-help
782* Add option to autocomplete in search
783
784**Deprecated:**
785
786* st-search: hasClearButton, that will be removed in a future release
787* st-search: searchOnlyOnClick, that will be removed in a future release
788
789## 2.3.2 (June 21, 2017)
790
791* Fix st-comobobox validations
792
793## 2.3.1 (June 19, 2017)
794
795* Fix st-two-list styles
796* Fix AoT compilation
797
798## 2.3.0 (June 13, 2017)
799
800* Bugfix st-switch component emits event twice
801* New component st-combobox
802* Add new feature in st-page-title: Editable Title
803
804## 2.2.2 (June 06, 2017)
805
806* Bugfix st-two-list remove min height
807* Bugfix st-two-list no wrap long lines
808
809## 2.2.1 (June 06, 2017)
810
811* Bugfix st-switch add name as input
812
813## 2.2.0 (June 05, 2017)
814
815* Bugfix st-two-list dropdown
816* Add style to st-two-list when select row
817* Refactor decorators now all start by St
818* Improvement in st-switch template
819* Add st-pop component
820* Allow Able or disable for columns singly
821
822## 2.1.1 (May 29, 2017)
823
824* Bugfix #148 and #248
825* Add St-pop Component
826
827## 2.1.0 (May 19, 2017)
828
829* Add st-checkbox component
830* Add st-two-list
831
832## 2.0.2 (May 05, 2017)
833
834* fix st-textarea borders
835
836## 2.0.1 (May 04, 2017)
837
838* fix st-textarea styles
839
840## 2.0.0 (May 04, 2017)
841
842* Update angular version to angular 4.1.0
843* Refactor of build method
844* Create textarea component
845* Create form label component
846* Create switch component
847* Bugfix #212 (St-table): Allow to introduce a model with id and label as header item
848
849## 1.5.0 (April 25, 2017)
850
851* Extract theme of info-card
852* Extract theme of input
853* Extract theme of tab-box
854* Extract theme of toggle-buttons
855* Extract theme of tooltip
856* Extract theme of vertical-tabs
857* Extract theme of search
858* Reduce bundle size
859* Add Breadcrumbs component
860* Create table component
861
862## 1.4.1 (April 17, 2017)
863
864* fix AOT bug with StRadio Component
865
866## 1.4.0 (April 17, 2017)
867
868* Add st-radio and st-radio-group components
869* Add test to EgeoResolve
870* Bugfix #144 and #77
871* Update spinner styles to remove margins
872* Increase test coverage in all components
873* EgDeprecated decorator
874
875## 1.3.3 (April 05, 2017)
876
877* export all elements of stModalInterface
878
879## 1.3.2 (April 05, 2017)
880
881* fix infinite loop in modal close
882
883## 1.3.1 (April 03, 2017)
884
885* export stModalResponse
886
887## 1.3.0 (April 03, 2017)
888
889* st-modal and StModalService
890* Add max-lenght validation on inputs
891* Force to install some dependencies
892* st-tab-box as stateless component
893* Bugfix pagination
894
895## 1.2.0 (March 17, 2017)
896
897* Remove st-table from website
898* Add test coverage 67% to st-input
899* Add new search options (Live search and only emit on click)
900* Separate library and website
901* Add test to st-spinner
902* Add test to st-tooltip
903* Prepare for publish release
904
905## 1.1.2 (March 09, 2017)
906
907* Adapt to Nexus3
908
909## 1.1.1 (March 08, 2017)
910
911* Add max-width to header component
912
913## 1.1.0 (March 06, 2017)
914
915* Add isFocused parameter on input component to set the focus on the input
916* Add distribution as AoT
917* Add Required and CheckRequired decorators.
918* Add search filter pipe
919* Add EgeoUtils with some static common functions
920
921## 1.0.0 (February 23, 2017)
922
923* Modularize all components
924* Add Button Clear in Search Component
925* Add Value Input in Search Component
926* Add optional Pre-title to Page Title Component
927* Update color definitions
928* Add util service for manage translations of complex objects
929* Update fonts in sass for use body istead open-sans and heading instead brandon-grotesque
930* Fix some problems with fonts
931* Info Box now have a variable height and with that adapt to content and container
932* Info Box now have two new inputs, height and with to fix height and with in pixels
933* Added Pagination component
934* Remove external padding in vertical tab component
935* **BREAKING CHANGE:** Remove ng2-translate dependency
936* **BREAKING CHANGE:** Now egeo is imported like this ```import { EgeoModule } from 'egeo';```
937* **BREAKING CHANGE:** Output Search Component change of (onSearch) to (search)
938* **BREAKING CHANGE:** Vertical menu now is called Vertical Tabs
939* **BREAKING CHANGE:** Vertical menu now not emit active when active is set from outside
940* **BREAKING CHANGE:** Vertical menu output change from changedOption to changeOption
941* **AND ALL FIX OF VERSION 0.6.1**
942
943## 0.6.1 (February 08, 2017)
944
945* Prevent horizontal-tab wrong shown when zoom the browser
946* Add qaTag in info-cards
947* Fix broken spinner component
948
949## 0.6.0 (February 06, 2017)
950
951* Update colors with new values, possibility of getting in RGB format and documentation with RGB info.
952* Add alpha channel to the egeo-get-color API.
953* Apply complete design of sidebar in the documentation website.
954* Review and update libraries.
955* Fix Button event is launched when disabled.
956* Remove PostCSS
957* New dropdown menu component
958* New dropdown component
959* Rename old horizontal tabs to toggle buttons
960* New horizontal tab component
961* New Input component
962* Generic class for manage events
963* Solve minor bugs
964* Add coverage reports
965* Refactor Footer component for support internal url, logos and now with tests
966* New Header component
967* Add button to page title
968
969## 0.5.0 (December 12, 2016)
970
971* Change repository name for Egeo
972* Fix bad URL imports in the new UI-Base Sass files.
973* Separate font faces and fonts in a separate CSS and process
974* Remove old implementations of egeo.ui.base and rewrite imports to the new /ui-base
975* Fix linting errors
976* Add PostCSS support
977* Update to Angular 2.1.0 and Typescript 2.0.3 with types in npm
978* Add radio menu component
979* New component Title Page
980* Total refactor of repository
981* New search component
982* New button component
983
984## 0.4.0 (November 02, 2016)
985
986* New horizontal tab component
987* New tab box component
988* Spinner in modificable list while input is undefined
989
990## 0.3.0 (September 23, 2016)
991
992* Spinner component
993* Modificable List component
994* Footer component
995* Input component bugs and improvements
996* Info card component
997* Update to Angular2 final release
998* Regular expression utils
999+ Vertical menu component
1000* Close tooltip with click, keydown or mouse wheel
1001
1002## 0.2.0 (September 21, 2016)
1003
1004* Several components
1005* Update to Angular2-rc.6
1006
1007## 0.1.0 (September 1, 2016)
1008
1009* First iteration of egeo angular 2 components using Angular2-rc.5
1010
\No newline at end of file