Commit Graph

373 Commits

Author SHA1 Message Date
Colin Eberhardt
68d45b4b9a 0.0.6 v0.0.6 2015-08-21 11:05:20 +01:00
Colin Eberhardt
99f44302fe Giving up on travis!
OK, Travis you have defeated me! reverting to a more manual release process
2015-08-21 11:04:46 +01:00
Colin Eberhardt
1e9a212799 0.0.5 v0.0.5 2015-08-21 09:20:12 +01:00
Colin Eberhardt
ca5490bdc5 updated npm login details - again! 2015-08-21 09:19:56 +01:00
Colin Eberhardt
0a80d40351 0.0.4 v0.0.4 2015-08-21 09:10:17 +01:00
Colin Eberhardt
d3c891f39a Updated the release process
Trying base64 encoded npm credentials
2015-08-21 08:59:49 +01:00
Colin Eberhardt
9c31f68f2e 0.0.3 release 0.0.3 2015-08-18 19:38:46 +01:00
Colin Eberhardt
ee6cf7129e Merge pull request #113 from ColinEberhardt/ci-releases
Added npm deploy when tags are pushed
2015-08-18 19:34:18 +01:00
Colin Eberhardt
eef605c221 Added npm deploy when tags are pushed 2015-08-17 21:48:57 +01:00
Colin Eberhardt
f85393fb01 Merge pull request #112 from ColinEberhardt/package-json-fix
Package json fix
2015-08-17 21:26:41 +01:00
Colin Eberhardt
fefc7b7496 Fixed variable name error
(should have run the code before commiting!)
2015-08-17 17:16:18 +01:00
Colin Eberhardt
9b11d202c9 Fixed reference to module entry point 2015-08-17 17:15:40 +01:00
Colin Eberhardt
e9b1258d5f Merge pull request #108 from ColinEberhardt/api-update
Updated the public API to no-longer extract nodes
2015-08-17 11:50:27 +01:00
Colin Eberhardt
cf8616e8e3 Merge pull request #109 from prenaux/master
Windows build, package C, and updated README
2015-08-13 18:00:22 +01:00
Pierre Renaux
d7708bc735 refact(Gruntfile.js): Use grunt-mkdir to create the dist folder ; 2015-08-13 17:56:03 +08:00
Pierre Renaux
b07454a14d build: Removed redundant loadNpmTasks ; Use config.delimiter instead of concat in java tasks ; Moved cTest variables to config ; 2015-08-13 17:43:42 +08:00
Pierre Renaux
c174b92f62 doc(README.md): Added alignContent in the list of supported attributes and in the default values ; 2015-08-13 17:11:05 +08:00
Pierre Renaux
fee4d39367 feat(Gruntfile.js): Added package-c task which creates a unified single header css-layout.h for use in C code ; 2015-08-13 16:56:41 +08:00
Colin Eberhardt
f9bb74aedf Updated the public API to no-longer extract nodes 2015-08-13 09:56:16 +01:00
Pierre Renaux
3e0a3697df feat(Gruntfile.js): Updated for Windows build ; 2015-08-13 16:30:58 +08:00
Colin Eberhardt
0de0186fbd Merge pull request #106 from ColinEberhardt/build-process-continues
Build complete and integrated with Travis
2015-08-13 08:37:26 +01:00
Colin Eberhardt
6eaa12e0b8 Added the JAR file 2015-08-12 08:54:53 +01:00
Colin Eberhardt
fec329f800 Updated README and travis.yml 2015-08-12 08:45:41 +01:00
Colin Eberhardt
6714c36824 Trying out travis 2015-08-12 08:25:57 +01:00
Colin Eberhardt
6d10a623d0 Added Java to the build 2015-08-12 07:42:29 +01:00
Colin Eberhardt
50c9712acd Merge pull request #105 from ColinEberhardt/build-process
Added a grunt build process
2015-08-12 07:19:20 +01:00
Colin Eberhardt
8ba0d1c608 Added transpile and 'c' tests 2015-08-12 06:17:53 +01:00
Colin Eberhardt
5653e4ef82 Fixed build and added distribution files to the repo 2015-08-11 21:22:27 +01:00
Colin Eberhardt
7f9b3afe33 Updated documentation
(And added missing change from previous commit!)
2015-08-11 17:56:21 +01:00
Colin Eberhardt
3b406b30c2 Module pattern is now implemented via templating
Previously two modules were defined, Layout.js, which is the internal implementation, and main.js, which depended on Layout.js and performed the fill / extract functionality required for a public JavaScript API.

This simplifies the implementation by just exposing a single UMD module by directly including Layout.js within the module wrapper.

Fixes #103
2015-08-11 17:42:59 +01:00
Colin Eberhardt
401f473449 Added eslint to the build
Fixes #102
2015-08-11 16:52:57 +01:00
Colin Eberhardt
74925f4439 Added karma testing to the gruntfile 2015-08-11 14:42:21 +01:00
Colin Eberhardt
ffa64f6fd3 Added a grunt build
This copies Layout.js to a dist folder, minifies and source-maps.
2015-08-11 13:49:52 +01:00
Christopher Chedeau
a87e9e382f Merge pull request #99 from jaredly/flex-fix
Flex bug
2015-08-10 08:45:08 -07:00
Jared Forsyth
f7bab441e0 change to an xit 2015-08-06 12:35:12 -07:00
Jared Forsyth
3e9ac12d22 add failing test 2015-08-06 09:36:28 -07:00
Jared Forsyth
e1d99952f7 update const 2015-08-05 21:57:06 -07:00
Jared Forsyth
5221f3ab7e Merge pull request #96 from mkonicek/master
Fix a typo in CSSLayout.toString()
2015-08-05 16:00:29 -07:00
Martin Konicek
b8981485d4 Fix a typo in CSSLayout.toString 2015-07-30 12:22:14 +01:00
Andy Street
93d6f84d3a Merge pull request #95 from astreet/lazy_children
Lazy init children array in CSSNode, update removeChildAt to return removed child
2015-07-29 12:00:48 +01:00
Andy Street
7104f7c8eb Lazy init children ArrayList in CSSNode, update removeChildAt to return removed child 2015-07-29 11:39:42 +01:00
Christopher Chedeau
ae56a1d618 Merge pull request #92 from lucasr/get-style-direction
Add style direction getter to CSSNode
2015-05-27 19:04:16 -07:00
Lucas Rocha
3fc99b02ae Add style direction getter to CSSNode 2015-05-27 19:19:43 +01:00
Krzysztof Magiera
e932e4420d Update visibility of isDirty in CSSNode 2015-05-21 17:35:46 +01:00
Felix Oghină
9b79121875 Merge pull request #91 from lucasr/expose-direction
Expose the resolved direction in the node's layout
2015-05-20 14:10:34 +01:00
Lucas Rocha
524b44200a Expose the resolved direction in the node's layout 2015-05-20 11:35:01 +01:00
Christopher Chedeau
ee1cbacc30 Merge pull request #79 from prenaux/master
[Issue facebook/css-layout#78]: Implemented alignContent ;
2015-05-17 08:58:05 -07:00
Pierre Renaux
019fc9b88c Merge remote-tracking branch 'upstream/master' 2015-05-17 21:54:30 +08:00
Felix Oghină
ef47d8e318 Merge pull request #90 from foghina/getraw
[java] use getRaw to test if START/END were set
2015-05-15 17:57:07 +01:00
Felix Oghină
da98e234d7 [java] use getRaw to test if START/END were set 2015-05-15 16:52:57 +01:00