This repository has been archived by the owner on May 7, 2021. It is now read-only.
Releases: fabric8-ui/ngx-widgets
Releases · fabric8-ui/ngx-widgets
v2.1.1
Release only.
v2.1.0
Update Angular to 4.4.3
v2.0.3
2.0.3 (2017-09-22)
Bug Fixes
- bootstrap: remove ng2-bootstrap (f7d102f)
- browsermodule: remove browser module import which breaks downstream (0c89758)
- build: add @types/core-js to the dependencies (2bb7581)
- build: change clean-up from rimraf to rm (7bc97f6)
- build: change the groovy script to build widgets instead of fabric8-wit (13c76b9)
- build: clean up build, remove unused/unneeded commands (2757b28)
- build: Error in plugin 'gulp-ngc' (9a2f701)
- build: fix bug in the jenkins file that pointed to fabric8-wit (4997537)
- build: move transpile-sass step before bundle step (61a5809)
- build: move transpile-sass step before transpile step (c5424c9)
- build: remove unused dependencies (7904048)
- build: set a more clear clean script (8c3d53c)
- build: update Jenkins to use 'scm' and to set the build to clean before install (9587ae3)
- ci: add the npm run build step back to CI so we revent changes that can break the release (#102) (e978544)
- dialog: update the animation transition 'easing' to support the latest Angular animation api (536693e)
- docs: add symantic-release badge to README (b6757b3)
- docs: Update Readme to have new Build Version link (750f251)
- dropdown: add 'bs' to 'dropdown' (5ba02e6)
- dropdown: add * and drop bs prefix (3426e04)
- dropdown: Various fixes for dropdown menus and missing '*' chars. (fd55861)
- example: add slide out component example (485ad88)
- exports: add slide-out to module (89f0d7c)
- filter: Caret back in place (1da6985)
- filter: Closing filter fixed in tool bar (181dbf7)
- filter: Counts should be an optional type (f724f6d)
- filter: Examples are added for type ahead and primaryQueries (322825e)
- filter: Filtered list is removed and on typeahead filter event is sent back (2e2f50d)
- filter: Icn and image URL added to the filter option list (b4d67bc)
- filter: Moved filter type emit to onClick expand filter options (04ebbd8)
- filter: Primary query list added to the type ahead filter (e041df5)
- filter: Refactor filter and toolbar (consumer) to accommodate the Planner UI (1679135)
- filter: Renaming shadowed variable in filter (a3f5233)
- filter: Separator and filterable sorted out (c6c902e)
- filter: Type ahead filter fixed and trimmed (096b1c1)
- filter: Type ahead filter list bug fixed (a9aa40f)
- filter: Updated type ahead feature (42c88db)
- guidelines: update assets per code guidelines (e16fdd1)
- Less: Convert to use LESS (97dc40d)
- list view: Headers must be on own row (ae85055)
- markdown: Adding RouterModule in markdown example module (4121f71)
- markdown: Better way to callback the function for preview and save (fb43c6d)
- markdown: Changed font size from px to em (792c650)
- markdown: Fixed edit allow first render nug (6005924)
- markdown: Fixed markdown component with undefined values. OSIO issue #1443 (0669dc5)
- markdown: Fixed markdown edit icon position CSS (32fd87b)
- markdown: FIxed the CSS codes to match the standard (96558b1)
- markdown: FIxed to mathc CSS standard (ca4d032)
- markdown: Javascript code update following the standard (300d075)
- markdown: On the fly editAllow false action (a4e67b7)
- module: Putting almsearchhighlight pipe in a module to gain inner access (8b6ba95)
- notification: Example showing how to override notification service defaults (909171e)
- notifications: actually export notifications (d6c9674)
- pipe: remove auto-focus from the editable pipe (850b6a5)
- release: add UI container for updating downstream deps (536ff6e)
- release: automatically merge PRs to npm-dependency repo during release pipeline (ddd868a)
- release: dummy trigger (4f648da)
- release: fix failing CI build by avoiding npm-run-all openshiftio/openshift.io#947 (d2b6435)
- release: test to update release (78d664c)
- release: tidy up pipeline code and avoid semantic-release assuming a CD pipeline is debug (b66605b)
- release: update fabric8-npm-dependencies project after release (ecdb82c)
- release: update pipeline to use correct property name (9c44142)
- release: update README to force a release (05d5abc)
- release: use correct node definition now we dont use the client builder (371f1d8)
- responsive: update for responsive use (8b6f638)
- sass: Added gulp tasks to insert require statements (#14) (7722be0)
- test: add BrowserAnaimationModule and ng-template (8e6ec02)
- test: Fixed unit tests (7c6a532)
- test: Unit test fixed for filter and toolbar (6220173)
- tests: add slide-out-panel tests (b1f2a16)
- tests: Fixed unit test breakage due to recent karma changes (05b5eee)
- tests: optimize test runs (5af9b03)
- toolbar: Added toolbarConfig (f62e6ed)
- toolbar: Hide extra separator when actions are not provided. (78a838e)
- treelist: Added styling to mimic dnd mockup (4ab5227)
- treelist: Moved drop slots to tree-list-item to remove white space between rows (d992c63)
- treelist: Moved Patternfly styles (list-view-pf, list-group & list-group-item) to tree list...
v2.0.2
Update semantic-release to 7.0.2
v2.0.1
downgrade Symantic-release so that it will work.
v2.0.0
Update to Angular 4.4.2 and update other libs
v1.1.2
v1.1.1
v1.1.0
<a name"1.1.0">
1.1.0 (2017-08-07)
Bug Fixes
- markdown:
- Javascript code update following the standard (300d0753)
- On the fly editAllow false action (a4e67b7a)
- Changed font size from px to em (792c6500)
- FIxed to mathc CSS standard (ca4d032b)
- FIxed the CSS codes to match the standard (96558b1b)
- Adding RouterModule in markdown example module (4121f714)
- Better way to callback the function for preview and save (fb43c6d7)
- tsconfig: Update tsconfig to support experimentalDecorator on all ts files (138b0fff)