Skip to content

Latest commit

 

History

History
200 lines (105 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

200 lines (105 loc) · 3.24 KB

0.0.4

  • Initial version pre alpha

0.0.5

  • Fix analysis problems

0.0.6

  • Refactoring components names

0.0.7

  • Refactoring API names

0.0.8

  • Fix bug on DataTable component

0.1.0

  • Fix preventDefault and stopPropagation for form submission on enter key

0.1.1

  • implementation of a loading animation in dataTable

0.1.2

  • implementation directives utils

0.1.3

  • fix CSS dataTable

0.1.4

  • fix CSS Select Dialog

0.1.6

  • implementation onchange event in Select Dialog

0.1.9

  • implementation 2 new components "EssentialAccordionComponent" and fontawesome components

0.1.11

  • implementation 1 new type on datatable col type

0.1.12

  • implementation 1 new components "EssentialModalComponent"

0.1.13

  • implementation 1 new components "EssentialDropdownDialogComponent" and fix modal issues

0.1.14

  • implementation of RestClient a API for consumer web services

0.1.17

  • implementation 1 new components SimpleDialogComponent and fix issues

0.1.18

  • implementation 1 new components SimpleLoadingComponent and fix issues

0.1.19

  • fix issue on RestClientGeneric, not present totalRecords on result list of getAll

0.1.20

  • fix issue on RestClientGeneric, not present totalRecords on result list of getAll

0.1.22

  • fix bugs on simple select

0.1.23

  • fix bugs

0.1.24

  • Timeline Component

0.1.25

  • Timeline Component - Bug em renderização corrigida.
  • InnerHTML Componente com DOMSanitizer desbloqueado.

0.1.25

  • bug na exibição do timeline

0.1.26

  • fix bugs

0.1.31

  • implementation of Excel export API

0.1.32

  • introduction SimpleXLSX API for Excel export on DataTable

0.1.34

  • fix bugs in datePicker and simple select components

0.1.35

  • fix bugs on change event of simple select component

0.1.36

  • implementation of filter on search fielder of simple select

0.1.41

  • fix bugs

0.1.42

  • general improvements to DataTable and Rest API

0.1.46

  • Dislabe suport in essential select component

0.1.50

  • fix DataTable format

0.1.51

  • add to DataTable options "visible" and "export" coll settings

0.1.52

  • add excel export API

0.1.83

  • add EssentialRecaptcha component

1.1.0

  • fix documentation and overall bugs

1.2.3

  • refactory of EssentialDataTableComponent and add news features

1.2.4

  • add news properties to EssentialSelectDialogComponent as showDialog, showHeader, titleHeader

1.2.5

  • add new component EsDynamicDataTableComponent as DataTable to render List<Map<String,dynamic>>

1.2.6

  • fix bugs on EsDynamicDataTableComponent

1.3.7

  • implementation of news features on Essential Modal Component, size attribute and headerColor attribute and fix bugs, and implementation new component EssentialSlideLoadingComponent
<es-modal [showheader]="true" [size]="EssentialModalSize.largeSize" [headerColor]="EssentialModalHeaderColor.success">

1.7.13

  • fix bugs of dataTable that caused redraw

1.8.14

  • fix bugs of EssentialSelectDialogComponent

1.9.15

  • improvement of the Essential Notification Component, now you have a new "notify" method to get toats with less parameters and also has a button to close the toast

1.9.18

  • add showHeaderCloseBtn and blockCloseAction to EssentialModalComponent

1.9.23

  • fix bugs on DatePiker