dejajs-components

Angular components

APACHE-2.0 License

Downloads
26.1K
Stars
38
Committers
58

Bot releases are hidden (Show)

dejajs-components - 2.0.3

Published by Maxouhell over 7 years ago

Bug Fixes
  • Packages: Add reflect-metadata to package.json (19992ea6)
Other Changes
  • DejaGrid: Sort spinner position (4bf7cac0)
Refactors
dejajs-components - 2.0.0

Published by Maxouhell over 7 years ago

Documentation Changes
  • Contribution: Create a creatibution readme (485f0ccb)
  • Readme:
New Features
  • PendingOnFocusDirective: Directive to mark as pending the input has focus for reactive form (2aa214cc)
  • DejaSelect:
    • Added readonly property (a95b2983)
    • Implement reactive form compatibility and ngModel propagation to child input (d6d2455c)
  • DejaChip: Added readonly and disabled properties (a9117570)
  • ValidateOnBlurDirective:
    • Directive to validate input on blur instead on type for reactive form (4e7b6657)
    • Directive to validate input on blur instead on type for reactive form fix(DejaSelect): Place holder position when late binding (2e907c25)
  • DejaChips: DejaChips added for DejaSelect selected items in multiselect mode. (fd1fe27d)
  • DejaDatePicker: Reactive form compatibility (e92d5d7f)
  • DejaDateSelector: Reactive form compatibility (9fcf751b)
  • DejaCircularPicker: Reactive form compatibility (6574f5e5)
  • DejaColorPicker: Reactive from compatibility (3a5b01a9)
  • DejaColorSelector: Reactive form compatibility (76256172)
  • DejaEditableDirective: ReactiveForm compatibility (67a10411)
  • DejaGrid: NgModel removed Compatibility (6ba84c47)
Bug Fixes
  • E2E: E2E TS Compliant with typescript 2.2.2 (8aa7f7ad)
  • CLI: Downgrad to typescript 2.2.2 to fix an incompatibility of cli compiler (d72b26e1)
  • Lint:
  • Global:
    • Better imports (d3238801)
    • Compiler CLI compliance (43346ee9)
    • Better imports (ecd0689c)
    • Better import (784901c3)
    • Better imports for compiler-cli compliance (9db28940)
    • Better imports for compiler-cli compliance (a7415451)
    • Better imports for compiler-cli compliance (5cfdeb13)
    • Better imports for compiler-cli compliance (f49030d2)
    • Better imports for compiler-cli compliance (0172c7a3)
    • Better imports for compiler-cli compliance (70050e54)
    • Better imports for compiler-cli compliance (0a5ab130)
    • Better imports for compiler-cli compliance (8b10385e)
    • Better imports for compiler-cli compliance (0edcd9a2)
    • Better imports for compiler-cli compliance (a0ac3316)
    • Add RXJS Operators (d123fc43)
    • Improve ClipboardService providing error and message (c89e736d)
  • CircularPicker: Better import (116cc22d)
  • ContentEditable: Update module import (b3ef56d9)
  • DejaMouseDragDropCursor: Add RXJS delay operator (3bce1595)
  • DejaCircularPicker: Add RXJS takeUntil operator (bcf13250)
  • DropdownComponent: Add RXJS delay operator (528061d9)
  • DemoApp: Imports... (9e23d465)
  • ItemListService: Add if opperator (45e8c529)
  • DejaCodeViewer:
  • DejaSelect:
    • Synchronization between model and textField property when control is in a reactive form (333f9b40)
    • Synchronization between model and textField property when control is in a reactive form (2ceb7cf7)
  • PendingOnFocusDirective: Observable leak (26dde51d)
  • DejaClipboardService: DejaClipboardService is now optional. DejaClipboardService must be provided on your app.module to get the full drag drop and copy/paste features of the components. (fcd2c7bf)
  • DejaTreeList:
  • DejaChips: Chips height aligned to material (a4b6597b)
  • DejaColorPicker: Added a filter on focus when enter is pressed (70120b24)
Other Changes
  • tsLint: tsLint as warnings (931bb956)
  • Deploy: Automatic version incrementation (e72aa683)
  • Dependencies: Update all dependencies in latest version (1afae63a)
  • Webpack:
  • Changelog: Change the changelog generator (c8e60610)
  • Travis:
    • Add configuration to generate changelog (8b4e0703)
    • Add Commitizen config (1084ba5a)
Refactors
dejajs-components - 2.0.2

Published by Maxouhell over 7 years ago

Bug Fixes
  • Moment: Update moment imports (bd86f22c)
  • Sorting: Export SortOrder (067c315f)
  • Build: Add polyfills into the build (677766a2)
  • Global: Update version during the build (453472c0)
Other Changes
  • Bundle: Improve bundle size (8cec8932)
  • Doc: Specify root folder for documentation (23b38c09)
  • Travis: Fix script path (779e6f70)
dejajs-components - 1.9.1

Published by Maxouhell over 7 years ago

Update all dependencies in latest version

dejajs-components - 1.9.0

Published by Maxouhell over 7 years ago

Documentation Changes
  • Contribution: Create a creatibution readme (485f0ccb)
  • Readme:
New Features
  • PendingOnFocusDirective: Directive to mark as pending the input has focus for reactive form (2aa214cc)
  • DejaSelect:
    • Added readonly property (a95b2983)
    • Implement reactive form compatibility and ngModel propagation to child input (d6d2455c)
  • DejaChip: Added readonly and disabled properties (a9117570)
  • ValidateOnBlurDirective:
    • Directive to validate input on blur instead on type for reactive form (4e7b6657)
    • Directive to validate input on blur instead on type for reactive form fix(DejaSelect): Place holder position when late binding (2e907c25)
  • DejaChips: DejaChips added for DejaSelect selected items in multiselect mode. (fd1fe27d)
  • DejaDatePicker: Reactive form compatibility (e92d5d7f)
  • DejaDateSelector: Reactive form compatibility (9fcf751b)
  • DejaCircularPicker: Reactive form compatibility (6574f5e5)
  • DejaColorPicker: Reactive from compatibility (3a5b01a9)
  • DejaColorSelector: Reactive form compatibility (76256172)
  • DejaEditableDirective: ReactiveForm compatibility (67a10411)
  • DejaGrid: NgModel removed Compatibility (6ba84c47)
Bug Fixes
  • DejaChips: Chips height aligned to material (a4b6597b)
  • DejaColorPicker: Added a filter on focus when enter is pressed (70120b24)
  • DejaTreeList:
    • Material Beta5 Compatibility Issue (f2a858a7)
    • Material Beta5 Compatibility Issue (9daada13)
    • Expand button removed (50036980)
Other Changes
  • Webpack:
  • Changelog: Change the changelog generator (c8e60610)
  • Travis:
    • Add configuration to generate changelog (8b4e0703)
    • Add Commitizen config (1084ba5a)
dejajs-components - 1.8.2

Published by Maxouhell over 7 years ago

Documentation Changes
  • Contribution: Create a creatibution readme (485f0ccb)
  • Readme:
New Features
  • DejaDatePicker: Reactive form compatibility (e92d5d7f)
  • DejaDateSelector: Reactive form compatibility (9fcf751b)
  • DejaCircularPicker: Reactive form compatibility (6574f5e5)
  • DejaColorPicker: Reactive form compatibility (3a5b01a9)
  • DejaColorSelector: Reactive form compatibility (76256172)
  • DejaEditableDirective: ReactiveForm compatibility (67a10411)
  • DejaGrid: NgModel removed Compatibility (6ba84c47)
  • DejaSelect: Implement reactive form compatibility and ngModel propagation to child input (d6d2455c)
Bug Fixes
  • DejaTreeList: Expand button removed (50036980)
Other Changes
  • Changelog: Change the changelog generator (c8e60610)
  • Webpack: Webpack optimization (b1921080)
  • Travis:
    • Add configuration to generate changelog (8b4e0703)
    • Add Commitizen config (1084ba5a)
dejajs-components - 1.8.0

Published by rtrompier over 7 years ago

Breaking changes from 1.7.2

Update dependencies version

Bug fixes

Some bug fixes