Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

# [4.3.0](https://github.com/deckgo/deckdeckgo/compare/v4.2.0...v4.3.0) (In progress...)

### Applications

- docs: v2.9.2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))

### Web Components

- core: v8.1.3 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/core/CHANGELOG.md))
- highlight-code: v2.5.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/highlight-code/CHANGELOG.md))
- highlight-code: v2.5.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/highlight-code/CHANGELOG.md))

### Others

Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.9.2 (2021-03-07)

### Docs

- new highlight code CSS variable `--deckgo-highlight-code-line-height`

# 2.9.1 (2021-01-14)

### Docs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ The `<deckgo-highlight-code/>` could be styled using the following CSS4 variable
| --deckgo-highlight-code-margin-bottom | 16px 0 or 0 0 16px | Margin bottom of the code |
| --deckgo-highlight-code-zoom | 1 | If you wish to manually zoom the code |
| --deckgo-highlight-code-white-space | pre-wrap | The attribute white-space of the displayed |
| code |
| --deckgo-highlight-code-font-size | | The size of the font for the code |
| --deckgo-highlight-code-line-height | | The line height of the font for the code |
| --deckgo-highlight-code-font-family | monospace | The family of the font for the code |
| --deckgo-highlight-code-line-background | #3E4564 | The background of the lines you wish to highlight |
| --deckgo-highlight-code-line-numbers | #999999 | The color of the line numbers and divider |
Expand Down
14 changes: 7 additions & 7 deletions docs/package-lock.json

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

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deckdeckgo-docs",
"version": "2.9.1",
"version": "2.9.2",
"description": "The Progressive Web App alternative for simple presentations",
"license": "MIT",
"files": [
Expand All @@ -20,7 +20,7 @@
"@deckdeckgo/deck-utils": "^3.4.0",
"@deckdeckgo/demo": "^2.0.1",
"@deckdeckgo/drag-resize-rotate": "^2.0.1",
"@deckdeckgo/highlight-code": "^2.4.0",
"@deckdeckgo/highlight-code": "^2.5.1",
"@deckdeckgo/inline-editor": "^3.0.2",
"@deckdeckgo/lazy-img": "^3.0.0",
"@deckdeckgo/markdown": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/prerender.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {PrerenderHydrateOptions} from '@stencil/core/internal/stencil-public-com
export const config: PrerenderConfig = {
hydrateOptions(url?: URL): PrerenderHydrateOptions {
const hydrate: PrerenderHydrateOptions = {
excludeComponents: ['deckgo-highlight-code', 'deckgo-slide-poll', 'deckgo-word-cloud'],
excludeComponents: ['deckgo-highlight-code', 'deckgo-deck', 'deckgo-slide-poll', 'deckgo-word-cloud', 'deckgo-demo', 'deckgo-gif'],
};
return hydrate;
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -436,14 +436,14 @@ export class AppComponentsHighlightCode {
<td>The attribute white-space of the displayed</td>
</tr>
<tr>
<td>code</td>
<td></td>
<td>--deckgo-highlight-code-font-size</td>
<td></td>
<td>The size of the font for the code</td>
</tr>
<tr>
<td>--deckgo-highlight-code-font-size</td>
<td>--deckgo-highlight-code-line-height</td>
<td></td>
<td>The size of the font for the code</td>
<td>The line height of the font for the code</td>
</tr>
<tr>
<td>--deckgo-highlight-code-font-family</td>
Expand Down
6 changes: 6 additions & 0 deletions webcomponents/highlight-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.5.1 (2021-03-07)

### Styles

- add new CSS variable `--deckgo-highlight-code-line-height`

# 2.5.0 (2021-02-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion webcomponents/highlight-code/package-lock.json

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

2 changes: 1 addition & 1 deletion webcomponents/highlight-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deckdeckgo/highlight-code",
"version": "2.5.0",
"version": "2.5.1",
"description": "A Web Component to highlight your code",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export const deckdeckgoHighlightCodeLanguages: DeckdeckgoHighlightCodeLanguages
hsts: {title: 'HTTP Strict-Transport-Security'},
ichigojam: {title: 'IchigoJam'},
icon: {title: 'Icon'},
'icu-message-format': {title: 'ICU Message Format'},
idris: {title: 'Idris', require: ['haskell']},
idr: {title: 'idr', main: 'idris', require: ['haskell']},
ignore: {title: '.ignore'},
Expand Down Expand Up @@ -254,6 +255,7 @@ export const deckdeckgoHighlightCodeLanguages: DeckdeckgoHighlightCodeLanguages
tsx: {title: 'React TSX', require: ['jsx', 'typescript']},
reason: {title: 'Reason'},
regex: {title: 'Regex'},
rego: {title: 'Rego'},
renpy: {title: "Ren'py"},
rpy: {title: 'rpy', main: 'renpy'},
rest: {title: 'reST (reStructuredText)'},
Expand Down