Tags

Tags give the ability to mark specific points in history as being important
  • 5.0.0.9

    7e79b6b7 · 5.0.0.9 ·
  • 5.0.0.8

    04411180 · 5.0.0.8 ·
  • 5.0.0.7

    256a5c38 · 5.0.0.7 ·
  • 5.0.0.6

    f15b3568 · 5.0.0.6 ·
  • 5.0.0.5

    aecac710 · 5.0.0.5 ·
  • 5.0.0.4

    a2fda48f · 5.0.0.4 ·
  • 5.0.0.3

    caafaa9a · 5.0.0.3 ·
  • 5.0.0.2

    daa15780 · 5.0.0.2 ·
  • 5.0.0.1

    088f9b76 · 5.0.0.1 ·
  • 4.4.9.3

    5caf429a · 4.4.9.3 ·
  • 4.4.9.2

    032958a2 · 4.4.9.2 ·
  • 4.4.9.1

    d14609ca · 4.4.9.1 ·
  • 4.4.8.38

    66cd5618 · 4.4.8.38 ·
    ## 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 ·
    ## 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 ·
    ## 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`;
  • 4.4.8.35

    2b43f97d · 4.4.8.35 ·
    4.4.8.35
  • 4.4.8.34

    72712b5d · 4.4.8.34 ·
  • 4.4.8.33

    7d38fea4 · 4,4,8,33 ·
  • 4.4.8.31

    6fcd0f45 · 4.4.8.31 ·