Skip to content

Releases: magis-nc/esri-webappbuilder-widget-eDraw

For WAB 2.11 - debugs

19 Feb 00:22
Compare
Choose a tag to compare
For WAB 2.11 - debugs Pre-release
Pre-release

Include some debugs

v2.8.1 : refactoring, arrow, live measure

09 May 00:16
Compare
Choose a tag to compare

Version 2.8.1 :

  • refactoring for code lisibility
  • use esri/geometry/projection (available since esri js api 3.24) instead of proj4js
  • systematic use of geometry engine (no more mercator utils, geometry server...)
  • for polyline, the user can now add an arrow (available since esri js api 3.23)
  • live measure while drawing

Release v2.1.2

04 Oct 05:02
Compare
Choose a tag to compare

Export's refactoring :

  • use of standard jimu.js utils
  • debug regression from v2.1.1

Release v2.1.1

01 Sep 06:12
Compare
Choose a tag to compare

Debugs.
Update manifest for WAB 2.1
Add support for points' measure (with client side projection if needed using wab or proj4js)

Release v1.3.3

22 Oct 23:58
Compare
Choose a tag to compare
  • Measure's refactoring:
    • measures are now linked to their polygon/polyline and are updated/deleted with it
    • measure can be enable/disable on any polyline/polygon
    • measure's text cannot be edited but the measure's template is configurable in the settings
    • measure mechanism's updated with standard draw widget and upgraded with possible use of geometryEngine (client side calculation)
  • copy graphics checked in the list
  • debug :
    • TextSymbol alignment was'nt detected if default
    • export was removing spaces on HTML5 (not IE) browsers
      • replace for(var i in xxxxxx) syntax with for(var i=0, len = xxxxx.length;i<len;i++)
  • defaults symbols can be specified in config (no UI in settings : must be specified in the json file)
  • import refactoring :
    • import/export tab was removed (and the option to (de)activate it too)
    • new import button on the list's bottom-right corner. This button shows a popup where you can specify (input file) or drag&drop the file to import
  • replace standard JavaScript confirm dialog with WAB dijit/Message on delete

Release v1.2.2

02 Sep 05:41
Compare
Choose a tag to compare
  • style light fixes for better themes' support
  • List drawings : add drag & drop support for moving up and down graphics (up and down buttons hidden by default but can be shown with config).
  • fix preview (on point or text adding) bug in wab 1.2
  • list : add ability to (un)check drawings and to zoom/delete/export checked

Release v1.2.1 (for WAB developer Edition 1.2)

21 Aug 04:26
Compare
Choose a tag to compare

Update for WAB 1.2 developer edition.

Please note that this widget's style is not clean for all new WAB themes.

Release v1.1.3

22 Jul 05:14
Compare
Choose a tag to compare
  • better english traduction (by NatureMike) :
  • debug for build process in js and css
  • debug of text placement UI error
  • make available font families configuration : support in config file and setting UI
  • debug in localStorage save (in some cases, the draw wasn't saved)
  • Add nauticals unit in measure

Release v1.1.2

17 May 23:38
Compare
Choose a tag to compare

Replace release 1.1.1.

New features :

  • snapping on geometry modification (with CTRL)
  • "on the fly" preview on symbology change
  • textPlus : text placement
  • checkbox to hide drawings (and UI)

Debug :

  • better file export : work properly on HTML5 browsers and IE >= 10. Could work on IE9.
    ...

eDraw release v1.1.1

08 May 05:54
Compare
Choose a tag to compare

Total code refactoring + minor changes in UI.
-> more performant, stable + clearer code

Ok for WebApp Builder 1.1

NB : the widget version will now follow WebApp Builder (WAB) versions. Example : eDraw v1.2.x for WAB 1.2