- Angular 18
- Angular 17
- Angular 16
- pnpm 8
- Angular 14
- bulma 0.9.4
- Angular 13
- rxjs 7
- bulma 0.9.3
In your main scss file, replace @import '~@wizishop/ng-wizi-bulma/ng-wizi-bulma';
with @import 'node_modules/@wizishop/ng-wizi-bulma/ng-wizi-bulma';
- Upgrade to Angular 12
- Upgrade to Angular 11
- Handle setDisableState for
switch
anddropdown
components
- Upgrade to Angular 10
- Date Picker: add clear event
- Change in nwb-date-picker. The use of an input type "date" or "datetime-local" is now deprecated due to the lack of timezone. Use an input type "text" and set the attribute "nwbDateType" instead.
- Upgrade to Bulma 0.9
- Upgrade to Angular 9.1.10
- Upgrade to Angular CDK 9.2.4
- Upgrade to Angular 9.1.1
- Upgrade to typescript 3.8.3
- Upgrade to Angular 9
- Upgrade to Bulma 0.8
#8.0.4 (2019-09-18)
- Use safeHtml pipe in dropdown option to be able to pass raw html
#8.0.2 (2019-06-10)
- Added divider to dropdown via PR#15
- Updated documentation for dropdown
- Added support for 'touchstart' on dropdown dismiss
Thanks to (@nathanbedford) for this work
- Due to poor API/bugs of bulma calendar the datepicker won't support anymore
time
input. The only supported inputs aredate
and `datetime-local. If needed a separate component should be created DatePickerSettings
has been renamed toNwbDatePickerDefaultSettings
DatePickerFormat
has been renamed toNwbDatePickerFormat
NwbDatePickerIntl
has been renamed toNwbDatePickerIntl
- The default time part in the
datetime-local
wasn't working.
- Upgrade to Angular 8
- New Datepicker component
- fix type of value returned for currency-edit-in-place : now return a number value, not a string of number
- fix when removing all characters and submitting
- Add Edit-in-place with currency / fixed numbers
- Dropdown: fix performance issue due to global document click listener
- Add option selectTextUponClick in edit in place component (PR #11)
- Upgrade deps
- 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
- Angular 6.1
- Add ofLabel property into NwbPaginatorIntl
- In NwbFilterRoutingBuilder.group add groupName argument to let user overwrite the default one
- FIX: wrong direction was used for the arrow in NwbSortHeaderComponent
- Add NwbFilterRoutingBuilder service
- 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