-
Notifications
You must be signed in to change notification settings - Fork 17
/
History.txt
54 lines (29 loc) · 1.64 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
== 1.0.1041 / 21-Dec-2009
- yui-compressor now runs once at the end of a build, significantly shortening build time for many projects.
- Added Button Hold behavior for SC.Button. Holding a button will repeatedly fire an action (think arrow buttons on a scroll bar)
- Improved SC.Logger
- Incorporated rough draft of new SC.Animatable framework
- Minor bug fixes - mostly tweaks required for better IE7 support
- Improved documentation on a few methods
- Added a logging for invokeOnce() and invokeLater() making it easier to track when these events occurs and what caused them
- Moved some images into themes so they won’t load when Apple uses its own private theme
- Fixed some bugs in SC.SheetPane introduced when merging the public source code
- Added didAppendLayer and willRemoveLayer callbacks to SC.View so we can add events for video tags
- Added SC.get() which works on any object, even null values
- Added SC.WellView
- New animating SC.SheetPane
- Better support for SC.DateTime
== 1.0.1036
Added mising .tmpl files that prevented doc tool from running
== 1.0.1035
- Fixed bug with the new proxy. HTTP method names were not capitalized, causing some servers to throw an exception
== 1.0.1033
- Updated SproutCore JS
- Build tools now work as a distribution. We can include resources from other projects as well
== 1.0.1009
First release of SproutCore 1.0 RC1
== 1.0.0.a1 / 2009-04-04
Brand new version of build tools. The line (Abbot) is built on a Rake-like
tasks system instead of using integrated Ruby code. It also incorporates a
suite of over 300 unit tests to verify the build operation under lots of
different configurations