Skip to content

Releases: a-ignatov-parc/requirejs-sandbox

Added new built-in module for applying patch manually

07 Aug 21:03
Compare
Choose a tag to compare

Bugfix

07 Aug 11:04
Compare
Choose a tag to compare
  • Fixed issue with circular dependency in iframeResolver (#27)
  • Fixed "Illegal Invocation" error
  • Fixed backbone.js bower dependency
  • Updated ReadMe

New build pipeline using almond.js

12 Jul 22:27
Compare
Choose a tag to compare
  • Standalone builds for core, plugins and patches
  • Now requirejs-sandbox can be used without require.js

Alternative resource loader with preprocessing functionality

23 Jun 05:23
Compare
Choose a tag to compare

Fixed patch mechanism

18 Jun 19:41
Compare
Choose a tag to compare
Fixed patch mechanism Pre-release
Pre-release
v0.4-beta.2

Fixed patch mechanism

Improvement require-css api

18 Apr 08:52
Compare
Choose a tag to compare
Pre-release
  • Fixed bugs with resolving module name.
  • cssLink renamed to cssNode.
  • Added two methods:
    1. append – Append/reappend style node to DOM.
    2. remove – Removes style node from DOM.

Bumping to first beta tag

14 Mar 10:00
Compare
Choose a tag to compare
Pre-release
v0.4-beta

Prepering release branch

Bugfix, new tests and overal improvements

07 Mar 23:10
Compare
Choose a tag to compare
v0.4-alpha.5

Added more tests

Added bower build params

03 Mar 16:05
Compare
Choose a tag to compare
Pre-release
v0.4-alpha.3

Added bower build params

Bugfix and refactored patch subsystem

24 Feb 07:28
Compare
Choose a tag to compare
Pre-release
v0.4-alpha.2

Fixed broken demos