Skip to content

Commit

Permalink
- upgrade vscroll dependency to fix searching bug when there is only…
Browse files Browse the repository at this point in the history
… single match.

 - upgrade dependencies
 - bump version
  • Loading branch information
zbryikt committed Apr 21, 2023
1 parent 6231502 commit 62dafeb
Show file tree
Hide file tree
Showing 103 changed files with 10,062 additions and 59 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Change Log

## v4.0.4 (upcoming)
## v4.0.4

- add color palette from `PlotDB`
- upgrade vscroll dependency to fix searching bug when there is only single match.
- make the alignment of content in panel at top.
- upgrade dependencies


## v4.0.3
Expand Down
73 changes: 37 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ldpalettepicker",
"license": "MIT",
"description": "Palette Picker Widget",
"version": "4.0.3",
"version": "4.0.4",
"style": "dist/index.min.css",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
Expand All @@ -26,23 +26,24 @@
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.9",
"@loadingio/debounce.js": "^1.0.1",
"@loadingio/paginate": "^0.1.0",
"@loadingio/ldquery": "^3.0.4",
"@loadingio/vscroll": "^0.0.8",
"bootstrap": "^4.5.3",
"bootstrap.native": "^3.0.15",
"@loadingio/paginate": "^0.1.0",
"@loadingio/vscroll": "^0.0.9",
"@zbryikt/deploy": "^0.0.4",
"@zbryikt/template": "^2.3.45",
"bootstrap": "^4.5.3",
"bootstrap.native": "^3.0.15",
"fedep": "^1.1.11",
"fs-extra": "^7.0.1",
"ldcover": "^3.3.0",
"ldcover": "^3.5.1",
"livescript": "^1.6.0",
"stylus": "^0.55.0",
"uglify-js": "^3.13.1",
"uglifycss": "^0.0.29"
},
"dependencies": {
"@loadingio/ldcolorpicker": "^3.0.3",
"@loadingio/ldcolorpicker": "^3.0.5",
"@loadingio/paginate": "^0.1.0",
"ldcolor": "^1.1.0",
"ldloader": "^3.0.2",
"ldslider": "^3.1.1"
Expand All @@ -61,7 +62,7 @@
"bootstrap.native",
"@loadingio/bootstrap.ext",
"@loadingio/ldquery",
"@loadingio/ldpage",
"@loadingio/paginate",
"@loadingio/ldcolorpicker",
"@loadingio/debounce.js",
"@loadingio/vscroll",
Expand Down
4 changes: 2 additions & 2 deletions web/src/ls/index.ls
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
ldpp.register("default2", palettes)
pals = ldpp.get("default2")
ret = ldpp.init({pals: pals, /*useClusterizejs: true*/, mypal: mypal, save: save, use-vscroll: true})
console.log pals
console.log ret
#console.log pals
#console.log ret
ret.0.on \use, -> console.log it
ret.1.on \use, -> console.log it

Expand Down
46 changes: 46 additions & 0 deletions web/static/assets/lib/@loadingio/bootstrap.ext/0.0.9/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Change Logs

## v0.0.9

- add `has-icon` and `input-group-icon` auxiliary class in `input-group`.
- limit `has-icon` for `form-control` in `form-group` must be used along with `form-group`.


## v0.0.8

- add `ellipsis` pug function
- add `tip-fit` class


## v0.0.7

- add `a` mixin for handy anchor with rel ( noopener + noreferrer ) attributes to prevent browser hijacking vulnerability


## v0.0.6

- fix `_g-*` for only-child scenario


## v0.0.5

- add `_g-*` for partially flexbox gap polyfill


## v0.0.4

- add `style` field in `package.json`
- upgrade modules
- release with compact directory structure


## v0.0.3

- add `g-*` for `gap` of flexbox and grid layout.


## v0.0.2

- scriptLoader (libLoader) is moved to `@plotdb/srcbuild`, we still support it but will use libLoader instead if found


Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# bootstrap.ldui

bootstrap extension used by loading.io. work in progress.

# License

MIT

Loading

0 comments on commit 62dafeb

Please sign in to comment.