Skip to content

Releases: textAngular/textAngular

Pre-Release v1.2.1-pre6

12 May 00:01
Compare
Choose a tag to compare
Pre-release

Minor fixes around the formatBlock issues.

Pre-release v1.2.1-pre5

05 May 07:45
Compare
Choose a tag to compare
Pre-release
  • ADD Included some css built into the editor - no need for extra stylesheets unless you want to override.
  • CHANGE The registerTools function to be the entire signature so directives can be included as wanted.
  • ADD resizeOverlay functionality, includes a new scroll window that the ta-text editor nests inside to make positioning better (TODO: tests).
  • FIX ta-default-wrap in chrome bug.
  • ADD Class .ta-bind to all ta-bind directive elements.
  • FIX ta-default-wrap and other funkyness with ul/ol tags, #155.
  • FIX some execCommand bugs by adding taExecCommand.

Pre-Release v1.2.1-pre4

17 Apr 03:05
Compare
Choose a tag to compare
Pre-release
  • Fixing IE bugs with ta-default-wrap.

Pre-Release v1.2.1-pre3

16 Apr 06:02
Compare
Choose a tag to compare
Pre-release

Reverted to not requiring rangy for base functionality.
Fixes a stylsheet bug.

Pre-Release v1.2.1-pre2

08 Apr 00:26
Compare
Choose a tag to compare
Pre-release

Added ability to change the default wrap and it will insert on all newlines.
NPM Update.
Fix a webkit bug that prevented the contenteditable from being unfocussed properly.
Rangy-core.js Is now required to fix the default-wrap issue.

Pre-Release v1.2.1-pre1

31 Mar 03:22
Compare
Choose a tag to compare
Pre-release

Includes the Following Changes;

  • Moved setup functions into a seperate file, textAngularSetup.js. This file must be included before textAngular.js file. Using the defaults and textAngular.min.js causes no changes.
  • Adding the Image and Link click popup functions.
  • Adding ability to drag and drop files into the editor.
  • Manager now can add and remove tools dynamically.
  • Added Custom Renderers adding the ability to use placeholders, eg an image, in the editor and display something else in display mode. Uses factory function taApplyCustomRenderers to do this.
  • Added option to change the default wrapper tag.
  • Basic format stripping on paste - removes all HTML and word tags.

Release v1.2.0

28 Feb 01:53
Compare
Choose a tag to compare

Release version 1.2.0. See pre-releases and issues for changes.

Pre-Release v1.2.0-pre2

20 Feb 01:24
Compare
Choose a tag to compare
Pre-release

Includes some fixes for IE compatibility.

Compatible with IE 8 +, Chrome, Safari, Firefox.

Pre-Release v1.2.0-pre1

17 Feb 04:32
Compare
Choose a tag to compare
Pre-release

First Pre-release for the v1.2.0.

Large number of bugs fixed and features added.

Dependancies changed, Custom code from 1.1.x is unlikely to work with 1.2.0, if you have been just loading the editor as using only HTML tags it should continue to work correctly.

Release 1.1.2

15 Dec 21:32
Compare
Choose a tag to compare

This release fixes many bugs and adds some minor features.

Full list:

  • Updated to work correctly with IE (console.log bug)
  • Added support for .focussed class and ng-focus to allow dynamic styling on focus events. #47
  • Updates to fix Angular.JS breaking with parameter renaming minification. #49
  • Minor bug fix to disable links from being 'clickable' in the editor.
  • Updated the default toolbar to include ALL default tools.
  • Update the tools to use activeState better.
  • Small update to allow use of ta-bind outside of textAngular.
  • Changed the raw html view to use a text-area for better compatibility.
  • Added input for form submission. #43
  • Updated the documentation, the textAngular.js file has a link to the Readme.md and the online wiki, Readme.md only has quickstart instructions, contributors and github details, everything else is in the wiki on github. #34
  • Added bundled demo page.
  • Fixed Escaping of < and > #30
  • Fixed stripping of style and class attributes and other parsing issues whilst maintaining the chrome fixes. #35 #30 #5
  • Fixed two-way-binding not working #38