- Display dialog's footer even if there's only one of the buttons present (PR #9)
- Angular 7.2.2
- Upgrade deps
- Angular 7.1.0
- fix: upgrade nodemon to remove vulnerability
- 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
- New major version number follows Angular major version number
- Upgrade bulma deps
- Add new component
nwb-edit-in-place
- package name changed. It's now under the scope @wizishop. Then to install it run
npm i @wizishop/ng-wizi-bulma
- Increase timer in modal-search component while navigating with keyboard
- 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 toNwbAllModule
. Il will import all the components' module for you.
- Add sort header component which is an adaptation of the sort header from angular material
- Allow to add extra classes to modalsearch component
- Optimize modalsearch listener
- Upgrade dependencies
- Fixes infinite loop that could occur when modalsearch was created but never opened
- Remove use of material icon, use only font awesome
- NwbModalSearchComponent: Add header and footer component.
- NwbFoundRow now accepts children properties
- NwbModalSearchComponent: Add enabled property to enable/disable the modal search component
- Breaking changes: NwbDropdownConfig.classes and NwbDropdownConfig.disabled don't exist anymore, they've been added as component input
- Upgrade to Angular 6 and Bulma 0.7.2
- Add simple animated card component
- Removing useless structure for alert to a more slick one
- Fix + nicer doc
- Add alert component + doc
- FIX switch: do not emit event if value didn't change
- Add tooltip directive from https://wikiki.github.io/elements/tooltip/
- Add switch component from https://wikiki.github.io/form/switch/
- Add tabs component thanks to TomzOk
- Angular 5.2.0
- Bulma 0.6.2
- Angular 5.1.2
- Bulma 0.6.1
- Uses ng-packagr to transpile into the Angular Package Format
- 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
- 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
- FIX: nwbDebounce directive could have _onChanged undefined
- Add nwbDebounce directive
- Fix dropdown disabled behavior
- Set encapsulation to
ViewEncapsulation.None
on all components - Add progress bar component (port of Angular Material's Progress Bar)
- Add config attribute to dropdown, see
NwbDropdownConfig
- Add isLoading input parameter for dropdown
- Dialog have now a default auto width
- Add Dropdown component
- FIX: issue
dialog.component.d.ts.NwbDialogComponent.html (15,9): Type 'number' is not assignable to type 'boolean'
when building components with aot
- Add spinner component
- Add
loading
property inNwbDialogConfig
to display the spinner inside the dialog - FIX: Dialog method:
enableButtonsAndMakeOkButtonNotLoading()
wasn't working properly
- FIX: changing pageSize would not fire page event
- Add paginator components
- Use material icons: https://material.io/icons
- Fix lazy loaded modules injectors issue
- Add new functionality to the dialog component see NwbDialogConfig
- NwbDialogConfig.closeButtonText has been renamed to NwbDialogConfig.cancelButtonText
- 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
- FIX npm package issue
- Throw an exception if nwbRootCpm is not defined
Upgrade to Angular 4.x
Initial release with 2 components :
- dialog
- snackbar