Skip to content

Commit

Permalink
release: v1.4.1 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake authored Jun 25, 2021
1 parent 2eb5220 commit a8ba70e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 8 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
1.4.0 / 2020-06-24
1.4.1 / 2021-06-25
==================

* refactor: simplify legacy timestamps support (#120)
* refactor: do not subclass Bone unless asked specifically (#120)

1.4.0 / 2021-06-24
==================

* feat: `realm.raw('SELECT ...')` and `Model.raw('SELECT ...')` (#94)
Expand All @@ -16,7 +22,7 @@
* docs: migrations, validations, hooks, and sequelize adapter (#103)
* docs: contributing guides

1.3.0 / 2020-03-01
1.3.0 / 2021-03-01
==================

* feat: hook support
Expand Down
12 changes: 9 additions & 3 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
li {
list-style: none;
padding-left: 0.25em;
white-space: nowrap;
}

a {
Expand Down Expand Up @@ -110,9 +109,11 @@
// half the width of container-lg
right: calc(50% + 506px);
top: 26px;
min-width: 200px;
bottom: 24px;
width: 200px;
background: none;
border-bottom: none;
overflow-y: auto;

.container-lg {
padding-left: 0 !important;
Expand All @@ -130,6 +131,10 @@
font-size: 2em;
font-weight: bold;
color: #FF7F61;

&:hover {
background-color: transparent;
}
}

a {
Expand Down Expand Up @@ -175,7 +180,7 @@
#markdown-toc {
position: fixed;
left: calc(50% + 506px);
top: 92px;
top: 100px;
bottom: 16px;
overflow: auto;
}
Expand Down Expand Up @@ -207,6 +212,7 @@

@media(min-width: 1600px) {
#header {
width: auto;
min-width: 230px;
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leoric",
"version": "1.4.0",
"version": "1.4.1",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit a8ba70e

Please sign in to comment.