Releases: shannah/cn1-css
CN1CSS v1.2
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
Fixed bug that caused native font styles to be lost when css file is regenerated.
CN1CSS v 1.1.3
BG transparency is set to 0 if an image border is generated. This fixes some artifacts when using font images.
CN1CSS v1.1.2
Made a small change so that it will work with virtual frame buffers like xvfb for improved CI support.
CN1CSS v1.1.1
Fixed issue with cn1-source-dpi:0
that caused OOM error.
CN1CSS v1.1
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
Added support for native fonts
CN1 CSS v1.0.4
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
Fixed support for Eclipse. Also added instructions for installation in Eclipse in the Wiki here.
CN1 CSS v 1.0.1
Removed network dependency for jQuery. It is now embedded.