- due to ccbde01f,
Rename component directory and component function.
Before:
- src/atom-autogrow-textarea
atomAutogrowTextarea()
After:
- src/AutogrowTextarea
AutogrowTextarea()
Closes #11
- due to 09b4d7f2,
Move source files to src/atom-autogrow-textarea
.
Closes #9
- atom-autogrow-textarea.js: add cuid (cccc7f4e)
- atom-autogrow-textarea.js: due to cccc7f4e,
atom-autogrow-textarea
now returns object with property id
instead of cycleId
.
- atom-autogrow-textarea: missing . before class name (11976cad)
- CSS: Error: Failed to find 'atom-layout/atom-layout.css' (411eeb27, #1)
- JS: Error: Cannot find module 'util-combine-class-names' (51e77258)
- atom-autogrow-textarea.js: add autogenerated cyclic id (aeaa72a3)
- atom-autogrow-textarea.js: due to aeaa72a3,
atomAutogrowTextare
function signature has changed.
New signature: `atomAutogrowTextarea({DOM, props$, optCycleId = makeCycleId()})
- package.json: due to a59bfed0,
validate-commit-msg.js
andrelease.js
have been replaced with node modules.