Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Latest commit

 

History

History
574 lines (336 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

574 lines (336 loc) · 14.7 KB

[0.0.33]

Version update

  • Angular version update and solved z-index issue

solve bug of onClose event in dialog component

Bug Fixes

  • solved some issues of chips,colorpicker,autocomplete and datepicker

Bug Fixes

  • Solved #275 Select component doesnt accept 0 and false values(ngModel) in md2-option

Bug Fixes

  • Solved #272 [Question] Md2Autocomplete and textChange emit old value
  • Solved #269 Disabled dates on Datepicker (Month mode) can still be selected
  • Solved tslint issues

Features

  • Solved #268 DataTable: pagination label could be an attribute

Bug Fixes

  • Solved #272 [Question] Md2Autocomplete and textChange emit old value
  • Solved #269 Disabled dates on Datepicker (Month mode) can still be selected

Features

  • Solved #268 DataTable: pagination label could be an attribute

Bug Fixes

  • Solved #254 Custom Id for md2-datepicker
  • fix(chips) Chips pasting issue #220
  • solved duplicate values in chips using in autocomplete

0.0.25 (2017-06-22)

Bug Fixes

  • fix(chips) autocomplete-item-value binding issue #240
  • #242 Runtime Error: MD_DATE_FORMATS (Datepicker)

0.0.24 (2017-06-13)

Bug Fixes

  • fixed datepicker minor issues

0.0.23 (2017-06-13)

Breaking Changes

  • refactored datepicker component with its few properties API Docs.

Bug Fixes

  • fix(datepicker) invalid time after selecting it #227
  • #233 Chips component always send changes event

Features

  • feat(datepicker) implementation for month picker support #168

0.0.22 (2017-06-07)

Bug Fixes

  • fix(datepicker) invalid time after selecting it #227
  • fix(tabs) runtime forEach issue #211

Features

  • feat(data-table) added event for rows per page change #228

0.0.21 (2017-05-31)

Bug Fixes

  • fix(select) design with multiple select #221
  • fix(datepicker) format date issue
  • fix(datepicker) prevent unnecessary fire change event onblur of textbox
  • fix(tags) menu option design improvement

0.0.20 (2017-05-29)

Breaking Changes

  • The forRoot method on all MD2 modules has been removed. It was previously deprecated and a no-op. Importing the modules directly will have the same effect.

Features

  • feat(select) option group

Bug Fixes

  • datepicker issue (fab045c)
  • datepicker toggle issue (c4ef84d)
  • rollup warnings while compilation (a09b4d6)
  • usage of dynamic i18n arrays (dd69e76)
  • fix(tabs) responsive design destort issue

0.0.19 (2017-04-20)

Bug Fixes

  • datepicker: emit change when time changed (7058c17)
  • fixed datepicker format related issues

Features

  • zero padded hours and minutes (2b0ffec)

0.0.18 (2017-03-31)

Bug Fixes

  • reactive form disable property issue #114 (587db74)
  • regex filter issue in autocomplete and tags (6b6c0d9)
  • fix AOT issues and update performance #137, #143
  • fix menu visiblity issue
  • wrapped text of autocomplete menu option
  • fix(tags) error this.onFocus is not a function issue #134
  • fix: reactive form disable property issue #114

Features

  • angular 4 compatibility (83d0639)
  • chore(datepicker) added feature for user can able to input date and update template portal and date util service #38, #106
  • chore(tooltip) integrated disable tooltip feature

0.0.17 (2017-03-20)

Bug Fixes

  • fix datepicker issues #56, #117, #122
  • fix colorpicker issues
  • update Accordion Animations
  • fix(collapse) update performance and added events
  • fix (chips) placeholder issue
  • fix(datepicker) update overlay issue
  • fix(tooltip) alignment and wrap text issue #126
  • fix(dialog) update escape key to close dialog issue

Features

  • chore(datepicker) added mode and container
  • chore(datepicker) added feature to user can able to clear the selected date value
  • chore(color picker) integrate colorpicker container configure
  • chore(dialog) initialized dialog configurations

0.0.16 (2017-02-28)

Breaking changes

  • The <md2-multiselect> depricated component is removed in favor of <md2-select multiple>.

Bug Fixes

  • demo changes (d5b6a10)
  • demo changes (ee0d106)
  • lint (0a0152b)
  • lint (f6d480e)
  • Fix (Chips) set function for adding new chip on input blur
  • Fix (Color picker) set default color for invalid color
  • Fix(chips) data binding issue of autocomplete in chips
  • fix(datepicker) type change update popup issue
  • fixed issues and update performance of all modules
  • fix(toast) update performance and fixed issue of view-container-ref

Features

  • chore(tooltip) added support for html bindings

0.0.15 (2017-02-20)

Bug Fixes

  • fix(colorpicker) added popup for open colorpicker,validate color
  • chore(dialog) update animations
  • fix(colorpicker) changes

0.0.14 (2017-02-16)

Breaking changes

  • chore(datepicker, toast) update providers and depricated forRoot()

Bug Fixes

  • chore(dialog) update promise in open/close methods

0.0.13-2 (2017-02-16)

Breaking changes

  • The <md2-multiselect> component is deprecated in favor of <md2-select multiple>. This component allows for multiple select options same as ms2-multiselect component does.
  • The use of Module forRoot has been deprecated and will be removed in the next release. Instead, just simply import MaterialModule directly:
@NgModule({
imports: [
...
MaterialModule,
...
]
...
});

Bug Fixes

  • fixed datepicker positioning issues and make it in dialog
  • fix(datepicker) ie issue #43, panel open inside view port #58
  • fix(datepicker) formatting issue #69
  • fix(datepicker) time format NAN issue #78
  • fix(tabs) invalid active tab index

Features

  • chore(tooltip) added scrolling and fixed performance issues

  • chore(dialog) update animations

  • chore(dialog) update performance and implementations

  • update performance of all components

0.0.13-1 (2017-01-17)

Breaking changes

  • data-table: directives are now camelcase and renamed

Bug Fixes

  • fix(data-table) active page change event while page change after data updates
  • fix(select) styling issue
  • fix(datepicker) min/max date null or undefined to seta as default #37
  • fix(datepicker) unable to clear issue #60
  • fix(autocomplete) suggestion list not closing issue
  • fix(autocomplete) require ngControl issue #57
  • fix(data-table) pagination issues and performance

Features

  • chore(data-table) set rows per page select dropdown is material #59
  • feat(date-table) sort by deeply
  • feat(datepicker) responsive #32
  • chore(datepicker) update html and styling structure
  • feat(datepicker) handle years through keyboard
  • feat(tooltip) multiple line support

0.0.13 (2016-12-29)

Breaking changes

  • saperate bundlings and move its in bundles path

Features

  • feat(data-table) update pagination navigations
  • feat(data-table) pagination change event

0.0.12 (2016-12-27)

Bug Fixes

  • fix(datepicker, select) styling issues
  • fix(accordion) remove prefix sytles
  • fix(autocomplete) lint free style
  • fix(toast) lint free style
  • fix(autocomplete) AoT issue #47

Breaking changes

  • The element is deprecated in favor of .

0.0.11 (2016-12-23)

Bug Fixes

Features

0.0.10-7 (2016-12-16)

Bug Fixes

0.0.10-6 (2016-12-09)

Bug Fixes

  • updated performance and fixed bugs

0.0.10-5 (2016-12-07)

Features

  • feat(toast) added toast config service for set toast duration globally

0.0.10-4 (2016-12-07)

Bug Fixes

  • fix(menu) trigger to open menu

Breaking Changes

  • refactor(toast) open/toast api changes

0.0.10-3 (2016-12-06)

Bug Fixes

  • fix: AoT issue
  • chore(tooltip) position and display variables should be public

Breaking Changes

  • Reimplement Menu component and changed its APIs, refer docs.

0.0.10-2 (2016-11-29)

Bug Fixes

Bug Fixis

  • fix(select) require validation issue
  • fix(toast) move applicationRef -> viewContainerRef to overlay
  • fix(tooltip) move applicationRef -> viewContainerRef to overlay

Features

  • feat(data-table) handle active page

Breaking Changes

  • Renamed md2-active-page to activePage and made it as two way binding property

0.0.10 (2016-11-24)

Bug Fixes

0.0.9 (2016-11-18)

Bug Fixes

  • fix(datatable) update arrya dynamic issue.
  • fix(select) ngModal binding issue.

0.0.8 (2016-11-15)

Bug Fixes

  • fix(accordion) multiple boolean issue

0.0.7 (2016-11-11)

Bug Fixes

  • autocomplete pipe issue (65a38e6)
  • sort field design
  • chips improvements

Features

  • dev-app server open on browser (2f70f65)

0.0.6 (2016-10-20)

Bug Fixes

  • fix(data-tagle) position

0.0.5 (2016-10-20)

Features

  • feat(autocomplete, datepicker, multiselect, select) readonly, required functionality.
  • feat(select) option label
  • feat(autocomplete) min-length
  • chore(data-table) create data-table

Bug Fixes

  • fix(autocomplete) readonly input
  • fix(tags) key event issue
  • fix(tags) highlight issue
  • fix(autocomplete) update set value
  • fix(toast) text wrap
  • fix(tooltip) position
  • fix(colorpicker) import service

0.0.4 (2016-10-10)

Features

  • feat(datepicker) seconds format

Bug Fixes

  • fix(autocomplete, datepicker, multiselect, select, tags) change event fire on module change.
  • minor bug fixis

0.0.3 (2016-10-07)

Features

  • feat(Datepicker): Add seconds to format
  • feat(datepicker) year selection
  • feat: BooleanFieldValue annotation
  • Added Chips component

Bug Fixes

  • fix(autocomplete, datepicker, multiselect, select, tags) initial binding conflict
  • minor bug fixis

0.0.2 (2016-10-03)

Features

  • feat(datepicker) update key events

Bug Fixes

  • fix: disabled component issue
  • fix(autocomplete) null event fire on every escape key
  • fix(autocomplete) disable issue
  • fix(tags) design issues.
  • fix(select) update demo and update design
  • fix(select) binding issue
  • fix(select) binding issue and update key events.
  • fix(datepicker, multiselect, select) IE11 focus issue
  • update core module
  • fix(dialog) header design
  • fix(toast) cross browser animation
  • fix(toast) layout discard after clear all toasts
  • fix(datepicker) clock issue
  • minor bug fixis

0.0.1 (2016-09-29)

Features

  • feat(datepicker) initial features

Bug Fixes

  • upgrade with Angular2@rc5 and @module implementations
  • minor bug fixis