Skip to content

Releases: n-peugnet/image-map-creator

Release 1.1.5

07 Apr 09:12
Compare
Choose a tag to compare
  • fix: release script depreciation & clean (b9ea9e9)
  • fix: forgot to revert a ts definition test (00cf2d2)

Release 1.1.4

06 Apr 21:33
Compare
Choose a tag to compare
  • fix: p5 import (I should have left it as is...) (b59ce78)

Release 1.1.3

06 Apr 21:08
Compare
Choose a tag to compare
  • perf: add npmignore file to reduce package size (e498cc9)

Release 1.1.2

06 Apr 20:34
Compare
Choose a tag to compare
  • fix: typings were not packed by npm (001130c)

Release 1.1.1

06 Apr 20:26
Compare
Choose a tag to compare
  • feat: add types to npm module (d00672d)
  • fix: online demo and update docs with new instanciation (9174a48)

Release 1.1.0

02 Apr 18:14
Compare
Choose a tag to compare
  • chore: prepare for npm publish (8153865)
  • perf: use better sourcemaps for dev build (ae3e3b1)
  • feat: magnetism on move area (7d6a090)
  • refactor: declare p5 funcs as private I-M-C funcs (1109399)
  • refactor: add all return types in main (2d55f2f)
  • chore: add package.lock + fix dependency vulnerabilities (bdaad91)
  • last typescript refactor fixes (adcc4f2)
  • convert last classes to typescript (973d4f9)
  • convert p5.bg-layer to ts + coord enhencements (ee2c0f8)
  • refactor: convert Area to typescript (55a50bb)
  • refactor: convert image-map to typescript (e5a812a)

Release 1.0.0

22 Apr 01:41
Compare
Choose a tag to compare
  • docs: rename images to docs and move gh-pages (d997557)
  • add release-it (3152bd1)
  • convert coord to typescript (1473bc3)
  • prepare for typescript conversion (d643caa)
  • back to it (abecb0f)
  • Merge pull request #19 from fossabot/master (c13edd0)
  • docs: moved shield in README (d9f3b1a)
  • Edit license in package.json (392c4cf)
  • Create LICENSE (e215e9d)
  • Add license scan report and status (cd372fe)
  • feat: save file object + separate save() and exportMap() (175de89)
  • feat: ImageMap.isEmpty() public function (9f10c12)
  • fix: scale parameter of area.toHtml() (e65db86)
  • feat: magnetism while moving points is a lot better (4c84bb2)
  • feat: magnetism while moving + fusion disabled by default (f0934ad)
  • feat: save rect as poly to inerit of its benefits (1772b67)
  • feat: magnetism and fuse points while drawing (a19cad9)
  • feat: new scale param to toHtml() toSvg() (7f56c0c)
  • docs: README update and format + beta indication (d8581ec)
  • fix: save file href was missing on import (9ede2da)
  • fix: import closed property of polygon areas (4da3908)
  • feat: move tool is now select tool and outputs url (6829b54)
  • feat: move polygon points (c1137a2)
  • feat: draw hovered point (7c7ebf3)
  • perf: store areas in reverse order to stop calling reverse (16c2ca0)
  • perf: use Coord.add() instead of Coord.sum() (6ed7309)
  • refactor: renamed XY into Coord and xy into coord (2bda801)
  • fix: middle click drag to pan doesn't triggers default event anymore (d840d72)
  • scroll to zoom does not scroll the page anymore (98305c5)
  • add version to json save to adapt imports (3535243)
  • delete temp polygon area with escape key (1b2c7b7)
  • fix import map name + polygon is now the default tool (465c01a)
  • encode save files in utf-8 (075fba1)
  • fully replaced inspect tool with test tool (621e893)
  • add title property to areas (8adf95f)
  • README update (b1593be)
  • added git submodule for contextmenu.js and included it in the bundle (78bbba9)
  • add css loaderin webpack config + center help text (c82e371)
  • added p5 types as a devDependency (631a936)
  • use github pages to publish the project since rawgit is closing (adc0277)
  • add keyboard shortcuts mapping for ctrl + s/z/y (ff6d64d)
  • update README after convert imageMapCreator to class (f7793bf)
  • convert imgaeMapCreator to es6 class (8d87177)
  • added webpack & npm dev and prod configs + fix circle (08232e0)
  • changed p var to p5 for more readability (e5a9f2f)
  • select all from output onclick (cfec121)
  • install quicksettings via npm and use as import (0a6f827)
  • install undo-manager via npm and use as import (cc2a98f)
  • add downloadjs via npm and as import (dedeb67)
  • added webpack to the project to create a bundeled app (99016d0)
  • changed to function declaration in p5.image-map-creator.js (9409add)
  • Fix zoom and getMap after refactor (a0f953d)
  • refactoring: changed var into let and p.functions into functions (2affe7a)
  • added test tool (aa1fe19)
  • fix json import (0b40b25)
  • added import and export to json feature (5524788)
  • added pan view + refoctoring: w => view, setScale => resetView + better area style detection (79e96c1)
  • perfect zoom in & out (04dc6c7)
  • moved scale management to p5.image-map-creator to prepare for the zoom (d9cdb66)
  • added area move back/frontward + better contextmenu preventDefault (dd03b6e)
  • fixed problems with default area (draw and delete) (fd93823)
  • added custom contextmenu (b36e8c3)
  • undoable move (c38d516)
  • added delete tool (0e857cb)
  • first add of svg map generation (d7bd7bd)
  • Merge branch 'polygon-shape' (4120b3d)
  • polygon drawing closure (979da49)
  • drawable polygon-shape areas (4639799)
  • first polygon-shape commit (2fbb469)
  • 100% valid html map generation (828fc53)
  • valid html-map rectangle coords (b57edd5)
  • better inspect tool (abaf549)
  • added move tool (b2f9879)
  • added image scale computing (12622f0)
  • moved undoManager to ImageMapCreator where it belongs (578789f)
  • Added DefaultArea logic (bb3c22e)
  • added a function to set the Area styles (9f073a0)
  • added quicksettings + added toHtml conversion + started inspect tool (510e68a)
  • defaultArea is now undoable (22df9ca)
  • added undoManager + setCursor from mouseMode (2727504)
  • [feature] : draw a circle when dragging left + [update] README + some comments (517072d)
  • Added AreaDefault and working AreaCircle (be05c25)
  • updated README and added a gif animation (7b260cf)
  • better organisation of the p5 sketch + prepared AreaCircle class and XY class for circle drawing (ce76c89)
  • small fixes : - no more default href in constructor - better prompt for href - unshift the bgLayer (6cc4d99)
  • README enhancements : - more detailled How to paragraph (b64137d)
  • first README version + added comments on the example html file (b8841f3)
  • created herited classes from Area + added .gitignore (3a11578)
  • better organisation of the p5 script + fix on drop event + some usefull area functions (5fc1faa)
  • clean BgLayer p5 class (96bae60)
  • working drop with dragover and dragLeave (5ad00b2)
  • added p5 support for drag and drop backround image (906a4b6)
  • added right click over an area to set its href (db771c4)
  • changed some classes and files names + better reliabiliy (ec17d3a)
  • functionnal rectangle aera addition (552397d)
  • added p5 to the project to take care of the drawing part (01ddf5c)
  • added src folder and stored js classes inside + added an example (93908a0)
  • first commit, basic structure of the classes (d52a523)