Skip to content

1.0.5

Choose a tag to compare

@faeibson faeibson released this 06 Jan 22:12
1.0.5
24848cd
  • Smaller refactorings and improved code
  • Title / card header can now be hidden by just assigning an empty value / null (#15)
  • Fixed: Non-functional buttons (#9, #16 - thanks to @adamhun94)
  • Fixed: Horizontal resizing of textarea may cause glitches (#14 - thanks to @ildar170975)
  • Fixed: Buttons are not centered (#13)
  • Fixed: Clipboard behaviour
  • Enhancement: Autosave behaviour (not firing on every keyup anymore)
  • Removed textarea margin-top and replaced the JS resizing by flex CSS
  • Enhancement: Introduced min_lines_displayed option to set the minimal displayed height (lines/rows) of the textbox, defaults to 2 (#6)
  • Enhancement: Stretch to full size of parent container in order to fit in stack cards (#6)