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: AppsDevTeam/js-components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2a2a4c0
Choose a base ref
...
head repository: AppsDevTeam/js-components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9310193
Choose a head ref
  • 17 commits
  • 7 files changed
  • 6 contributors

Commits on Apr 10, 2026

  1. Merge pull request #45 from AppsDevTeam/f-fix-show-enable-disable-not…

    …ification-button
    
    fix: showing enable/disable notifications button
    thorewi authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    e2bc58a View commit details
    Browse the repository at this point in the history
  2. Update package.json

    thorewi authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    a298cfd View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2026

  1. refactor(select2,date-input,component-loader): migrate from webpack-o…

    …nly imports to Vite-compatible equivalents
    
    - Add Select2/_init.js to invoke the UMD factory against global jQuery, since
      Vite/Rollup resolves the CommonJS branch which exports an uninvoked factory
    - Replace `import 'select2/dist/js/select2.full'` with the new _init module
    - Replace `script-loader!timepicker` with a plain side-effect import in DateInput
    - Replace webpack dynamic require for flatpickr locales with import.meta.glob
    - Rewrite ComponentLoader to use caller-registered import.meta.glob maps instead
      of concatenated dynamic import strings that Vite cannot statically analyse
    - Replace `require(\"scrollparent\")` with ESM import in SubmitForm
    AdtMax committed Jun 27, 2026
    Configuration menu
    Copy the full SHA
    a7d25e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46 from AppsDevTeam/vite

    refactor(select2,date-input,component-loader): migrate from webpack-o…
    thorewi authored Jun 27, 2026
    Configuration menu
    Copy the full SHA
    69fc756 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    thorewi authored Jun 27, 2026
    Configuration menu
    Copy the full SHA
    a563ad7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a76448 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2026

  1. Configuration menu
    Copy the full SHA
    f19dca9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from AppsDevTeam/vite

    fix: Don't import RouteSetting as a value in Map
    thorewi authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    b68a0c4 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    thorewi authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    2ebff55 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. add disable clustering

    conflictboy committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    fef083c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. Merge pull request #48 from AppsDevTeam/f-add-disable-clustering

    add disable clustering
    thorewi authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    d94c1fa View commit details
    Browse the repository at this point in the history
  2. add per-marker iconStyle

    conflictboy committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    e6df14b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49 from AppsDevTeam/f-add-marker-icon-style

    add per-marker iconStyle
    thorewi authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    ad6b609 View commit details
    Browse the repository at this point in the history
  4. Update package.json

    thorewi authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    e188fae View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2026

  1. Move component-specific libraries to optional peerDependencies

    Users now install only the libraries required by the components they
    actually use, instead of pulling all heavy dependencies (firebase,
    tinymce, leaflet, google maps, ...) automatically.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    thorewi and claude committed Jul 19, 2026
    Configuration menu
    Copy the full SHA
    84cb4be View commit details
    Browse the repository at this point in the history
  2. Removes Firebase messaging dependency

    Streamlines project dependencies by removing the `@firebase/messaging` package, which is no longer required.
    msgrDiablo committed Jul 19, 2026
    Configuration menu
    Copy the full SHA
    4a4ab9d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50 from AppsDevTeam/f-move-deps-to-peer

    Move component-specific libraries to optional peerDependencies
    thorewi authored Jul 19, 2026
    Configuration menu
    Copy the full SHA
    9310193 View commit details
    Browse the repository at this point in the history
Loading