-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- upgrade vscroll dependency to fix searching bug when there is only…
… single match. - upgrade dependencies - bump version
- Loading branch information
Showing
103 changed files
with
10,062 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
web/static/assets/lib/@loadingio/bootstrap.ext/0.0.9/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
web/static/assets/lib/@loadingio/bootstrap.ext/0.0.9/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.