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: oleg-andreyev/jQuery-QueryBuilder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: mistic100/jQuery-QueryBuilder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 20 files changed
  • 6 contributors

Commits on Jan 16, 2024

  1. Fix Development Errors (mistic100#989)

    * Fix Logo Path
    
    * Remove Outdated Live Reload Script
    liamkeily authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b377be6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Bootstrap 5 Further Progress (mistic100#992)

    * Bootstrap 5 - package.json
    
    * Bootstrap 5 - Classes updated for Bootstrap 3-5 differences
    
    * Bootstrap 5 - Popover library conversion
    
    * Bootstrap 5 - Bootstrap Icons replace Glyphicons
    
    * Bootstrap 5 - Comment out bootbox until npm issues can be resolved
    
    Something to do with the way JS packages are installed.
    I'm not sure if it's the right solution or not, but the error goes away
    if I do this.
    
    -  } else if (typeof exports === 'object') {
    +  } else if (typeof module === 'object') {
         // Node, CommonJS-like
         module.exports = factory(require('jquery'));
    
    * fix(plugins): bt-checkbox BS5 markup
    
    * fix(example): remove bt-selectpicker plugin use
    
    * Fix bt-checkbox
    
    * Fix checked squares
    
    * Latest icons version
    
    * better icons
    
    * Use local package instead of cdn for icons
    
    * Fix offset for bootstrap 5
    
    * dark mode
    
    * tooltip
    
    * default theme
    
    * float-end logo
    
    * new lock file
    
    * Use btn-sm instead of css hack
    
    * Re-enable bootbox
    
    * Remove bi preifx
    
    * use chosen-selectpicker instead of bt-selectpicker
    
    * disable chosen picker for now
    
    * Get rid of weird focus outline on checkboxes
    
    * Update index.html
    
    * Remove unnecessary bootswatch
    
    * Remove inconsistent padding
    
    * Remove form-inline
    
    * yarn
    
    * Replace `hide` with `d-none`
    
    * `form-control` is now `form-select`
    
    * If bt-selectpicker did work, this would need to be form-select
    
    * Drop Support for Bootstrap Select as it doesn't retain selections properly when enabled
    
    * Unused
    
    ---------
    
    Co-authored-by: Stephen Morton <stephen.c.morton@gmail.com>
    Co-authored-by: smorton <stephen.morton@nokia.com>
    Co-authored-by: David Ethell <david@ethell.com>
    4 people authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    af9e133 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Update README.md

    mistic100 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cf7728f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Bump braces from 3.0.2 to 3.0.3 (mistic100#1003)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cb1f9ee View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Bump micromatch from 4.0.5 to 4.0.8 (mistic100#1006)

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.5...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    90d265c View commit details
    Browse the repository at this point in the history
Loading