Skip to content

Latest commit

 

History

History
227 lines (131 loc) · 5.34 KB

CHANGELOG.md

File metadata and controls

227 lines (131 loc) · 5.34 KB

7.0.7 (2019-02-01)

  • Display dialog's footer even if there's only one of the buttons present (PR #9)

7.0.6 (2019-01-23)

  • Angular 7.2.2
  • Upgrade deps

7.0.5 (2018-11-27)

7.0.4 (2018-11-16)

  • Update to angular 7.0.4
  • Add new scss @import '~@wizishop/ng-wizi-bulma/ng-wizi-bulma'; to allow custom all color from bulma
  • Move from bulma-switch / bulma-pageloader to bulma-extensions to avoid some error message
  • Update fontawesome to last 5.5.0 version

7.0.0 (2018-10-19)

  • New major version number follows Angular major version number

5.0.1 (2018-10-16)

  • Upgrade bulma deps
  • Add new component nwb-edit-in-place

5.0.0 (2018-09-14)

  • package name changed. It's now under the scope @wizishop. Then to install it run npm i @wizishop/ng-wizi-bulma

4.0.7 (2018-08-29)

  • Increase timer in modal-search component while navigating with keyboard

4.0.6 (2018-08-24)

  • Angular 6.1.4
  • Set a default value for NwbAlertConfig.position

#4.0.5 (2018-08-16)

  • Angular 6.1
  • Add ofLabel property into NwbPaginatorIntl

#4.0.4 (2018-07-23)

  • In NwbFilterRoutingBuilder.group add groupName argument to let user overwrite the default one

#4.0.3 (2018-07-19)

  • FIX: wrong direction was used for the arrow in NwbSortHeaderComponent
  • Add NwbFilterRoutingBuilder service

#4.0.0 (2018-07-13)

  • Each component has now its own module, so you can import only the components you want to use.
  • Breaking changes: NwbModule has been renamed to NwbAllModule. Il will import all the components' module for you.

3.0.10 (2018-07-12)

  • Add sort header component which is an adaptation of the sort header from angular material

3.0.9 (2018-07-02)

  • Allow to add extra classes to modalsearch component

3.0.7 (2018-06-20)

  • Optimize modalsearch listener

3.0.6 (2018-06-19)

  • Upgrade dependencies

3.0.5 (2018-06-19)

  • Fixes infinite loop that could occur when modalsearch was created but never opened

3.0.4 (2018-06-14)

  • Remove use of material icon, use only font awesome
  • NwbModalSearchComponent: Add header and footer component.
  • NwbFoundRow now accepts children properties

3.0.3 (2018-06-14)

  • NwbModalSearchComponent: Add enabled property to enable/disable the modal search component

3.0.1 (2018-05-30)

  • Breaking changes: NwbDropdownConfig.classes and NwbDropdownConfig.disabled don't exist anymore, they've been added as component input

3.0.0 (2018-05-23)

  • Upgrade to Angular 6 and Bulma 0.7.2

2.0.10 (2018-03-23)

  • Add simple animated card component

2.0.9 (2018-03-22)

  • Removing useless structure for alert to a more slick one

2.0.8 (2018-03-22)

  • Fix + nicer doc

2.0.7 (2018-03-22)

  • Add alert component + doc

2.0.5 (2018-03-21)

2.0.4 (2018-03-20)

2.0.2 (2018-01-22)

  • Add tabs component thanks to TomzOk

2.0.1 (2018-01-12)

  • Angular 5.2.0
  • Bulma 0.6.2

2.0.0 (2018-01-05)

  • Angular 5.1.2
  • Bulma 0.6.1
  • Uses ng-packagr to transpile into the Angular Package Format

1.2.3 (2017-10-06)

  • Angular 4.4.4
  • Bulma 0.5.3
  • Fix: ng-wizi-bulma/dialog/dialog.component.html (2,698): Type 'number' is not assignable to type 'boolean'. on Aot build

1.2.2 (2017-10-05)

  • Add nwb-modal-search component, to search everywhere
  • nwb-spinner is now display block
  • Can now dismiss dialog on click on modal background or with escape key

1.2.1 (2017-09-12)

  • FIX: nwbDebounce directive could have _onChanged undefined

1.2.0 (2017-09-08)

  • Add nwbDebounce directive

1.1.9 (2017-09-04)

  • Fix dropdown disabled behavior
  • Set encapsulation to ViewEncapsulation.None on all components
  • Add progress bar component (port of Angular Material's Progress Bar)

1.1.8 (2017-08-29)

  • Add config attribute to dropdown, see NwbDropdownConfig

1.1.7 (2017-08-28)

  • Add isLoading input parameter for dropdown
  • Dialog have now a default auto width

1.1.6 (2017-08-28)

  • Add Dropdown component

1.1.5 (2017-08-25)

  • FIX: issue dialog.component.d.ts.NwbDialogComponent.html (15,9): Type 'number' is not assignable to type 'boolean' when building components with aot

1.1.4 (2017-08-25)

  • Add spinner component
  • Add loading property in NwbDialogConfig to display the spinner inside the dialog
  • FIX: Dialog method: enableButtonsAndMakeOkButtonNotLoading() wasn't working properly

1.1.3 (2017-08-22)

  • FIX: changing pageSize would not fire page event

1.1.2 (2017-08-22)

1.1.1 (2017-08-20)

  • Fix lazy loaded modules injectors issue
  • Add new functionality to the dialog component see NwbDialogConfig
  • NwbDialogConfig.closeButtonText has been renamed to NwbDialogConfig.cancelButtonText

1.1.0 (2017-08-18)

  • Angular 4.3.5
  • Bulma 0.5.1
  • Create singleton of overlay
  • No need to add <nwb-app-root></nwb-app-root> into you html anymore

1.0.9 (2017-03-25)

  • FIX npm package issue
  • Throw an exception if nwbRootCpm is not defined

1.0.6 (2017-03-24)

Upgrade to Angular 4.x

1.0.0 (2017-03-01)

Initial release with 2 components :

  • dialog
  • snackbar