From a8ba70ea18372aa4b349c86b5372f7c998558721 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Fri, 25 Jun 2021 18:41:03 +0800 Subject: [PATCH] release: v1.4.1 (#122) --- History.md | 10 ++++++++-- docs/assets/css/style.scss | 12 +++++++++--- package.json | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/History.md b/History.md index 5c5fec1f..0f97194a 100644 --- a/History.md +++ b/History.md @@ -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) @@ -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 diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index 129d4c59..93f2a15c 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -66,7 +66,6 @@ li { list-style: none; padding-left: 0.25em; - white-space: nowrap; } a { @@ -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; @@ -130,6 +131,10 @@ font-size: 2em; font-weight: bold; color: #FF7F61; + + &:hover { + background-color: transparent; + } } a { @@ -175,7 +180,7 @@ #markdown-toc { position: fixed; left: calc(50% + 506px); - top: 92px; + top: 100px; bottom: 16px; overflow: auto; } @@ -207,6 +212,7 @@ @media(min-width: 1600px) { #header { + width: auto; min-width: 230px; } } diff --git a/package.json b/package.json index b6f7d868..09f072a3 100644 --- a/package.json +++ b/package.json @@ -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",