Skip to content

Releases: Voog/wysihtml

0.5.0-beta2

11 Dec 14:04
Compare
Choose a tag to compare
0.5.0-beta2 Pre-release
Pre-release
  • Fix tab key triggering error
  • Update repo naming

0.5.0-beta1

04 Dec 12:49
Compare
Choose a tag to compare
0.5.0-beta1 Pre-release
Pre-release
  • formatBlock command update
    • Selections apply format to selection not its parent block,
    • Removed toggle functionality from many formatBlock commands (h1-6, p, pre ...) and added plaintext state to formatblock instead.
    • Code modernization
    • Changes API!
  • Allow tel: scheme in links
  • Fixed atributeless A tags
  • Added "dimension" to checkattributes methods (for with/height attributes where floating point numbrs and percentages are allowed)

0.4.17

06 Nov 10:49
Compare
Choose a tag to compare
  • Updated rangy and added as node package
  • Updated qUnit for testing
  • Fixes some selection issues with webkit and autolinking
  • Refactored composer.observer for readability

0.4.16

23 Oct 12:51
Compare
Choose a tag to compare
  • Fix copy being broken for plain/text
  • Change deleting and selection behaviour of uneditable containers

0.4.15

17 Sep 12:20
Compare
Choose a tag to compare
  • Fixes copying incorrrect source (spans, styles etc.) from texteditor in webkit and adds ability to add separate ruleset for paste cleanup if source origin is editor itself

0.4.14

10 Sep 13:16
Compare
Choose a tag to compare
  • Adds ability for check_attributes parameter in cleanup rules to define attributes whose name is beginning with string (ex: "data-*")
  • Toolbar buttons active and disabled classes can be configured
  • Paste logic rewrite. Pasted data is now precaught and separate rulesets can be defined for pasted data.

0.4.13

11 Aug 07:34
Compare
Choose a tag to compare
  • Adds option for parser to keep comments
  • Fixes list insertion problems in IE
  • Fixes some leaking varaibles reduces browser error messages
  • Updates rangy to latest (1.3alpha.20140804)

0.4.12

03 Jul 11:45
Compare
Choose a tag to compare
  • Fixes some placeholder problems targeting Firefox and Safari.

0.4.11

03 Jul 09:02
Compare
Choose a tag to compare
  • Tests are now made with up to date Qunit (tanks @Waxolunist)
  • Fixes an error that placeholder will not be displayed when whitespace present in editor

Update to 0.4.10

27 Jun 13:09
Compare
Choose a tag to compare
  • Solve inline formating issues when applying multiple styles
  • Add a special case when deleting into heading with caret