Skip to content

Latest commit

 

History

History
150 lines (68 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

150 lines (68 loc) · 3.74 KB

v6.1.0 (2015-10-29)

Bug Fixes

  • AutogrowTextarea: change first() of inputValue$ (24f61d3c, #56)

Features

  • AutogrowTextarea: enable ability to pass id (34318d60, #53)

v6.0.2 (2015-10-20)

v6.0.1 (2015-10-12)

v6.0.0 (2015-10-11)

Features

Breaking Changes

Rename component directory and component function.

Before:

  • src/atom-autogrow-textarea
  • atomAutogrowTextarea()

After:

  • src/AutogrowTextarea
  • AutogrowTextarea()

Closes #11

v5.0.0 (2015-09-23)

Breaking Changes

Move source files to src/atom-autogrow-textarea.

Closes #9

v4.0.0 (2015-09-12)

Features

  • atom-autogrow-textarea.js: add cuid (cccc7f4e)

Breaking Changes

  • atom-autogrow-textarea.js: due to cccc7f4e,

atom-autogrow-textarea now returns object with property id instead of cycleId.

v3.1.1 (2015-09-11)

v3.1.0 (2015-09-11)

Bug Fixes

  • atom-autogrow-textarea: missing . before class name (11976cad)

Features

  • atom-autogrow-textarea: expose dialogue name (dea16498, #5)

v3.0.2 (2015-09-09)

Bug Fixes

  • CSS: Error: Failed to find 'atom-layout/atom-layout.css' (411eeb27, #1)
  • JS: Error: Cannot find module 'util-combine-class-names' (51e77258)

v3.0.1 (2015-09-09)

v3.0.0 (2015-09-08)

Features

  • atom-autogrow-textarea.js: add autogenerated cyclic id (aeaa72a3)

Breaking Changes

  • atom-autogrow-textarea.js: due to aeaa72a3,

atomAutogrowTextare function signature has changed. New signature: `atomAutogrowTextarea({DOM, props$, optCycleId = makeCycleId()})

v2.0.0 (2015-09-08)

Breaking Changes

  • package.json: due to a59bfed0, validate-commit-msg.js and release.js have been replaced with node modules.

v1.0.0 (2015-09-04)