Skip to content

Latest commit

 

History

History
353 lines (155 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

353 lines (155 loc) · 10.6 KB

1.3.3 (2018-06-21)

Bug Fixes

  • ic-crud-dropdown: scroll to top on items change (dcfa22a)

1.3.2 (2018-06-21)

Bug Fixes

  • ic-crud-dropdown: fix not a function error (08abe24)
  • ic-crud-dropdown: fix validation errors when defaultValue is used (9d79f6a)

1.3.1 (2018-06-20)

Features

  • ic-crud-dropdown: add error events (60e44cc)

1.3.0 (2018-05-25)

Features

  • ic-crud-dropdown: add defaultValue (c6dffe6)

1.2.0 (2018-03-21)

Features

  • ic-crud-dropdown: add txtDeleteConfirmation prop (8785b43)

1.1.0 (2018-02-27)

Features

  • core: usar searchTerm no search inicial que popula o form (cd2d0c7)

1.0.2 (2018-02-21)

Features

  • core: resolvido 'clique em lixeira disparando clique em item' (03e2806)

1.0.1 (2018-01-25)

Bug Fixes

  • component: fix error $refs of null (5efb247)

1.0.0 (2018-01-25)

Bug Fixes

  • release-it: add changelog file (553828d)
  • styleguide: fix console warnings (8456a48)
  • styleguide: fix warning msgs (b163a98)
  • test: fix onDropdownEditClick error (8d188d5)

Features

  • component: add custom modal example, add needed props and events (9ee53d3)
  • component: add editModal and addModal save click events (aa06d91)
  • component: remove add, delete and edit modal slots (cbfdc1e)
  • ic-crud-dropdown: remove required from formly fields (e77d7aa)
  • release-it: update config file (1c13dce)
  • test: add missing tests (0acfa87)

BREAKING CHANGES

  • component: editModal, deleteModal, addModal does not exists anymore

0.7.1 (2018-01-09)

Bug Fixes

  • component: fix edit modal not showing object (f3fb6ff)
  • tests: fix update test (5ebd5a1)

Features

  • component: add selectedItem prop (32b5517)

BREAKING CHANGES

  • component: the old selectedItem data has been removed and changed to a prop the prop is not updated inside of the component, but outside, by listening select event

0.7.0 (2018-01-09)

Features

  • build: add conventional changelog (59d68ae)
  • build: add travis (fa05779)
  • component: do not select item when click edit button (bb07f24)

BREAKING CHANGES

  • component: clicking edit buttom item now does not select the item

0.6.5 (2017-12-27)

0.6.4 (2017-12-27)

Features

  • package: change build locations, by default export cjs module (c0cf1d2)

0.6.3 (2017-12-27)

Bug Fixes

  • ic-crud-dropdow: import the dependencies and set to externals (ddd6e38)
  • ic-crud-dropdown: add missing dependencies remove not needed externals (133ca7c)

0.6.2 (2017-12-27)

0.6.1 (2017-12-27)

Bug Fixes

  • tests: upate ic-formly path (7b4a483)

0.6.0 (2017-12-22)

Bug Fixes

  • ic-formly: update ic-formly now is a plugin (f978a7d)
  • test: fix formly dependency (2a4578f)

0.5.1 (2017-12-22)

Bug Fixes

  • ic-formly: fix validation by updating package (7d50696)

0.5.0 (2017-12-22)

Bug Fixes

  • build: remove release-it conventional (720f875)

Features

  • build: add conventional angular to release-it (a165bc2)
  • ic-crud-dropdown: Add more options and update docs (8632f50)

BREAKING CHANGES

  • ic-crud-dropdown: add enableSearch prop, now by default search will be disabled add enablePagination prop, now by default the pagination will be disabled

0.4.3 (2017-12-21)

0.4.2 (2017-12-21)

0.4.1 (2017-12-21)

0.4.0 (2017-12-21)

Features

  • ic-crud-dropdown: improve style to bootstrap compatibility (e54e652)

0.3.0 (2017-12-20)

Features

  • ic-crud-dropdown: add missing test (f9c7679)
  • ic-crud-dropdown: add onDropdownShown behavior (2492944)

0.2.2 (2017-12-20)

Bug Fixes

  • ic-crud-dropdown: revert items watcher for now (3fb6a57)

0.2.1 (2017-12-20)

Bug Fixes

  • ic-crud-dropdown: fix undefined in watch items (eb43cbf)

0.2.0 (2017-12-20)

Features

  • ic-crud-dropdown: add scroll whenever items changes (d6993a0)

0.1.2 (2017-12-20)

Bug Fixes

  • ic-crud-dropdown: remove weirdo zero (9b87fcf)

0.1.1 (2017-12-20)

Bug Fixes

  • build: add src to dist files (a740136)

Features

  • ic-crud-dropdown: add right option (bc7b3db)

0.1.0 (2017-12-19)

Features

  • build: refactory build process (be577e9)

0.0.2 (2017-12-14)

Bug Fixes

  • ic-crud-dropdown: fix dependencies (fa0a8e9)
  • ic-crud-dropdown: fix imports (423875a)

Features

  • package: add dependencies (aa14c82)
  • package: add missing dependencies (45f069e)
  • package: change babel presets (0dd352c)
  • poi: add css name (6de2a6d)
  • project: import all files from current ic-crud-dropdown, fix docs (2af9e0b)