Releases: chanan/BlazorPrettyCode
Releases · chanan/BlazorPrettyCode
v1.0.0-preview7-02
BREAKING CHANGES
- BlazorStyled, which BlazorPrettyCode uses to create the CSS no longer uses javascript, BlazorPrettyCode doesn't either!
- When highlight lines is used without line numbers, BlazorPrettyCode will now show a left border to highlight the line.
Documentation to follow....
v1.0.0-preview7-01
update aspnet core to 3.0.0-preview7.19365.7
v1.0.0-preview6-12
- PR #12 from @jbomhold3 with a fix for SSB rendering
- Removal of test code which by mistake made it in to the last release which caused CSB to double the work for no reason.
v1.0.0-preview6-11
- Added support for Blazor Server Side
- Output the line that causes an error to the output in case of a tokenization exception
- Added AttemptToFixTabs which will remove leading whitespace from each line
v1.0.0-preview6-10
New Feature!
Code and CodeSection support with line numbers. See issue #2 for details.
v1.0.0-preview6-09
New:
- Titles
- Expand / Collapse
v1.0.0-preview6-08
Updated Tokenizer to latest
Added ShowException
v1.0.0-preview6-07
- Row highlighting
- Json themes
- Solarized Dark theme
v1.0.0-preview6-06
- Fixes to multi line statements
- Added back fonts
- Updated docs
v1.0.0-preview6-04
Support for multi line quoted strings