1
0
mirror of synced 2024-11-22 13:06:08 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
Kevin Brown
05d8407b05 Added Travis CI badge and fixed package.json 2015-01-09 16:09:30 -05:00
Kevin Brown
e76460a392 Updated package files
The package files (bower, npm, etc.) now point to the new
distribution locations, and have the beta version numbers in place.
The version number has been removed from the `bower.json` and
`composer.json` files as they will retrieve the version numbers
from Git.
2015-01-07 23:30:05 -05:00
Kevin Brown
562669064b Called out 3.5.2 dodcs
Also migrated all of the links to the new location in the GitHub
organization.
2015-01-05 18:22:27 -05:00
Kevin Brown
85593de1fa Fixed bug when destroying Select2
When destroying Select2, an error could be raised while destroying
the selection container. This was because the destroy handler was
relying on the container id being present.

The old functionality has been restored where Select2 will destroy
itself when it is initialized again.
2014-11-25 13:39:46 -05:00
Kevin Brown
12de3c2b5e Set up the GitHub Pages command
Now we can synchronize GitHub Pages with the docs in the master
branch quickly and easily.
2014-11-25 08:36:01 -05:00
Kevin Brown
aebc7ce0d2 Added very basic jshint config 2014-10-21 21:43:57 -04:00
Kevin Brown
06e195b025 Work on the AMD scaffolding
This will make it far easier to ensure that components are in their
own modules as well as make it possible to have custom builds of
Select2.
2014-10-21 21:43:56 -04:00
Igor Vaynberg
76933017bf out with the old 2014-10-21 21:43:56 -04:00
Kevin Brown
362751acd4 modified version identifiers in descriptors for release 3.5.1 2014-07-22 18:58:58 -04:00
Kevin Brown
0d9893936c modified version identifiers in descriptors for release 3.5.0 2014-06-16 19:29:46 -04:00
Kevin Brown
0db21bb26d modified version identifiers in descriptors for release 3.4.8 2014-05-01 09:50:32 -04:00
Kevin Brown
e9ed6b9182 modified version identifiers in descriptors for release 3.4.7 2014-04-30 19:28:04 -04:00
Kevin Brown
774a0d7765 modified version identifiers in descriptors for release 3.4.6 2014-03-22 22:30:17 -04:00
Jarreddebeer
89dfa888c9 Correcting git repository url 2013-12-01 16:41:15 +02:00
Jarreddebeer
89729dd24d Create package.json
There may be some benefits to having a package.json, but the primary reason i'm interested in submitting this is for the jspm override entry, with it we can include select2 as simply as:

http://jsbin.com/upOtaXIR/2/edit

Any questions please shout!
2013-11-28 18:40:08 +02:00