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: frappe/builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.22.3
Choose a base ref
...
head repository: frappe/builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.22.4
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 7, 2026

  1. fix(PropertyControl): Allow modelValue as boolean and number as well

    After #464, property controls stopped accepting values as boolean and number and used to auto convert all values to string, which is why components like TabButton stopped working as expected.
    surajshetty3416 committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    37a92c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e5d2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #485 from frappe/fix-property-control

    fix(PropertyControl): Allow modelValue as boolean and number as well
    surajshetty3416 authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    e8878c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5377f0a View commit details
    Browse the repository at this point in the history
Loading