lolychee
cff264f986
Support Unicode characters
...
See also https://developer.mozilla.org/en-US/docs/Web/API/Window.btoa
2014-03-06 16:17:59 +08:00
Ivan Malopinsky
f871874dbb
Merge pull request #82 from lipis/patch-1
...
Removed empty dependencies from bower.json
2014-03-04 11:36:05 -05:00
Lipis
a580a83e92
Removed empty dependencies from bower.json
2014-03-04 12:42:13 +01:00
Ivan Malopinsky
55a53b737e
update package files to 2.3.1
v2.3.1
2014-02-07 21:06:55 -05:00
Ivan Malopinsky
292c65b746
update version
2014-02-07 21:02:16 -05:00
Ivan Malopinsky
bcb5b8b7a2
Merge branch 'master' of github.com:imsky/holder
2014-02-07 21:01:46 -05:00
Ivan Malopinsky
1b020e58ea
fix #75 SVG bug in IE
2014-02-07 21:01:31 -05:00
Ivan Malopinsky
5b79144fa4
Merge pull request #74 from cvrebert/patch-1
...
Use "/*!" to ensure attribution comment is preserved
2014-01-13 04:17:02 -08:00
Chris Rebert
2a25542793
Use "/*!" to ensure attribution comment is preserved
...
There is a convention among JS (and CSS) minifiers that comments which use the /*! ... */ format will be preserved.
This is primarily intended to be used for licensing and attribution information, like this file header comment.
2014-01-13 00:44:46 -08:00
Ivan Malopinsky
0de68e0880
reword readme
2014-01-07 16:44:53 -05:00
Ivan Malopinsky
e9385dc923
update package files
v2.3.0
2014-01-07 02:04:15 -05:00
Ivan Malopinsky
163a185869
fix readme
2014-01-06 23:39:30 -05:00
Ivan Malopinsky
dc075464b5
invisible placeholder error callback, fix #66 and #67
2014-01-06 23:34:00 -05:00
Ivan Malopinsky
20cb4f7f73
update readme
2014-01-06 21:30:07 -05:00
Ivan Malopinsky
cd561db90f
always run with an empty options object
2013-12-31 15:26:42 -05:00
Ivan Malopinsky
1cf13b680a
fix #71 by using generated options instead of argument options
2013-12-31 15:22:09 -05:00
Ivan Malopinsky
1ba0945b88
fix #71
2013-12-31 13:19:01 -05:00
Ivan Malopinsky
ea2fac2b4e
svg renderer with feature testing and new instance config, fix #65 and #68
2013-12-29 13:23:45 -05:00
Ivan Malopinsky
d054dc376d
auto flag on fluid images preserves aspect ratio, fix #63
2013-10-22 16:09:45 -04:00
Ivan Malopinsky
4e4b837a20
update versions
v2.2.0
2013-10-18 14:58:42 -04:00
Ivan Malopinsky
e46f90b7e0
shorten sentence
2013-10-18 14:46:25 -04:00
Ivan Malopinsky
db2959c0b1
update readme
2013-10-18 14:45:47 -04:00
Ivan Malopinsky
d714c7dff3
force fluid placeholders to always render
2013-10-13 14:35:06 -04:00
Ivan Malopinsky
e04ba34800
remove dimension text, original theme, simplify variables
2013-10-13 14:30:10 -04:00
Ivan Malopinsky
e6bacbe827
update version and README
2013-10-13 14:19:18 -04:00
Ivan Malopinsky
dd1517db94
add exact sizing, fix #60
2013-10-13 14:17:29 -04:00
Ivan Malopinsky
83a9a41059
fix theme override bugs
2013-10-13 13:56:39 -04:00
Ivan Malopinsky
92e044ca0c
add holder object to draw arguments
2013-10-13 13:22:23 -04:00
Ivan Malopinsky
00b33aa5ad
add re-render for hidden fluid elements prior to DOM ready, add exception for constantly hidden fluid elements, fix #59
2013-10-13 12:58:49 -04:00
Ivan Malopinsky
618a570d17
restore main file
2013-10-13 12:12:47 -04:00
Ivan Malopinsky
bdd634ea77
delete main file
2013-10-13 12:12:19 -04:00
Ivan Malopinsky
06c7a49229
Merge branch 'master' of github.com:imsky/holder
2013-10-13 12:09:16 -04:00
Ivan Malopinsky
1297272dfe
collapse arguments into one args object
2013-10-13 12:07:55 -04:00
Ivan Malopinsky
6782155547
Merge pull request #61 from johanneswuerbach/own-property
...
Don't update inherited properties
2013-10-08 16:27:48 -07:00
Johannes Würbach
25679ad911
Don't update inherited properties
2013-10-08 14:15:34 -07:00
Ivan Malopinsky
38d4188ea1
remove minified version
2013-09-28 16:07:14 -04:00
Ivan Malopinsky
66bc16ca21
bower note
2013-09-10 16:17:28 -04:00
Ivan Malopinsky
b8ebbca418
versioning and bower updates
v2.1.0
2013-09-10 16:05:29 -04:00
Ivan Malopinsky
defb6c8e5b
fix #41
2013-09-10 15:56:37 -04:00
Ivan Malopinsky
d1ecfef83f
fix #40
2013-09-10 15:44:17 -04:00
Ivan Malopinsky
1fb8260dfc
Merge pull request #56 from w3zp/master
...
fix imsky\holder #55
2013-09-10 12:18:27 -07:00
Ivan Malopinsky
42a0388101
Merge pull request #57 from Rarst/composer-fixup
...
Reverted package.json change and applied to composer.json
2013-09-09 21:20:56 -07:00
Andrey Savchenko
ba71b692b4
Adjusted Composer package type and removed hardcoded version.
...
See #54
2013-09-06 18:50:20 +03:00
Andrey Savchenko
264eefe086
Revert "Removed version, added type"
...
This reverts commit a98989172b .
2013-09-06 18:44:57 +03:00
Zach Packard
3b6e8e998d
fix imsky\holder #55
2013-09-06 01:44:08 -04:00
Ivan Malopinsky
2a5d1073e5
Merge pull request #54 from rthrfrd/master
...
Adding composer package file
2013-09-05 21:04:43 -07:00
Alex Carver
a98989172b
Removed version, added type
2013-08-31 19:00:51 +01:00
Alex Carver
2375b54377
Adding composer package file
...
Configured to use component-installer
2013-08-31 16:25:09 +01:00
Ivan Malopinsky
0467aabfd1
fix #52
2013-08-30 00:49:58 -04:00
Ivan Malopinsky
e014604e8c
Merge pull request #51 from cvrebert/patch-1
...
Reflect Bootstrap's URL/org change in the README
2013-08-19 16:37:15 -07:00