|
4 | 4 |
|
5 | 5 | ### New components
|
6 | 6 |
|
7 |
| -* __Template Tookit 2__ ([#1418](https://github.com/PrismJS/prism/issues/1418)) [`e063992b`] |
8 |
| -* __XQuery__ ([#1411](https://github.com/PrismJS/prism/issues/1411)) [`e326cb03`] |
9 |
| -* __TAP__ [`8c2b71f1`] |
| 7 | +* __Template Tookit 2__ ([#1418](https://github.com/PrismJS/prism/issues/1418)) [[`e063992`](https://github.com/PrismJS/prism/commit/e063992)] |
| 8 | +* __XQuery__ ([#1411](https://github.com/PrismJS/prism/issues/1411)) [[`e326cb0`](https://github.com/PrismJS/prism/commit/e326cb0)] |
| 9 | +* __TAP__ ([#1430](https://github.com/PrismJS/prism/issues/1430)) [[`8c2b71f`](https://github.com/PrismJS/prism/commit/8c2b71f)] |
10 | 10 |
|
11 | 11 | ### Updated components
|
12 | 12 |
|
13 | 13 | * __HTTP__
|
14 |
| - * Absolute path is a valid request uri ([#1388](https://github.com/PrismJS/prism/issues/1388)) [`f6e81cb4`] |
| 14 | + * Absolute path is a valid request uri ([#1388](https://github.com/PrismJS/prism/issues/1388)) [[`f6e81cb`](https://github.com/PrismJS/prism/commit/f6e81cb)] |
15 | 15 | * __Kotlin__
|
16 |
| - * Add keywords of Kotlin and modify it's number pattern. ([#1389](https://github.com/PrismJS/prism/issues/1389)) [`1bf73b0b`] |
17 |
| - * Add `typealias` keyword [`a21fdee6`] |
| 16 | + * Add keywords of Kotlin and modify it's number pattern. ([#1389](https://github.com/PrismJS/prism/issues/1389)) [[`1bf73b0`](https://github.com/PrismJS/prism/commit/1bf73b0)] |
| 17 | + * Add `typealias` keyword ([#1437](https://github.com/PrismJS/prism/issues/1437)) [[`a21fdee`](https://github.com/PrismJS/prism/commit/a21fdee)] |
18 | 18 | * __JavaScript
|
19 |
| - * Improve Regexp pattern [`5b043cf8`] |
20 |
| - * Add support for one level of nesting inside template strings. Fix [#1397](https://github.com/PrismJS/prism/issues/1397) [`db2d0ebb`] |
| 19 | + * Improve Regexp pattern [[`5b043cf`](https://github.com/PrismJS/prism/commit/5b043cf)] |
| 20 | + * Add support for one level of nesting inside template strings. Fix [#1397](https://github.com/PrismJS/prism/issues/1397) [[`db2d0eb`](https://github.com/PrismJS/prism/commit/db2d0eb)] |
21 | 21 | * __Elixir__
|
22 |
| - * Elixir: Fix attributes consuming punctuation. Fix [#1392](https://github.com/PrismJS/prism/issues/1392) [`dac0485e`] |
| 22 | + * Elixir: Fix attributes consuming punctuation. Fix [#1392](https://github.com/PrismJS/prism/issues/1392) [[`dac0485`](https://github.com/PrismJS/prism/commit/dac0485)] |
23 | 23 | * __Bash__
|
24 |
| - * Change reserved keyword reference ([#1396](https://github.com/PrismJS/prism/issues/1396)) [`b94f01f1`] |
| 24 | + * Change reserved keyword reference ([#1396](https://github.com/PrismJS/prism/issues/1396)) [[`b94f01f`](https://github.com/PrismJS/prism/commit/b94f01f)] |
25 | 25 | * __PowerShell__
|
26 |
| - * Allow for one level of nesting in expressions inside strings. Fix [#1407](https://github.com/PrismJS/prism/issues/1407) [`9272d6f4`] |
| 26 | + * Allow for one level of nesting in expressions inside strings. Fix [#1407](https://github.com/PrismJS/prism/issues/1407) [[`9272d6f`](https://github.com/PrismJS/prism/commit/9272d6f)] |
27 | 27 | * __JSX__
|
28 |
| - * Allow for two levels of nesting inside JSX tags. Fix [#1408](https://github.com/PrismJS/prism/issues/1408) [`f1cd7c56`] |
29 |
| - * Add support for fragments short syntax. Fix [#1421](https://github.com/PrismJS/prism/issues/1421) [`38ce1213`] |
| 28 | + * Allow for two levels of nesting inside JSX tags. Fix [#1408](https://github.com/PrismJS/prism/issues/1408) [[`f1cd7c5`](https://github.com/PrismJS/prism/commit/f1cd7c5)] |
| 29 | + * Add support for fragments short syntax. Fix [#1421](https://github.com/PrismJS/prism/issues/1421) [[`38ce121`](https://github.com/PrismJS/prism/commit/38ce121)] |
30 | 30 | * __Pascal__
|
31 |
| - * Add `objectpascal` as an alias to `pascal` ([#1426](https://github.com/PrismJS/prism/issues/1426)) [`a0bfc84d`] |
| 31 | + * Add `objectpascal` as an alias to `pascal` ([#1426](https://github.com/PrismJS/prism/issues/1426)) [[`a0bfc84`](https://github.com/PrismJS/prism/commit/a0bfc84)] |
32 | 32 | * __Swift__
|
33 |
| - * Fix Swift 'protocol' keyword [`081e318c`] |
| 33 | + * Fix Swift 'protocol' keyword ([#1440](https://github.com/PrismJS/prism/issues/1440)) [[`081e318`](https://github.com/PrismJS/prism/commit/081e318)] |
34 | 34 |
|
35 | 35 | ### Updated plugins
|
36 | 36 |
|
37 | 37 | * __File Highlight__
|
38 |
| - * Fix issue causing the Download button to show up on every code blocks. [`cd22499c`] |
39 |
| - * Simplify lang regex on File Highlight plugin ([#1399](https://github.com/PrismJS/prism/issues/1399)) [`7bc9a4a1`] |
| 38 | + * Fix issue causing the Download button to show up on every code blocks. [[`cd22499`](https://github.com/PrismJS/prism/commit/cd22499)] |
| 39 | + * Simplify lang regex on File Highlight plugin ([#1399](https://github.com/PrismJS/prism/issues/1399)) [[`7bc9a4a`](https://github.com/PrismJS/prism/commit/7bc9a4a)] |
40 | 40 | * __Show Language__
|
41 |
| - * Don't process language if block language not set [`c1118692`] |
| 41 | + * Don't process language if block language not set ([#1410](https://github.com/PrismJS/prism/issues/1410)) [[`c111869`](https://github.com/PrismJS/prism/commit/c111869)] |
42 | 42 | * __Autoloader__
|
43 |
| - * ASP.NET should require C# [`fa328bb1`] |
| 43 | + * ASP.NET should require C# [[`fa328bb`](https://github.com/PrismJS/prism/commit/fa328bb)] |
44 | 44 | * __Line Numbers__
|
45 |
| - * Make line-numbers styles more specific [`9ee4f547`] |
| 45 | + * Make line-numbers styles more specific ([#1434](https://github.com/PrismJS/prism/issues/1434), [#1435](https://github.com/PrismJS/prism/issues/1435)) [[`9ee4f54`](https://github.com/PrismJS/prism/commit/9ee4f54)] |
46 | 46 |
|
47 | 47 | ### Updated themes
|
48 | 48 |
|
49 |
| -* Add .token.class-name to rest of themes ([#1360](https://github.com/PrismJS/prism/issues/1360)) [`f356dfe7`] |
| 49 | +* Add .token.class-name to rest of themes ([#1360](https://github.com/PrismJS/prism/issues/1360)) [[`f356dfe`](https://github.com/PrismJS/prism/commit/f356dfe)] |
50 | 50 |
|
51 | 51 | ### Other changes
|
52 | 52 |
|
53 | 53 | * __Website__
|
54 | 54 | * Site now loads over HTTPS!
|
55 |
| - * Use HTTPS / canonical URLs ([#1390](https://github.com/PrismJS/prism/issues/1390)) [`95146c8f`] |
56 |
| - * Added Angular tutorial link - `c436a7c7` |
57 |
| - * Use rel="icon" instead of rel="shortcut icon" ([#1398](https://github.com/PrismJS/prism/issues/1398)) [`d95f8fb4`] |
58 |
| - * Fix Download page not handling multiple dependencies when from Redownload URL [`c2ff2482`] |
59 |
| - * Update documentation for node & webpack usage [`1e99e961`] |
60 |
| -* Handle optional dependencies in `loadLanguages()` ([#1417](https://github.com/PrismJS/prism/issues/1417)) [`84935acd`] |
61 |
| -* Add Chinese translation [`f2b19644`] |
| 55 | + * Use HTTPS / canonical URLs ([#1390](https://github.com/PrismJS/prism/issues/1390)) [[`95146c8`](https://github.com/PrismJS/prism/commit/95146c8)] |
| 56 | + * Added Angular tutorial link [[`c436a7c`](https://github.com/PrismJS/prism/commit/c436a7c)] |
| 57 | + * Use rel="icon" instead of rel="shortcut icon" ([#1398](https://github.com/PrismJS/prism/issues/1398)) [[`d95f8fb`](https://github.com/PrismJS/prism/commit/d95f8fb)] |
| 58 | + * Fix Download page not handling multiple dependencies when from Redownload URL [[`c2ff248`](https://github.com/PrismJS/prism/commit/c2ff248)] |
| 59 | + * Update documentation for node & webpack usage [[`1e99e96`](https://github.com/PrismJS/prism/commit/1e99e96)] |
| 60 | +* Handle optional dependencies in `loadLanguages()` ([#1417](https://github.com/PrismJS/prism/issues/1417)) [[`84935ac`](https://github.com/PrismJS/prism/commit/84935ac)] |
| 61 | +* Add Chinese translation [[`f2b1964`](https://github.com/PrismJS/prism/commit/f2b1964)] |
62 | 62 |
|
63 | 63 | ## 1.14.0 (2018-04-11)
|
64 | 64 |
|
|
0 commit comments