Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: karaxnim/karax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.3
Choose a base ref
...
head repository: karaxnim/karax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 9, 2023

  1. Copy the full SHA
    35dfd46 View commit details
  2. Add "toAttr", similar to toDisabled/toSelected/toChecked, but for att…

    …ributes like contenteditable (#247)
    geotre authored Mar 9, 2023
    Copy the full SHA
    55c172d View commit details
  3. Add missing html tags (#245)

    * Add tags that were missing. Checked against the MDN list of valid, non-deprecated tags
    
    * Remove duplicates that had different names, but same string values
    geotre authored Mar 9, 2023
    Copy the full SHA
    aa1e53f View commit details
  4. Adds a styleVersion field that tracks the rendered styles version, so…

    … the vstyle can be reused (#248)
    geotre authored Mar 9, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c037346 View commit details
  5. Copy the full SHA
    9ee695b View commit details

Commits on Mar 22, 2023

  1. Copy the full SHA
    fffaa6b View commit details

Commits on Mar 23, 2023

  1. Add boolean version of setAttr (#240)

    * vdom: Add setAttr proc with boolean val
    
    * README: Tweak description of boolean attributes
    
    * Use cstring(nil) approach in boolean setAttr
    ryukoposting authored Mar 23, 2023
    Copy the full SHA
    6609c32 View commit details
  2. Bump to 1.3.0 (#252)

    geotre authored Mar 23, 2023
    Copy the full SHA
    5cf360c View commit details
Loading