Skip to content

Releases: shannah/cn1-css

CN1CSS v1.2

10 Apr 18:29
Compare
Choose a tag to compare

Added support for RoundRectBorder. Simple uses of border-radius will now generate a RoundRect border rather than a 9-piece image border. Complex uses will still revert to a 9-piece border.

Improved startup time of Ant task. Only starts JavaFX if it is necessary to generate image borders or backgrounds. Network Monitor window no longer opens when ant task is run

CN1CSS v1.1.4

18 Oct 14:42
Compare
Choose a tag to compare

Fixed bug that caused native font styles to be lost when css file is regenerated.

CN1CSS v 1.1.3

25 Sep 13:21
Compare
Choose a tag to compare

BG transparency is set to 0 if an image border is generated. This fixes some artifacts when using font images.

CN1CSS v1.1.2

19 Apr 20:53
Compare
Choose a tag to compare

Made a small change so that it will work with virtual frame buffers like xvfb for improved CI support.

CN1CSS v1.1.1

29 Mar 19:14
Compare
Choose a tag to compare

Fixed issue with cn1-source-dpi:0 that caused OOM error.

CN1CSS v1.1

25 Mar 00:33
Compare
Choose a tag to compare

Improves native font support so that you no longer have to explicitly declare the font-family for it to use native fonts. Native fonts will be used by default now.

Added support for roundborder and cn1 gradients. If the gradients/borders can't be achieved using CN1 round borders and gradients, it will fall back to generating an image-border as it had done before.

CN1 CSS v1.0.5

09 Mar 18:38
Compare
Choose a tag to compare

Added support for native fonts

See Fonts wiki page for usage examples

CN1 CSS v1.0.4

20 Nov 23:18
Compare
Choose a tag to compare

Removed default of 4096 max heap memory for java when generating CSS. Added property cn1css.max.memory to set this manually if required.

CN1 CSS v1.0.2

27 Oct 16:38
Compare
Choose a tag to compare

Fixed support for Eclipse. Also added instructions for installation in Eclipse in the Wiki here.

CN1 CSS v 1.0.1

27 Oct 15:32
Compare
Choose a tag to compare

Removed network dependency for jQuery. It is now embedded.