Skip to content

Releases: goodvidio/flight

v1.5.2!$

24 Apr 10:46
Compare
Choose a tag to compare
bump version

v1.5.1!$

15 Nov 08:54
Compare
Choose a tag to compare

No conflict mode for jquery

v1.5.0!$

15 Nov 08:53
Compare
Choose a tag to compare

No conflict mode for jquery

v1.4.0!$

15 Nov 08:53
Compare
Choose a tag to compare

No conflict mode for jquery

v1.3.0!$

15 Nov 08:52
Compare
Choose a tag to compare

No conflict mode for jquery

v1.2.0!$

21 Dec 16:16
Compare
Choose a tag to compare
Merge tag 'v1.2.0' into scoped-jquery

* tag 'v1.2.0': (27 commits)
  Update CHANGELOG.md
  Update CHANGELOG.md
  Update CHANGELOG.md
  Update CHANGELOG.md
  redundant conditional
  remove extra lines
  copy attrDef when using Component.mixin, add tests for new attr impl
  Fix code indentation
  Fix typo in CHANGELOG
  Update TweetDeck URL
  Don't run CI tests on Node 0.8
  -> v1.2.0
  Fixed spelling mistake in base_api.md
  clone original default, add test
  fixed failing test
  angus feedback
  not going to add this.attr immutability in this patch
  added prop mutation tests
  fix doc link
  documentation update 2
  ...

Conflicts:
	lib/utils.js

v1.1.4!$

21 Dec 16:11
Compare
Choose a tag to compare

Added jquery as dependency and passed $ as a dependency in base, component, logger, utils. jQuery can now be used from a requirejs map and return a noConflict version without affecting any other lib.