plugins/line-numbers/prism-line-numbers.min.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt 11c54624 2022-03-22T22:32:52 Use terser (#3407)
Michael Schmidt 80d475e4 2021-04-18T16:14:33 ESLint: Added no-use-before-define rule (#2866)
Michael Schmidt 96335642 2021-03-21T17:22:54 Plugins: Consistent Prism check (#2788)
Michael Schmidt 7cdfe556 2020-10-24T17:54:14 Line numbers: Fixed null reference (#2605)
Michael Schmidt b96ed225 2020-06-28T15:40:01 Line Numbers: Improved resize performance (#2125)
Michael Schmidt a36e96ab 2020-06-27T00:01:47 Added general de/activation mechanism for plugins (#2434) Keep Markup, Line numbers, and Normalize whitespace now share the same per-element class-based de/activation logic.
Lynette 4b61661d 2020-04-29T18:04:08 Line numbers: Fixed TypeError when lineNumberWrapper is null (#2337) If a code block doesn't contain code, line numbers will not be added but the resize event still expected them to be there resulting in a TypeError.
Michael Schmidt 893f2a79 2020-04-07T17:27:26 Line numbers: Exposed `_resizeElement` function (#2288)
Michael Schmidt 14be7489 2019-03-10T18:56:59 Line numbers: Added inheritance for the `line-numbers` class (#1799) This adds inheritance for the `line-numbers` class for the Line numbers plugin similar to the inheritance of `language-xxxx` classes.
Michael Schmidt 3e00bb9c 2019-03-07T15:22:30 Rebuilt Prism (#1794) This is a rebuilt of Prism to update minified files.
Michael Schmidt c9762c6f 2019-03-06T13:47:25 Better class name detection for plugins (#1772) This improves the class name regex of a few plugins to avoid false positives.
Golmote d8999891 2017-12-05T21:18:21 Run gulp
Golmote 87780d26 2017-09-09T12:22:18 Run gulp
Golmote 44010886 2017-09-09T11:28:31 Run gulp
Golmote e5587a76 2016-07-10T14:14:50 Added aria-hidden attributes on elements created by the Line Highlight and Line Numbers plugins. Fixes #574.
Golmote 0356c58c 2015-09-03T19:09:48 Apply changes from #754 to all plugins so that none of them throw errors in node. Autolinker, Show invisibles and WPD can now be used with node. Removed unused minified CSS file. Also added missing space between attributes during wrapping.
Golmote 02b220e0 2015-08-26T19:46:48 Fix computation of line numbers for single-line code blocks. Fix #721
Golmote 14f3f80d 2015-08-17T08:28:57 Correct calculation for number of lines (manual merge, fix #385)
Golmote ee463e8e 2015-08-15T17:25:47 Line-numbers: Abort if element is empty. Fixex #669
Golmote fd549959 2015-08-13T08:33:48 Fix complete hook behaviour + run gulp task
Golmote 33bebfe7 2015-05-06T07:38:23 Line-numbers : accept CSS class on both <pre> and <code>. Fixes #568
Golmote c7992253 2015-03-31T07:47:32 Fixed implicitly declared variable
Ben Briggs 7cfd29a9 2014-05-26T11:20:55 Rebuild minified files.
George Kats 12f80769 2013-06-13T17:59:15 Add forgotten prism-line-numbers.min.js file. Undefined in JS output generation script. Prism should have a check to existing files (not only for CSS).