Sciter 2.0.0.18

The build is here: sciter2-tech-preview.zip. Work in progress… behavior:expandable-list and collapsible-list are back. See sdk/samples/lists/ – expandable sections with animation. New sample sdk/samples/ideas/callout/dynamic-callout.htm. Demonstrates Element.move(), image-transformation:hue(angle), see screenshot above. Bug fixes around CSS transitions.

Sciter 2.0.0.17

The build is here: sciter2-tech-preview.zip. Sciter is capable now to render its own site without errors: In this build: Bug fixes, fixes, fixes… Element.move() functionality is back text-transform: lowercase | uppercase | capitalize is back Correct positioning of <tfoot> elements. SciterClassName() API function initializes the library in the same way as Sciter1 does.

Sciter 2.0.0.16

The build is as usual here: sciter2-tech-preview.zip. In this build: Functionality of Element.swap() and Element.sort() is back. Fix of expandable image rendering issue Sample sdk/samples/ideas/grid/grid.htm is fully operational now plus: column-resizer row sorting. Fixes with position:absolute elements positioning. Instead of min-intrinsic/max-intrinsic length values the engine uses min-content and max-content. CSS3 tends to use these names….

Sciter 2.0.0.15

Sciter2 build 2.0.0.15 is out: sciter2-tech-preview.zip CSS: text-indent and text-align:justify are back CSS: background-repeat:stretch keep-ratio back/foreground-image-transformation redesign. Now these properties support multiple functions at the same time: background-image-transformation: hue(red) contrast(0.7); back/foreground-image-transformation, new filters: flip-x() and flip-y() – mirror of the image in horizontal and vertical directions. back/foreground-image-transformation, new filters: flip-x() and flip-y() – mirror of…

Sciter 2.0.0.14

2.0.0.14 build is out: sciter2-tech-preview.zip. Fixed: nasty bug in <input type=mask> – masked text editor. Implemented : text-overflow: ellipsis in CSS.

Sciter 2.0.0.13

New Sciter 2.0.0.13 SDK build is out: sciter2-tech-preview.zip. New stuff: New DOM Inspector in sciter.exe demo project (sdk/demos/sciter). DOM Inspector also contains log messages viewer with file/location hyperlinks. Click on them will popup notepad2.exe with caret set to position in the file where problem is found. CSS: added support of text-shadow property. Not perfect but…