AdminLTE/plugins/raphael/history.md
REJack 2865815c47
dependencies/devDependencies updates
- updated dependencies
  - `@fortawesome/fontawesome-free` to 5.10.2
  - `@fullcalendar/bootstrap` to 4.3.0
  - `@fullcalendar/core` to 4.3.1
  - `@fullcalendar/daygrid` to 4.3.0
  - `@fullcalendar/interaction` to 4.3.0
  - `@fullcalendar/timegrid` to 4.3.0
  - `bootstrap-slider` to 10.6.2
  - `flot` to 3.2.9
  - `overlayscrollbars` to 1.9.1
  - `raphael` to 2.3.0
  - `select2` to 4.0.10
  - `sweetalert2` to 8.16.3
- replaced dependencies
  - `jqvmap` with `jqvmap-novulnerability` (removes git requirement on `npm i`)
- added new dependencies
  - `datatables.net-autofill-bs4` to 2.3.3
  - `datatables.net-bs4` to 1.10.19
  - `datatables.net-buttons-bs4` to 1.5.6
  - `datatables.net-colreorder-bs4` to 1.5.1
  - `datatables.net-fixedcolumns-bs4` to 3.2.6
  - `datatables.net-fixedheader-bs4` to 3.1.5
  - `datatables.net-keytable-bs4` to 2.5.0
  - `datatables.net-responsive-bs4` to 2.2.3
  - `datatables.net-rowgroup-bs4` to 1.1.0
  - `datatables.net-rowreorder-bs4` to 1.2.5
  - `datatables.net-scroller-bs4` to 2.0.0
  - `datatables.net-select-bs4` to 1.3.0
  - `jszip` to 3.2.2
  - `pdfmake` to 0.1.58
- updated devDependencies
  - `@babel/cli` to 7.5.5
  - `@babel/core` to 7.5.5
  - `@babel/preset-env` to 7.5.5
  - `css-loader` to 3.2.0
  - `rollup"` to .20.2
  - `terser` to 4.2.1
- removed old plugins
  - `morris`
2019-08-28 12:59:33 +02:00

7 KiB

2.3.0

  • Unminified versions now without sourcemaps (#1110)
  • start script for building all versions (#1109)

2.2.8

  • Downgraded qunit to v1 to make tests work again
  • Updated webpack to build dist
  • Updated supportsTouch query from modernizr #1084
  • Fix drag offsets passed to "drag.start" from touch drags in elproto.drag #1101
  • Fix memory leak in Element.removeData() #1077
  • Adding react-raphael to related projects #1072
  • Added icons back to raphael's website
  • Updated version in banner and raphael's website
  • Updated site refs to https

2.2.7

  • Updating package.json dependencies
  • Using custom eve instead of old eve in npm
  • Fixed class as a reserved word in old browsers

2.2.5 - 2.2.6

Duplicated tag by mistake.

  • Using custom repo for eve in bower to avoid using a short sha in it.

2.2.4

  • Fixed no-deps version with eve.

2.2.3

  • Changed eve dependencies avoiding short sha and github url

2.2.2

  • Improved elements ids, so multiple raphael instances are more reliable

2.2.1

  • Removed name of amd module

2.2.0

  • Webpack build
  • Added tests! (thanks @TheCloudlessSky)
  • Strict error on method R.ninja
  • Cross-browser gradient fixes
  • Reduce transform string to avoid long parsing times after several transformations
  • raphael.amd.js as main in package.json.
  • raphael.amd.js version to work with Browserify.
  • Can't set glow with opacity 0
  • Using origin and pathname with gradient urls, urls with # weren't being resolved correctly
  • Defined nodeps version, and changed how raphael is loaded
  • Set stop-opacity in gradient defs
  • Fixed rounding issue in RGB formatter

2.1.4 • 2015-03-09

  • Wrong position in ie7 when rotate image #612
  • Gradients become black in some cases

2.1.3 • 2015-02-03

  • Fix wrong variable used in VML setViewBox().
  • Missing comma in file
  • set-viewbox-variable fix by @TheCloudlessSky

2.1.2 • 2015-08-26

  • isPointInside fix from @drbombay14
  • Allow Raphael to work in pages with a Content Security Policy that disallows 'unsafe-eval'

2.1.1 • 2013-08-11

  • Dragging Text under iOS By @vitorhsb
  • Dev folder
  • Fix to make IE9 display tooltips when setting the title attribute on an element. By @samcrang
  • Fix Wrong position after scale path in IE. By @sarvaje
  • isPointInside incorrectly caches the path used to calculate its value. By @lvanderbijl
  • Raphael.path2curve does not honor original shape. By @timo22345
  • IsPointInside fix for transformed paths

2.1.0 • 2012-03-14

2.0.2 • 2012-02-08

  • Removing of linked element now removes <a> as well
  • Fixed white space recognition in passed strings
  • Added special case for path that has only one Catmull-Rom curve
  • Fixed toTransformString method
  • Fixed animateWith method
  • Fixed “target” attribute clearing
  • Fixed bug with changing fill from image to solid colour
  • fixed renderfix method

2.0.1 • 2011-11-18

  • Global variables leakage fix
  • toFront fix for elements with links
  • Gradient clean up
  • Added letter-spacing attribute
  • Fixed hsb methods
  • Fixed image flickering
  • Improved toTransformString method on matrix
  • Fixed drag'n'drop
  • New method Paper.add
  • Fix for clip-path
  • Doc update

2.0.0 • 2011-10-03