Skip to content

Releases: ritz078/embed-js

v3.2.0

11 Dec 17:29
Compare
Choose a tag to compare

<a name"3.2.0">

3.2.0 (2015-12-11)

Features

v3.1.1

11 Dec 17:19
Compare
Choose a tag to compare

<a name"3.1.1">

3.1.1 (2015-12-11)

Bug Fixes

  • instagram: fixed issue with instagram embed (c63abb22)

v3.1.0

11 Dec 08:37
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2015-12-11)

Bug Fixes

  • package: replaced multiple main files with one (fdf3b200)

v3.0.4

11 Dec 18:46
Compare
Choose a tag to compare

<a name"3.0.4">

3.0.4 (2015-12-11)

Bug Fixes

  • version: fixed automatic versioning (e2b6224b)

v2.1.0

25 Nov 20:40
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2015-11-25)

Bug Fixes

  • autoplay: Enabled when opening via preview (f90416fb)
  • babel: added cachedirectory option to babel-loader (5abdb64e)
  • css:
    • added ejs-embed class to all embeds (e9fdb880)
    • added display block to all iframes to remove padding at bottom (bbccf07e)
    • Added color variable and minor changes (59667b69)
    • Fixed css emoji sprite path and add input as callback value (cb5c667d)
  • destroy: replace text with original text on destroy (fdfa2212)
  • embed all: Changed selector from attribute name to class name (5d72dc8b)
  • gist: Fixed inline embedding of github gist (b2d6a005)
  • image: Fixed default return bug in image embed and remove dead code (75cff1ad)
  • inject: removed rollup-plugin-inject from gruntfile.js (0c2d59c2)
  • instances: Clash in options due to value change of options object (e4a3fc21)
  • markdown:
    • fixed conflict arising due to inline image embed and native image embed. (59b7afe0)
    • Accept heading without space if gfm set to true (e011633e)
  • marked: url parsing conflict between marked and native url parsing (eb6997f2)
  • package:
    • added stage-2 preset to dev dependency (5ad90127)
    • added transform-regenerator in dev dependencies (4039f7cb)
  • preview: Replace image with background-image for preview thumbnail (01cc8f9e)
  • smiley: Smiley at last was not rendered due to conflict with marked (e6072a08)
  • travis:
    • fixed parsing error due to incorrect indentation (98d0d8a1)
    • fixed parsing error due to incorrect indentation (851b6f0c)
    • specifies brances for building and some minor code refactoring (a911cd5f)
  • webpack-dev: Removed grunt serve that ran webpack dev server (36dbc9c1)

Features

  • custom template: added support for creating custom templates (8372621d)
  • destroy: Added destroy method to the plugin (9f23b01b)
  • gist:
    • Added github gist embedding support (c19b0273)
    • Feature to embed github gists added (6f56fcbc)
  • globalSettings: Added support to set global options and render by attribute name (2f87292a)
  • inline: Twitter inline embedding support added (b3a9ec3e)
  • inline code: Added inline code block embedding feature (dc57a7f1)
  • inline embed:
    • Added functionality for inline embedding of youtube and vimeo videos (31f3793a)
    • Feature to allow inline embedding started (99cb21fc)
  • map:
    • Inline embedding of map added (92564fbb)
    • Added support for map embed with option place, view and streetview (9a5d8b4c)
  • markdown: Markdown parsing support added using marked.js (74f7881d)
  • rel: Added option to provide rel attribute in link and added fix for media query (0951dfb0, closes #47)
  • rollup: replacing webpack with rollup in the build process (2e316ced)
  • rollup.js: Integrated rollup.js in the build process (243f10dc)
  • url: added buff.ly support to the url module (12b944f8)