Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
-
-
-
-
-
-
-
4.4.8.38
66cd5618 · ·## 4.4.8.38 ### New: * [CSS] `flow-columns` and `flow-rows` properties to define grid "lines" positioning. See [CSS layout](docs/md/css/css-layout.md). * [http] "PATCH" HTTP verb support. ### Fixes: * [Windows] `WM_GESTURE` handling on Windows. See: /samples.sciter/touch/ . * [CSS] `flow:row()` fixes. * [DOM] `form.value` fixes in Reactor environments. * [Windows] fix of shadow rendering when the window changes state.
-
4.4.8.37
fba52811 · ·## 4.4.8.37 ### New: * **sciter-webview** external component that wraps system browser. Use it when you need to present to the user web site as if it was loaded in browser. Windows, MacOS and Linux. By [Sora Yang](https://gitlab.com/ArcRain). 1. sciter-webview project and documentation is here: https://gitlab.com/sciter-engine/sciter-webview 2. sciter-webview supports static linkage so you may compile it in inside your application without the need of separate sciter-webview.dll(.dylib|.so) 3. sciter-webview project is a Git sub-module, use `git submodule update --init --recursive` command to update it. 4. sciter-webview/build/ folder contains projects to build it. ### Fixes: * `clearTimeout/Interval` fix; * [CSS] fix of '+'/'~' selectors handling; * [JS/Storage] fix of persistence handling; * `form.value` fix: https://sciter.com/forums/topic/a-undfine-behaviornumber-in-the-form-in-the-component-will-be-object/
-
4.4.8.36
b8ce2b3e · ·## 4.4.8.36 ### New: * `behavior: name library(dllname)`; - external (dll based) behaviors. Behaviors can live in separate DLLs now. This enables loadable native behaviors (e.g. for scapp); * samples.sciter/docking - Phase I implementation of dockable panels in Sciter; * `loadScript(url)` - script loader, equivalent of `<script src="url" />`; * `loadScriptModule(url)` - script module loader, equivalent of `<script|module src="url" />`; * `element.unwrapElement()` - removes element but keeps its content in the DOM; * `element.wrapNodes(...)` - injects new element in the middle of DOM tree; * `element.box(,,refElement,)` - coordinates relative to arbitrary _refElement_; ### Fixes: * [Win] Fix of "exit fullscreen" https://sciter.com/forums/topic/exit-fullscreen/ * `clearTimeout(undefined)` and `clearInterval(undefined)` fixes * [css] `z-index:-1` fix - it is drawn on top of background but below content; * [css] `:after` and `:before` are treated as `::after` and `::before`;
-
-
-
-