neo.mjs 6.41.0 → 6.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (675) hide show
  1. package/apps/ServiceWorker.mjs +2 -2
  2. package/apps/colors/childapps/widget/view/Viewport.mjs +1 -3
  3. package/apps/colors/model/Color.mjs +1 -3
  4. package/apps/colors/store/Colors.mjs +1 -3
  5. package/apps/colors/view/BarChartComponent.mjs +1 -3
  6. package/apps/colors/view/HeaderToolbar.mjs +1 -3
  7. package/apps/colors/view/PieChartComponent.mjs +1 -3
  8. package/apps/colors/view/TableContainer.mjs +1 -3
  9. package/apps/colors/view/Viewport.mjs +1 -3
  10. package/apps/colors/view/ViewportController.mjs +1 -3
  11. package/apps/colors/view/ViewportModel.mjs +1 -3
  12. package/apps/covid/model/Country.mjs +1 -3
  13. package/apps/covid/model/HistoricalData.mjs +1 -3
  14. package/apps/covid/store/Countries.mjs +1 -3
  15. package/apps/covid/store/HistoricalData.mjs +1 -3
  16. package/apps/covid/view/AttributionComponent.mjs +1 -3
  17. package/apps/covid/view/FooterContainer.mjs +1 -3
  18. package/apps/covid/view/GalleryContainer.mjs +1 -3
  19. package/apps/covid/view/GalleryContainerController.mjs +1 -3
  20. package/apps/covid/view/HeaderContainer.mjs +1 -3
  21. package/apps/covid/view/HelixContainer.mjs +1 -3
  22. package/apps/covid/view/HelixContainerController.mjs +1 -3
  23. package/apps/covid/view/MainContainer.mjs +1 -3
  24. package/apps/covid/view/MainContainerController.mjs +1 -3
  25. package/apps/covid/view/MainContainerModel.mjs +1 -3
  26. package/apps/covid/view/TableContainer.mjs +1 -3
  27. package/apps/covid/view/TableContainerController.mjs +1 -3
  28. package/apps/covid/view/WorldMapComponent.mjs +1 -3
  29. package/apps/covid/view/WorldMapContainer.mjs +1 -3
  30. package/apps/covid/view/WorldMapContainerController.mjs +1 -3
  31. package/apps/covid/view/country/Gallery.mjs +1 -3
  32. package/apps/covid/view/country/Helix.mjs +1 -3
  33. package/apps/covid/view/country/HistoricalDataTable.mjs +1 -3
  34. package/apps/covid/view/country/LineChartComponent.mjs +1 -3
  35. package/apps/covid/view/country/Table.mjs +1 -3
  36. package/apps/covid/view/mapboxGl/Component.mjs +1 -3
  37. package/apps/covid/view/mapboxGl/Container.mjs +1 -3
  38. package/apps/covid/view/mapboxGl/ContainerController.mjs +1 -3
  39. package/apps/form/model/SideNav.mjs +1 -3
  40. package/apps/form/store/SideNav.mjs +1 -3
  41. package/apps/form/view/FormContainer.mjs +1 -3
  42. package/apps/form/view/FormContainerController.mjs +1 -3
  43. package/apps/form/view/FormPageContainer.mjs +1 -3
  44. package/apps/form/view/SideNavList.mjs +1 -3
  45. package/apps/form/view/Viewport.mjs +1 -3
  46. package/apps/form/view/ViewportController.mjs +1 -3
  47. package/apps/form/view/ViewportModel.mjs +1 -3
  48. package/apps/form/view/pages/Page1.mjs +1 -3
  49. package/apps/form/view/pages/Page10.mjs +1 -3
  50. package/apps/form/view/pages/Page11.mjs +1 -3
  51. package/apps/form/view/pages/Page12.mjs +1 -3
  52. package/apps/form/view/pages/Page13.mjs +1 -3
  53. package/apps/form/view/pages/Page14.mjs +1 -3
  54. package/apps/form/view/pages/Page15.mjs +1 -3
  55. package/apps/form/view/pages/Page2.mjs +1 -3
  56. package/apps/form/view/pages/Page3.mjs +1 -3
  57. package/apps/form/view/pages/Page4.mjs +1 -3
  58. package/apps/form/view/pages/Page5.mjs +1 -3
  59. package/apps/form/view/pages/Page6.mjs +1 -3
  60. package/apps/form/view/pages/Page7.mjs +1 -3
  61. package/apps/form/view/pages/Page8.mjs +1 -3
  62. package/apps/form/view/pages/Page9.mjs +1 -3
  63. package/apps/krausest/TableCollection.mjs +1 -3
  64. package/apps/krausest/view/MainComponent.mjs +1 -3
  65. package/apps/krausest/view/MainComponentController.mjs +1 -3
  66. package/apps/krausest/view/TableComponent.mjs +1 -3
  67. package/apps/portal/childapps/preview/MainContainer.mjs +1 -3
  68. package/apps/portal/index.html +4 -6
  69. package/apps/portal/model/BlogPost.mjs +1 -3
  70. package/apps/portal/model/Content.mjs +1 -3
  71. package/apps/portal/model/ContentSection.mjs +1 -3
  72. package/apps/portal/resources/images/neo_logo_favicon.svg +16 -0
  73. package/apps/portal/store/BlogPosts.mjs +3 -5
  74. package/apps/portal/store/Content.mjs +1 -3
  75. package/apps/portal/store/ContentSections.mjs +1 -3
  76. package/apps/portal/view/HeaderToolbar.mjs +1 -3
  77. package/apps/portal/view/Viewport.mjs +1 -3
  78. package/apps/portal/view/ViewportController.mjs +1 -3
  79. package/apps/portal/view/ViewportModel.mjs +1 -3
  80. package/apps/portal/view/about/Container.mjs +1 -3
  81. package/apps/portal/view/about/MemberContainer.mjs +1 -3
  82. package/apps/portal/view/blog/Container.mjs +1 -3
  83. package/apps/portal/view/blog/List.mjs +1 -3
  84. package/apps/portal/view/home/ContentBox.mjs +1 -3
  85. package/apps/portal/view/home/FeatureSection.mjs +1 -3
  86. package/apps/portal/view/home/FooterContainer.mjs +1 -3
  87. package/apps/portal/view/home/MainContainer.mjs +1 -3
  88. package/apps/portal/view/home/parts/AfterMath.mjs +1 -3
  89. package/apps/portal/view/home/parts/BaseContainer.mjs +1 -3
  90. package/apps/portal/view/home/parts/Colors.mjs +1 -3
  91. package/apps/portal/view/home/parts/Features.mjs +1 -3
  92. package/apps/portal/view/home/parts/Helix.mjs +1 -3
  93. package/apps/portal/view/home/parts/How.mjs +1 -3
  94. package/apps/portal/view/home/parts/MainNeo.mjs +1 -3
  95. package/apps/portal/view/home/parts/References.mjs +1 -3
  96. package/apps/portal/view/learn/ContentTreeList.mjs +1 -3
  97. package/apps/portal/view/learn/ContentView.mjs +7 -10
  98. package/apps/portal/view/learn/MainContainer.mjs +1 -3
  99. package/apps/portal/view/learn/MainContainerController.mjs +1 -3
  100. package/apps/portal/view/learn/MainContainerModel.mjs +1 -3
  101. package/apps/portal/view/learn/PageContainer.mjs +1 -3
  102. package/apps/portal/view/learn/PageSectionsContainer.mjs +1 -3
  103. package/apps/portal/view/learn/PageSectionsList.mjs +1 -3
  104. package/apps/portal/view/services/Component.mjs +2 -4
  105. package/apps/realworld/api/Base.mjs +1 -3
  106. package/apps/realworld/view/FooterComponent.mjs +1 -3
  107. package/apps/realworld/view/HeaderComponent.mjs +1 -3
  108. package/apps/realworld/view/HomeComponent.mjs +1 -3
  109. package/apps/realworld/view/MainContainer.mjs +1 -3
  110. package/apps/realworld/view/MainContainerController.mjs +1 -3
  111. package/apps/realworld/view/article/CommentComponent.mjs +1 -3
  112. package/apps/realworld/view/article/Component.mjs +1 -3
  113. package/apps/realworld/view/article/CreateCommentComponent.mjs +1 -3
  114. package/apps/realworld/view/article/CreateComponent.mjs +1 -3
  115. package/apps/realworld/view/article/PreviewComponent.mjs +1 -3
  116. package/apps/realworld/view/article/TagListComponent.mjs +1 -3
  117. package/apps/realworld/view/user/ProfileComponent.mjs +1 -3
  118. package/apps/realworld/view/user/SettingsComponent.mjs +1 -3
  119. package/apps/realworld/view/user/SignUpComponent.mjs +1 -3
  120. package/apps/realworld2/api/Base.mjs +1 -3
  121. package/apps/realworld2/model/ArticlePreview.mjs +1 -3
  122. package/apps/realworld2/store/ArticlePreviews.mjs +1 -3
  123. package/apps/realworld2/view/FooterComponent.mjs +1 -3
  124. package/apps/realworld2/view/HeaderToolbar.mjs +1 -3
  125. package/apps/realworld2/view/HeaderToolbarController.mjs +1 -3
  126. package/apps/realworld2/view/HomeContainer.mjs +1 -3
  127. package/apps/realworld2/view/MainContainer.mjs +1 -3
  128. package/apps/realworld2/view/MainContainerController.mjs +1 -3
  129. package/apps/realworld2/view/article/DetailsContainer.mjs +1 -3
  130. package/apps/realworld2/view/article/FormContainer.mjs +1 -3
  131. package/apps/realworld2/view/article/Gallery.mjs +1 -3
  132. package/apps/realworld2/view/article/GalleryContainer.mjs +1 -3
  133. package/apps/realworld2/view/article/Helix.mjs +1 -3
  134. package/apps/realworld2/view/article/HelixContainer.mjs +1 -3
  135. package/apps/realworld2/view/article/PreviewComponent.mjs +1 -3
  136. package/apps/realworld2/view/article/PreviewList.mjs +1 -3
  137. package/apps/realworld2/view/article/TagListComponent.mjs +1 -3
  138. package/apps/realworld2/view/user/LoginFormContainer.mjs +1 -3
  139. package/apps/realworld2/view/user/ProfileContainer.mjs +1 -3
  140. package/apps/realworld2/view/user/SettingsFormContainer.mjs +1 -3
  141. package/apps/route/view/ButtonBar.mjs +1 -3
  142. package/apps/route/view/CenterContainer.mjs +2 -4
  143. package/apps/route/view/FooterContainer.mjs +5 -10
  144. package/apps/route/view/HeaderContainer.mjs +5 -9
  145. package/apps/route/view/MainView.mjs +4 -13
  146. package/apps/route/view/MainViewController.mjs +1 -10
  147. package/apps/route/view/MetaContainer.mjs +3 -5
  148. package/apps/route/view/Viewport.mjs +3 -6
  149. package/apps/route/view/center/CardAdministration.mjs +2 -7
  150. package/apps/route/view/center/CardAdministrationDenied.mjs +1 -3
  151. package/apps/route/view/center/CardContact.mjs +2 -5
  152. package/apps/route/view/center/CardHome.mjs +1 -3
  153. package/apps/route/view/center/CardSection1.mjs +2 -4
  154. package/apps/route/view/center/CardSection2.mjs +2 -4
  155. package/apps/sharedcovid/Util.mjs +9 -11
  156. package/apps/sharedcovid/childapps/sharedcovidchart/MainContainer.mjs +1 -3
  157. package/apps/sharedcovid/childapps/sharedcovidgallery/MainContainer.mjs +1 -3
  158. package/apps/sharedcovid/childapps/sharedcovidhelix/MainContainer.mjs +1 -3
  159. package/apps/sharedcovid/childapps/sharedcovidmap/MainContainer.mjs +1 -3
  160. package/apps/sharedcovid/model/Country.mjs +1 -3
  161. package/apps/sharedcovid/model/HistoricalData.mjs +1 -3
  162. package/apps/sharedcovid/store/Countries.mjs +1 -3
  163. package/apps/sharedcovid/store/HistoricalData.mjs +1 -3
  164. package/apps/sharedcovid/view/AttributionComponent.mjs +1 -3
  165. package/apps/sharedcovid/view/FooterContainer.mjs +1 -3
  166. package/apps/sharedcovid/view/GalleryContainer.mjs +3 -5
  167. package/apps/sharedcovid/view/GalleryContainerController.mjs +1 -3
  168. package/apps/sharedcovid/view/HeaderContainer.mjs +1 -3
  169. package/apps/sharedcovid/view/HelixContainer.mjs +2 -4
  170. package/apps/sharedcovid/view/HelixContainerController.mjs +1 -3
  171. package/apps/sharedcovid/view/MainContainer.mjs +1 -3
  172. package/apps/sharedcovid/view/MainContainerController.mjs +1 -3
  173. package/apps/sharedcovid/view/MainContainerModel.mjs +1 -3
  174. package/apps/sharedcovid/view/TableContainer.mjs +1 -3
  175. package/apps/sharedcovid/view/TableContainerController.mjs +1 -3
  176. package/apps/sharedcovid/view/WorldMapComponent.mjs +3 -5
  177. package/apps/sharedcovid/view/WorldMapContainer.mjs +1 -3
  178. package/apps/sharedcovid/view/WorldMapContainerController.mjs +3 -5
  179. package/apps/sharedcovid/view/country/Gallery.mjs +1 -3
  180. package/apps/sharedcovid/view/country/Helix.mjs +1 -3
  181. package/apps/sharedcovid/view/country/HistoricalDataTable.mjs +1 -3
  182. package/apps/sharedcovid/view/country/LineChartComponent.mjs +1 -3
  183. package/apps/sharedcovid/view/country/Table.mjs +1 -3
  184. package/apps/sharedcovid/view/mapboxGl/Component.mjs +1 -3
  185. package/apps/sharedcovid/view/mapboxGl/Container.mjs +1 -3
  186. package/apps/sharedcovid/view/mapboxGl/ContainerController.mjs +5 -7
  187. package/apps/shareddialog/childapps/shareddialog2/view/MainContainer.mjs +1 -3
  188. package/apps/shareddialog/childapps/shareddialog2/view/MainContainerController.mjs +2 -4
  189. package/apps/shareddialog/view/DemoDialog.mjs +1 -3
  190. package/apps/shareddialog/view/MainContainer.mjs +1 -3
  191. package/apps/shareddialog/view/MainContainerController.mjs +31 -33
  192. package/buildScripts/createApp.mjs +1 -3
  193. package/buildScripts/createAppMinimal.mjs +8 -25
  194. package/buildScripts/createClass.mjs +2 -18
  195. package/buildScripts/webpack/development/webpack.config.appworker.mjs +18 -3
  196. package/buildScripts/webpack/production/webpack.config.appworker.mjs +18 -3
  197. package/docs/app/model/Api.mjs +1 -3
  198. package/docs/app/model/Example.mjs +1 -3
  199. package/docs/app/store/Api.mjs +1 -3
  200. package/docs/app/store/Examples.mjs +1 -3
  201. package/docs/app/view/ApiTreeList.mjs +1 -3
  202. package/docs/app/view/ContentTabContainer.mjs +4 -6
  203. package/docs/app/view/ExamplesTreeList.mjs +1 -3
  204. package/docs/app/view/HeaderContainer.mjs +1 -3
  205. package/docs/app/view/MainContainer.mjs +4 -6
  206. package/docs/app/view/MainContainerController.mjs +11 -13
  207. package/docs/app/view/classdetails/HeaderComponent.mjs +4 -6
  208. package/docs/app/view/classdetails/HierarchyTreeList.mjs +6 -8
  209. package/docs/app/view/classdetails/MainContainer.mjs +1 -3
  210. package/docs/app/view/classdetails/MainContainerController.mjs +11 -13
  211. package/docs/app/view/classdetails/MembersList.mjs +47 -49
  212. package/docs/app/view/classdetails/SourceViewComponent.mjs +6 -8
  213. package/docs/app/view/classdetails/TutorialComponent.mjs +3 -5
  214. package/docs/resources/lib/highlight/CHANGES.md +1739 -0
  215. package/docs/resources/lib/highlight/LICENSE +24 -0
  216. package/docs/resources/lib/highlight/README.md +186 -0
  217. package/docs/resources/lib/highlight/highlight.pack.js +2 -0
  218. package/docs/resources/lib/highlightjs-custom-dark-theme.css +120 -0
  219. package/docs/resources/lib/highlightjs-custom-github-theme.css +136 -0
  220. package/examples/ConfigurationViewport.mjs +10 -13
  221. package/examples/ServiceWorker.mjs +2 -2
  222. package/examples/button/base/MainContainer.mjs +1 -3
  223. package/examples/button/split/MainContainer.mjs +1 -3
  224. package/examples/calendar/basic/MainContainer.mjs +1 -3
  225. package/examples/calendar/basic/MainContainerController.mjs +5 -7
  226. package/examples/calendar/weekview/MainContainer.mjs +2 -4
  227. package/examples/charts/MainContainer.mjs +1 -3
  228. package/examples/component/canvas/MainContainer.mjs +1 -3
  229. package/examples/component/carousel/MainContainer.mjs +1 -3
  230. package/examples/component/chip/MainContainer.mjs +3 -5
  231. package/examples/component/circle/MainContainer.mjs +4 -6
  232. package/examples/component/clock/MainContainer.mjs +3 -5
  233. package/examples/component/coronaGallery/CountryGallery.mjs +4 -6
  234. package/examples/component/coronaGallery/CountryModel.mjs +1 -3
  235. package/examples/component/coronaGallery/CountryStore.mjs +1 -3
  236. package/examples/component/coronaGallery/MainContainer.mjs +5 -7
  237. package/examples/component/coronaHelix/CountryHelix.mjs +4 -6
  238. package/examples/component/coronaHelix/CountryModel.mjs +1 -3
  239. package/examples/component/coronaHelix/CountryStore.mjs +1 -3
  240. package/examples/component/coronaHelix/MainContainer.mjs +5 -7
  241. package/examples/component/dateSelector/MainContainer.mjs +4 -6
  242. package/examples/component/gallery/ImageModel.mjs +1 -3
  243. package/examples/component/gallery/ImageStore.mjs +1 -3
  244. package/examples/component/gallery/MainContainer.mjs +13 -15
  245. package/examples/component/helix/ImageModel.mjs +1 -3
  246. package/examples/component/helix/ImageStore.mjs +1 -3
  247. package/examples/component/helix/Viewport.mjs +2 -4
  248. package/examples/component/helix/ViewportController.mjs +1 -3
  249. package/examples/component/multiWindowHelix/Viewport.mjs +2 -4
  250. package/examples/component/multiWindowHelix/ViewportController.mjs +1 -3
  251. package/examples/component/multiWindowHelix/childapp/Viewport.mjs +1 -3
  252. package/examples/component/mwc/button/MainContainer.mjs +3 -5
  253. package/examples/component/mwc/buttons/MainContainer.mjs +1 -3
  254. package/examples/component/mwc/textField/MainContainer.mjs +4 -6
  255. package/examples/component/mwc/textFields/MainContainer.mjs +1 -3
  256. package/examples/component/process/MainContainer.mjs +5 -7
  257. package/examples/component/process/realWorldExample/MainContainer.mjs +17 -17
  258. package/examples/component/progress/MainContainer.mjs +1 -3
  259. package/examples/component/splitter/MainContainer.mjs +5 -7
  260. package/examples/component/statusbadge/MainContainer.mjs +113 -115
  261. package/examples/component/timer/MainContainer.mjs +19 -21
  262. package/examples/component/timer/MainContainerController.mjs +6 -8
  263. package/examples/component/toast/MainContainer.mjs +1 -3
  264. package/examples/component/toast/MainContainerController.mjs +5 -7
  265. package/examples/component/video/MainContainer.mjs +1 -3
  266. package/examples/component/video/MainContainerController.mjs +8 -9
  267. package/examples/component/wrapper/cesiumJS/MainContainer.mjs +1 -3
  268. package/examples/component/wrapper/cesiumJS/MainContainerController.mjs +2 -4
  269. package/examples/component/wrapper/googleMaps/MainContainer.mjs +1 -3
  270. package/examples/component/wrapper/googleMaps/MainContainerController.mjs +3 -5
  271. package/examples/component/wrapper/googleMaps/MapComponent.mjs +2 -4
  272. package/examples/component/wrapper/googleMaps/MarkerDialog.mjs +12 -27
  273. package/examples/component/wrapper/monacoEditor/MainContainer.mjs +1 -3
  274. package/examples/container/accordion/MainContainer.mjs +4 -8
  275. package/examples/container/base/MainContainer.mjs +1 -3
  276. package/examples/core/config/MainContainer.mjs +6 -8
  277. package/examples/dashboard/MainContainer.mjs +2 -4
  278. package/examples/date/selectorContainer/MainContainer.mjs +4 -6
  279. package/examples/dialog/DemoDialog.mjs +2 -4
  280. package/examples/dialog/MainContainer.mjs +3 -5
  281. package/examples/fieldWithPrefix/MainContainer.mjs +4 -6
  282. package/examples/fields/MainContainer.mjs +1 -5
  283. package/examples/form/field/checkbox/MainContainer.mjs +1 -3
  284. package/examples/form/field/chip/MainContainer.mjs +3 -5
  285. package/examples/form/field/chip/MainModel.mjs +1 -3
  286. package/examples/form/field/chip/MainStore.mjs +1 -3
  287. package/examples/form/field/color/MainContainer.mjs +3 -5
  288. package/examples/form/field/color/MainModel.mjs +2 -4
  289. package/examples/form/field/color/MainStore.mjs +1 -3
  290. package/examples/form/field/combobox/MainContainer.mjs +2 -4
  291. package/examples/form/field/combobox/MainModel.mjs +2 -4
  292. package/examples/form/field/combobox/MainStore.mjs +2 -4
  293. package/examples/form/field/date/MainContainer.mjs +3 -5
  294. package/examples/form/field/email/MainContainer.mjs +3 -5
  295. package/examples/form/field/fileupload/MainContainer.mjs +3 -5
  296. package/examples/form/field/number/MainContainer.mjs +3 -5
  297. package/examples/form/field/picker/MainContainer.mjs +3 -5
  298. package/examples/form/field/radio/MainContainer.mjs +2 -4
  299. package/examples/form/field/switch/MainContainer.mjs +1 -3
  300. package/examples/form/field/text/MainContainer.mjs +1 -3
  301. package/examples/form/field/textarea/MainContainer.mjs +3 -5
  302. package/examples/form/field/time/MainContainer.mjs +3 -5
  303. package/examples/form/field/trigger/copyToClipboard/MainContainer.mjs +4 -8
  304. package/examples/form/field/url/MainContainer.mjs +3 -5
  305. package/examples/form/fieldset/MainContainer.mjs +3 -5
  306. package/examples/grid/container/MainContainer.mjs +3 -5
  307. package/examples/grid/container/MainModel.mjs +2 -4
  308. package/examples/grid/container/MainStore.mjs +7 -14
  309. package/examples/grid/covid/GridContainer.mjs +1 -3
  310. package/examples/grid/covid/GridContainerController.mjs +2 -4
  311. package/examples/grid/covid/MainContainer.mjs +1 -3
  312. package/examples/grid/covid/Model.mjs +1 -3
  313. package/examples/grid/covid/Store.mjs +1 -3
  314. package/examples/grid/covid/Util.mjs +9 -11
  315. package/examples/layout/card/MainContainer.mjs +2 -4
  316. package/examples/layout/cube/MainContainer.mjs +3 -5
  317. package/examples/layout/form/MainContainer.mjs +3 -5
  318. package/examples/list/animate/List.mjs +2 -4
  319. package/examples/list/animate/MainContainer.mjs +1 -3
  320. package/examples/list/animate/MainContainerController.mjs +5 -7
  321. package/examples/list/animate/MainModel.mjs +2 -4
  322. package/examples/list/animate/MainStore.mjs +3 -5
  323. package/examples/list/base/MainContainer.mjs +3 -5
  324. package/examples/list/base/MainModel.mjs +2 -4
  325. package/examples/list/base/MainStore.mjs +1 -3
  326. package/examples/list/chip/MainContainer.mjs +3 -5
  327. package/examples/list/chip/MainModel.mjs +2 -4
  328. package/examples/list/chip/MainStore.mjs +1 -3
  329. package/examples/list/circle/MainContainer.mjs +1 -3
  330. package/examples/list/circle/MainModel.mjs +2 -4
  331. package/examples/list/circle/MainStore.mjs +1 -3
  332. package/examples/list/color/MainContainer.mjs +3 -5
  333. package/examples/list/color/MainModel.mjs +2 -4
  334. package/examples/list/color/MainStore.mjs +1 -3
  335. package/examples/menu/list/MainContainer.mjs +3 -5
  336. package/examples/menu/list/MainStore.mjs +1 -3
  337. package/examples/menu/panel/MainContainer.mjs +2 -4
  338. package/examples/model/advanced/MainContainer.mjs +1 -3
  339. package/examples/model/advanced/MainContainerController.mjs +15 -17
  340. package/examples/model/dialog/EditUserDialog.mjs +1 -3
  341. package/examples/model/dialog/EditUserDialogController.mjs +5 -7
  342. package/examples/model/dialog/MainContainer.mjs +1 -3
  343. package/examples/model/dialog/MainContainerController.mjs +6 -8
  344. package/examples/model/extendedClass/MainContainer.mjs +1 -3
  345. package/examples/model/extendedClass/MainContainerController.mjs +10 -12
  346. package/examples/model/extendedClass/MainContainerModel.mjs +3 -5
  347. package/examples/model/inline/MainContainer.mjs +1 -3
  348. package/examples/model/inline/MainContainerController.mjs +10 -12
  349. package/examples/model/inlineNoModel/MainContainer.mjs +1 -3
  350. package/examples/model/inlineNoModel/MainContainerController.mjs +11 -13
  351. package/examples/model/multiWindow/EditUserDialog.mjs +1 -3
  352. package/examples/model/multiWindow/EditUserDialogController.mjs +5 -7
  353. package/examples/model/multiWindow/MainContainer.mjs +1 -3
  354. package/examples/model/multiWindow/MainContainerController.mjs +7 -9
  355. package/examples/model/multiWindow/Viewport.mjs +1 -3
  356. package/examples/model/multiWindow/ViewportController.mjs +5 -7
  357. package/examples/model/multiWindow2/Viewport.mjs +1 -3
  358. package/examples/model/nestedData/MainContainer.mjs +1 -3
  359. package/examples/model/nestedData/MainContainerController.mjs +10 -12
  360. package/examples/model/table/MainContainer.mjs +1 -3
  361. package/examples/model/table/MainContainerModel.mjs +3 -5
  362. package/examples/model/table/MainModel.mjs +2 -4
  363. package/examples/model/table/MainStore.mjs +2 -4
  364. package/examples/model/twoWay/MainContainer.mjs +1 -3
  365. package/examples/panel/MainContainer.mjs +1 -3
  366. package/examples/panel/MainContainerController.mjs +5 -7
  367. package/examples/popover/MainContainer.mjs +4 -7
  368. package/examples/preloadingAssets/view/MainContainer.mjs +1 -3
  369. package/examples/preloadingAssets/view/MainContainerController.mjs +3 -5
  370. package/examples/remotesApi/basic/MainContainer.mjs +1 -3
  371. package/examples/remotesApi/basic/MainContainerController.mjs +1 -3
  372. package/examples/sitemap/MainContainer.mjs +1 -3
  373. package/examples/tab/container/MainContainer.mjs +13 -15
  374. package/examples/table/container/MainContainer.mjs +6 -8
  375. package/examples/table/container/MainModel.mjs +2 -4
  376. package/examples/table/container/MainStore.mjs +2 -4
  377. package/examples/table/covid/MainContainer.mjs +1 -3
  378. package/examples/table/covid/Model.mjs +1 -3
  379. package/examples/table/covid/Store.mjs +1 -3
  380. package/examples/table/covid/TableContainer.mjs +1 -3
  381. package/examples/table/covid/TableContainerController.mjs +5 -7
  382. package/examples/table/covid/Util.mjs +9 -11
  383. package/examples/tableFiltering/MainContainer.mjs +1 -3
  384. package/examples/tableFiltering/MainModel.mjs +2 -4
  385. package/examples/tableFiltering/MainStore.mjs +2 -4
  386. package/examples/tablePerformance/MainContainer.mjs +1 -3
  387. package/examples/tablePerformance/MainContainer2.mjs +1 -3
  388. package/examples/tablePerformance/MainContainer3.mjs +1 -3
  389. package/examples/tablePerformance/Viewport.mjs +3 -5
  390. package/examples/tableStore/MainContainer.mjs +1 -3
  391. package/examples/tableStore/MainModel.mjs +2 -4
  392. package/examples/tableStore/MainStore.mjs +2 -4
  393. package/examples/tabs/MainContainer.mjs +2 -4
  394. package/examples/tabs/MainContainer2.mjs +1 -3
  395. package/examples/todoList/version1/MainComponent.mjs +11 -13
  396. package/examples/todoList/version2/MainContainer.mjs +4 -9
  397. package/examples/todoList/version2/TodoList.mjs +1 -3
  398. package/examples/todoList/version2/TodoListModel.mjs +2 -4
  399. package/examples/todoList/version2/TodoListStore.mjs +1 -3
  400. package/examples/toolbar/breadcrumb/view/MainContainer.mjs +1 -3
  401. package/examples/toolbar/breadcrumb/view/MainContainerController.mjs +2 -4
  402. package/examples/toolbar/paging/model/User.mjs +1 -3
  403. package/examples/toolbar/paging/store/Users.mjs +2 -4
  404. package/examples/toolbar/paging/view/AddUserDialog.mjs +1 -3
  405. package/examples/toolbar/paging/view/MainContainer.mjs +1 -3
  406. package/examples/toolbar/paging/view/MainContainerController.mjs +6 -8
  407. package/examples/toolbar/paging/view/MainContainerModel.mjs +3 -5
  408. package/examples/toolbar/paging/view/UserTableContainer.mjs +1 -3
  409. package/examples/tree/MainContainer.mjs +4 -6
  410. package/examples/treeAccordion/MainContainer.mjs +11 -15
  411. package/examples/videoMove/MainContainer.mjs +1 -3
  412. package/examples/viewport/MainContainer.mjs +1 -3
  413. package/examples/worker/task/MainContainer.mjs +1 -3
  414. package/package.json +1 -1
  415. package/resources/data/deck/learnneo/pages/benefits/FormsEngine.md +2 -2
  416. package/resources/data/deck/learnneo/pages/benefits/Multi-Threading.md +3 -3
  417. package/resources/scss/src/apps/portal/HeaderToolbar.scss +3 -5
  418. package/resources/scss/src/apps/portal/home/ContentBox.scss +41 -8
  419. package/resources/scss/src/toolbar/Base.scss +4 -0
  420. package/src/DefaultConfig.mjs +2 -2
  421. package/src/Neo.mjs +19 -16
  422. package/src/button/Base.mjs +1 -3
  423. package/src/button/Menu.mjs +1 -3
  424. package/src/button/Split.mjs +1 -3
  425. package/src/calendar/model/Calendar.mjs +1 -3
  426. package/src/calendar/model/Color.mjs +1 -3
  427. package/src/calendar/model/Event.mjs +1 -3
  428. package/src/calendar/store/Calendars.mjs +1 -3
  429. package/src/calendar/store/Colors.mjs +1 -3
  430. package/src/calendar/store/Events.mjs +1 -3
  431. package/src/calendar/view/DayComponent.mjs +1 -3
  432. package/src/calendar/view/EditEventContainer.mjs +1 -3
  433. package/src/calendar/view/MainContainer.mjs +1 -3
  434. package/src/calendar/view/MainContainerModel.mjs +1 -3
  435. package/src/calendar/view/SettingsContainer.mjs +1 -3
  436. package/src/calendar/view/YearComponent.mjs +1 -3
  437. package/src/calendar/view/calendars/ColorsList.mjs +1 -3
  438. package/src/calendar/view/calendars/Container.mjs +1 -3
  439. package/src/calendar/view/calendars/EditContainer.mjs +1 -3
  440. package/src/calendar/view/calendars/List.mjs +1 -3
  441. package/src/calendar/view/month/Component.mjs +1 -3
  442. package/src/calendar/view/settings/GeneralContainer.mjs +1 -3
  443. package/src/calendar/view/settings/MonthContainer.mjs +1 -3
  444. package/src/calendar/view/settings/WeekContainer.mjs +1 -3
  445. package/src/calendar/view/settings/YearContainer.mjs +1 -3
  446. package/src/calendar/view/week/Component.mjs +1 -3
  447. package/src/calendar/view/week/EventDragZone.mjs +1 -3
  448. package/src/calendar/view/week/TimeAxisComponent.mjs +1 -3
  449. package/src/calendar/view/week/plugin/DragDrop.mjs +1 -3
  450. package/src/calendar/view/week/plugin/EventResizable.mjs +1 -3
  451. package/src/code/LivePreview.mjs +13 -4
  452. package/src/collection/Base.mjs +1 -3
  453. package/src/collection/Filter.mjs +1 -3
  454. package/src/collection/Sorter.mjs +1 -3
  455. package/src/component/Base.mjs +2 -3
  456. package/src/component/BoxLabel.mjs +1 -3
  457. package/src/component/Canvas.mjs +1 -3
  458. package/src/component/Carousel.mjs +1 -3
  459. package/src/component/Chip.mjs +1 -3
  460. package/src/component/Circle.mjs +1 -3
  461. package/src/component/Clock.mjs +1 -3
  462. package/src/component/DateSelector.mjs +1 -3
  463. package/src/component/Gallery.mjs +1 -3
  464. package/src/component/Helix.mjs +1 -3
  465. package/src/component/Iframe.mjs +1 -3
  466. package/src/component/Label.mjs +1 -3
  467. package/src/component/Legend.mjs +1 -3
  468. package/src/component/Process.mjs +1 -3
  469. package/src/component/Progress.mjs +1 -3
  470. package/src/component/Splitter.mjs +1 -3
  471. package/src/component/StatusBadge.mjs +1 -3
  472. package/src/component/Timer.mjs +1 -3
  473. package/src/component/Toast.mjs +1 -3
  474. package/src/component/Video.mjs +22 -19
  475. package/src/component/mwc/Button.mjs +1 -3
  476. package/src/component/mwc/TextField.mjs +1 -3
  477. package/src/component/wrapper/AmChart.mjs +1 -3
  478. package/src/component/wrapper/CesiumJS.mjs +1 -3
  479. package/src/component/wrapper/GoogleMaps.mjs +1 -3
  480. package/src/component/wrapper/MapboxGL.mjs +1 -3
  481. package/src/component/wrapper/MonacoEditor.mjs +1 -3
  482. package/src/container/Accordion.mjs +1 -3
  483. package/src/container/AccordionItem.mjs +1 -3
  484. package/src/container/Base.mjs +1 -3
  485. package/src/container/Panel.mjs +1 -3
  486. package/src/container/Viewport.mjs +1 -3
  487. package/src/controller/Application.mjs +1 -1
  488. package/src/controller/Base.mjs +1 -3
  489. package/src/controller/Component.mjs +1 -3
  490. package/src/core/Base.mjs +7 -5
  491. package/src/core/Compare.mjs +1 -1
  492. package/src/core/Observable.mjs +1 -3
  493. package/src/core/Util.mjs +1 -1
  494. package/src/dashboard/Container.mjs +1 -3
  495. package/src/data/Model.mjs +1 -3
  496. package/src/data/Store.mjs +1 -3
  497. package/src/data/connection/Fetch.mjs +1 -3
  498. package/src/data/connection/WebSocket.mjs +1 -3
  499. package/src/data/connection/Xhr.mjs +1 -3
  500. package/src/date/DayViewComponent.mjs +1 -3
  501. package/src/date/SelectorContainer.mjs +1 -3
  502. package/src/date/SelectorContainerModel.mjs +1 -3
  503. package/src/dialog/Base.mjs +1 -3
  504. package/src/dialog/header/Toolbar.mjs +1 -3
  505. package/src/draggable/DragProxyComponent.mjs +1 -3
  506. package/src/draggable/DragZone.mjs +1 -3
  507. package/src/draggable/DropZone.mjs +1 -3
  508. package/src/draggable/list/DragZone.mjs +1 -3
  509. package/src/draggable/list/SortZone.mjs +1 -3
  510. package/src/draggable/tab/header/toolbar/SortZone.mjs +1 -3
  511. package/src/draggable/toolbar/DragZone.mjs +1 -3
  512. package/src/draggable/toolbar/SortZone.mjs +1 -3
  513. package/src/draggable/tree/DragZone.mjs +1 -3
  514. package/src/draggable/tree/SortZone.mjs +1 -3
  515. package/src/filter/BooleanContainer.mjs +1 -3
  516. package/src/filter/DateContainer.mjs +1 -3
  517. package/src/filter/NumberContainer.mjs +1 -3
  518. package/src/filter/ToggleOperatorsButton.mjs +1 -3
  519. package/src/form/Container.mjs +1 -3
  520. package/src/form/Fieldset.mjs +1 -3
  521. package/src/form/field/Base.mjs +1 -3
  522. package/src/form/field/CheckBox.mjs +1 -3
  523. package/src/form/field/Chip.mjs +1 -3
  524. package/src/form/field/Color.mjs +1 -3
  525. package/src/form/field/ComboBox.mjs +1 -3
  526. package/src/form/field/Country.mjs +1 -3
  527. package/src/form/field/Currency.mjs +1 -3
  528. package/src/form/field/Date.mjs +1 -3
  529. package/src/form/field/Display.mjs +1 -3
  530. package/src/form/field/Email.mjs +1 -3
  531. package/src/form/field/FileUpload.mjs +1 -3
  532. package/src/form/field/Hidden.mjs +1 -3
  533. package/src/form/field/Number.mjs +1 -3
  534. package/src/form/field/Password.mjs +1 -3
  535. package/src/form/field/Phone.mjs +1 -3
  536. package/src/form/field/Picker.mjs +1 -3
  537. package/src/form/field/Radio.mjs +1 -3
  538. package/src/form/field/Range.mjs +1 -3
  539. package/src/form/field/Search.mjs +1 -3
  540. package/src/form/field/Switch.mjs +1 -3
  541. package/src/form/field/Text.mjs +1 -3
  542. package/src/form/field/TextArea.mjs +1 -3
  543. package/src/form/field/Time.mjs +1 -3
  544. package/src/form/field/Url.mjs +1 -3
  545. package/src/form/field/ZipCode.mjs +1 -3
  546. package/src/form/field/trigger/Base.mjs +1 -3
  547. package/src/form/field/trigger/Clear.mjs +1 -3
  548. package/src/form/field/trigger/CopyToClipboard.mjs +1 -3
  549. package/src/form/field/trigger/Date.mjs +1 -3
  550. package/src/form/field/trigger/Picker.mjs +1 -3
  551. package/src/form/field/trigger/Search.mjs +1 -3
  552. package/src/form/field/trigger/SpinDown.mjs +1 -3
  553. package/src/form/field/trigger/SpinUp.mjs +1 -3
  554. package/src/form/field/trigger/SpinUpDown.mjs +1 -3
  555. package/src/form/field/trigger/Time.mjs +1 -3
  556. package/src/grid/Container.mjs +1 -3
  557. package/src/grid/View.mjs +1 -3
  558. package/src/grid/header/Button.mjs +1 -3
  559. package/src/grid/header/Toolbar.mjs +1 -3
  560. package/src/layout/Base.mjs +1 -3
  561. package/src/layout/Card.mjs +1 -3
  562. package/src/layout/Cube.mjs +1 -3
  563. package/src/layout/Fit.mjs +1 -3
  564. package/src/layout/Flexbox.mjs +1 -3
  565. package/src/layout/Form.mjs +1 -3
  566. package/src/layout/Grid.mjs +1 -3
  567. package/src/layout/HBox.mjs +1 -3
  568. package/src/layout/VBox.mjs +1 -3
  569. package/src/list/Base.mjs +1 -3
  570. package/src/list/Chip.mjs +1 -3
  571. package/src/list/Circle.mjs +1 -3
  572. package/src/list/Color.mjs +1 -3
  573. package/src/list/Component.mjs +1 -3
  574. package/src/list/plugin/Animate.mjs +1 -3
  575. package/src/main/DomAccess.mjs +6 -3
  576. package/src/main/addon/AmCharts.mjs +67 -64
  577. package/src/main/addon/AnalyticsByGoogle.mjs +1 -3
  578. package/src/main/addon/Base.mjs +89 -4
  579. package/src/main/addon/CesiumJS.mjs +1 -3
  580. package/src/main/addon/CloneNode.mjs +1 -3
  581. package/src/main/addon/Cookie.mjs +1 -3
  582. package/src/main/addon/DragDrop.mjs +1 -3
  583. package/src/main/addon/GoogleMaps.mjs +1 -3
  584. package/src/main/addon/HighlightJS.mjs +48 -71
  585. package/src/main/addon/IntersectionObserver.mjs +1 -3
  586. package/src/main/addon/LocalStorage.mjs +1 -3
  587. package/src/main/addon/MapboxGL.mjs +1 -3
  588. package/src/main/addon/Markdown.mjs +1 -3
  589. package/src/main/addon/MonacoEditor.mjs +72 -34
  590. package/src/main/addon/Mwc.mjs +1 -3
  591. package/src/main/addon/Navigator.mjs +1 -3
  592. package/src/main/addon/Popover.mjs +1 -3
  593. package/src/main/addon/PrefixField.mjs +1 -3
  594. package/src/main/addon/ResizeObserver.mjs +1 -3
  595. package/src/main/addon/ServiceWorker.mjs +1 -3
  596. package/src/main/addon/Siesta.mjs +1 -3
  597. package/src/main/addon/Stylesheet.mjs +1 -3
  598. package/src/main/addon/WebComponent.mjs +1 -3
  599. package/src/main/addon/WindowPosition.mjs +1 -3
  600. package/src/main/draggable/sensor/Base.mjs +1 -3
  601. package/src/main/draggable/sensor/Mouse.mjs +1 -3
  602. package/src/main/draggable/sensor/Touch.mjs +1 -3
  603. package/src/main/mixin/DeltaUpdates.mjs +1 -3
  604. package/src/main/mixin/TouchDomEvents.mjs +1 -3
  605. package/src/manager/Base.mjs +1 -3
  606. package/src/menu/List.mjs +1 -3
  607. package/src/menu/Model.mjs +1 -3
  608. package/src/menu/Panel.mjs +1 -3
  609. package/src/menu/Store.mjs +1 -3
  610. package/src/model/Component.mjs +1 -3
  611. package/src/plugin/Base.mjs +1 -3
  612. package/src/plugin/Popover.mjs +1 -3
  613. package/src/plugin/PrefixField.mjs +1 -3
  614. package/src/plugin/Resizable.mjs +1 -3
  615. package/src/plugin/Responsive.mjs +1 -3
  616. package/src/selection/CircleModel.mjs +1 -3
  617. package/src/selection/DateSelectorModel.mjs +1 -3
  618. package/src/selection/GalleryModel.mjs +1 -3
  619. package/src/selection/HelixModel.mjs +1 -3
  620. package/src/selection/ListModel.mjs +1 -3
  621. package/src/selection/Model.mjs +1 -3
  622. package/src/selection/TreeAccordionModel.mjs +1 -3
  623. package/src/selection/TreeModel.mjs +1 -3
  624. package/src/selection/grid/CellColumnModel.mjs +1 -3
  625. package/src/selection/grid/CellColumnRowModel.mjs +1 -3
  626. package/src/selection/grid/CellModel.mjs +1 -3
  627. package/src/selection/grid/CellRowModel.mjs +1 -3
  628. package/src/selection/grid/ColumnModel.mjs +1 -3
  629. package/src/selection/grid/RowModel.mjs +1 -3
  630. package/src/selection/menu/ListModel.mjs +1 -3
  631. package/src/selection/table/CellColumnModel.mjs +1 -3
  632. package/src/selection/table/CellColumnRowModel.mjs +1 -3
  633. package/src/selection/table/CellModel.mjs +1 -3
  634. package/src/selection/table/CellRowModel.mjs +1 -3
  635. package/src/selection/table/ColumnModel.mjs +1 -3
  636. package/src/selection/table/RowModel.mjs +1 -3
  637. package/src/sitemap/Component.mjs +1 -3
  638. package/src/sitemap/Model.mjs +1 -3
  639. package/src/sitemap/Store.mjs +1 -3
  640. package/src/tab/Container.mjs +1 -3
  641. package/src/tab/Strip.mjs +1 -3
  642. package/src/tab/header/Button.mjs +1 -3
  643. package/src/tab/header/Toolbar.mjs +1 -3
  644. package/src/table/Container.mjs +1 -3
  645. package/src/table/View.mjs +1 -3
  646. package/src/table/header/Button.mjs +1 -3
  647. package/src/table/header/Toolbar.mjs +1 -3
  648. package/src/toolbar/Base.mjs +1 -3
  649. package/src/toolbar/Breadcrumb.mjs +1 -3
  650. package/src/toolbar/Paging.mjs +1 -3
  651. package/src/tooltip/Base.mjs +1 -3
  652. package/src/tree/Accordion.mjs +1 -3
  653. package/src/tree/List.mjs +1 -3
  654. package/src/util/Array.mjs +1 -3
  655. package/src/util/ClassSystem.mjs +1 -3
  656. package/src/util/Css.mjs +1 -3
  657. package/src/util/Date.mjs +1 -3
  658. package/src/util/KeyNavigation.mjs +1 -3
  659. package/src/util/Matrix.mjs +1 -3
  660. package/src/util/String.mjs +1 -3
  661. package/src/util/Style.mjs +1 -3
  662. package/src/util/VDom.mjs +1 -3
  663. package/src/util/VNode.mjs +1 -3
  664. package/src/worker/Base.mjs +1 -3
  665. package/src/worker/Manager.mjs +3 -0
  666. package/src/worker/ServiceBase.mjs +1 -3
  667. package/src/worker/mixin/RemoteMethodAccess.mjs +1 -3
  668. /package/apps/portal/{data → resources/data}/blog.json +0 -0
  669. /package/{resources → apps/portal/resources}/images/workers-focus.svg +0 -0
  670. /package/{docs/resources → apps/portal/resources/lib}/highlight/CHANGES.md +0 -0
  671. /package/{docs/resources → apps/portal/resources/lib}/highlight/LICENSE +0 -0
  672. /package/{docs/resources → apps/portal/resources/lib}/highlight/README.md +0 -0
  673. /package/{docs/resources → apps/portal/resources/lib}/highlight/highlight.pack.js +0 -0
  674. /package/{docs/resources → apps/portal/resources/lib}/highlightjs-custom-dark-theme.css +0 -0
  675. /package/{docs/resources → apps/portal/resources/lib}/highlightjs-custom-github-theme.css +0 -0
@@ -0,0 +1,1739 @@
1
+ ## Master
2
+
3
+ New languages:
4
+
5
+ New styles:
6
+
7
+ Improvements:
8
+
9
+ ## Version 9.13.1
10
+
11
+ Improvements:
12
+ - *C#* function declarations no longer include trailing whitespace, by [JeremyTCD][]
13
+ - Added new and missing keywords to *AngelScript*, by [Melissa Geels][]
14
+ - *TypeScript* decorator factories highlighting fix, by [Antoine Boisier-Michaud][]
15
+ - Added support for multiline strings to *Swift*, by [Alejandro Isaza][]
16
+ - Fixed issue that was causing some minifiers to fail.
17
+ - Fixed `autoDetection` to accept language aliases.
18
+
19
+ [JeremyTCD]: https://github.com/JeremyTCD
20
+ [Melissa Geels]: https://github.com/codecat
21
+ [Antoine Boisier-Michaud]: https://github.com/Aboisier
22
+ [Alejandro Isaza]: https://github.com/alejandro-isaza
23
+
24
+ ## Version 9.13.0
25
+
26
+ New languages:
27
+
28
+ - *ArcGIS Arcade* by [John Foster][]
29
+ - *AngelScript* by [Melissa Geels][]
30
+ - *GML* by [meseta][]
31
+ - *isbl* built-in language DIRECTUM and Conterra by [Dmitriy Tarasov][].
32
+ - *PostgreSQL* SQL dialect and PL/pgSQL language by [Egor Rogov][].
33
+ - *ReasonML* by [Gidi Meir Morris][]
34
+ - *SAS* by [Mauricio Caceres Bravo][]
35
+ - *Plaintext* by [Egor Rogov][]
36
+ - *.properties* by [bostko][] and [Egor Rogov][]
37
+
38
+ New styles:
39
+
40
+ - *a11y-dark theme* by [Eric Bailey][]
41
+ - *a11y-light theme* by [Eric Bailey][]
42
+ - *An Old Hope* by [Gustavo Costa][]
43
+ - *Atom One Dark Reasonable* by [Gidi Meir Morris][]
44
+ - *isbl editor dark* by [Dmitriy Tarasov][]
45
+ - *isbl editor light* by [Dmitriy Tarasov][]
46
+ - *Lightfair* by [Tristian Kelly][]
47
+ - [*Nord*][nord-highlightjs] by [Arctic Ice Studio][]
48
+ - *[🦄 Shades of Purple](https://github.com/ahmadawais/Shades-of-Purple-HighlightJS)* by [Ahmad Awais][]
49
+
50
+ Improvements:
51
+
52
+ - New attribute `endSameAsBegin` for nested constructs with variable names
53
+ by [Egor Rogov][].
54
+ - *Python* highlighting of escaped quotes fixed by [Harmon][]
55
+ - *PHP*: Added alias for php7, by [Vijaya Chandran Mani][]
56
+ - *C++* string handling, by [David Benjamin][]
57
+ - *Swift* Add `@objcMembers` to `@attributes`, by [Berk Çebi][]
58
+ - Infrastructural changes by [Marcos Cáceres][]
59
+ - Fixed metachars highighting for *NSIS* by [Jan T. Sott][]
60
+ - *Yaml* highlight local tags as types by [Léo Lam][]
61
+ - Improved highlighting for *Elixir* by [Piotr Kaminski][]
62
+ - New attribute `disableAutodetect` for preventing autodetection by [Egor Rogov][]
63
+ - *Matlab*: transpose operators and double quote strings, by [JohnC32][] and [Egor Rogov][]
64
+ - Various documentation typos and improvemets by [Jimmy Wärting][], [Lutz Büch][], [bcleland][]
65
+ - *Cmake* updated with new keywords and commands by [Deniz Bahadir][]
66
+
67
+ [Ahmad Awais]: https://github.com/ahmadawais
68
+ [Arctic Ice Studio]: https://github.com/arcticicestudio
69
+ [Dmitriy Tarasov]: https://github.com/MedvedTMN
70
+ [Egor Rogov]: https://github.com/egor-rogov
71
+ [Eric Bailey]: https://github.com/ericwbailey
72
+ [Gidi Meir Morris]: https://github.com/gmmorris
73
+ [Gustavo Costa]: https://github.com/gusbemacbe
74
+ [Harmon]: https://github.com/Harmon758
75
+ [Melissa Geels]: https://github.com/codecat
76
+ [meseta]: https://github.com/meseta
77
+ [nord-highlightjs]: https://github.com/arcticicestudio/nord-highlightjs
78
+ [Tristian Kelly]: https://github.com/TristianK3604
79
+ [Vijaya Chandran Mani]: https://github.com/vijaycs85
80
+ [John Foster]: https://github.com/jf990
81
+ [David Benjamin]: https://github.com/davidben
82
+ [Berk Çebi]: https://github.com/berkcebi
83
+ [Mauricio Caceres Bravo]: https://github.com/mcaceresb
84
+ [bostko]: https://github.com/bostko
85
+ [Deniz Bahadir]: https://github.com/Bagira80
86
+ [bcleland]: https://github.com/bcleland
87
+ [JohnC32]: https://github.com/JohnC32
88
+ [Lutz Büch]: https://github.com/lutz-100worte
89
+ [Piotr Kaminski]: https://github.com/pkaminski
90
+ [Léo Lam]: https://github.com/leoetlino
91
+ [Jan T. Sott]: https://github.com/idleberg
92
+ [Jimmy Wärting]: https://github.com/jimmywarting
93
+ [Marcos Cáceres]: https://github.com/marcoscaceres
94
+
95
+ ## Version 9.12.0
96
+
97
+ New language:
98
+
99
+ - *MikroTik* RouterOS Scripting language by [Ivan Dementev][].
100
+
101
+ New style:
102
+
103
+ - *VisualStudio 2015 Dark* by [Nicolas LLOBERA][]
104
+
105
+ Improvements:
106
+
107
+ - *Crystal* updated with new keywords and syntaxes by [Tsuyusato Kitsune][].
108
+ - *Julia* updated to the modern definitions by [Alex Arslan][].
109
+ - *julia-repl* added by [Morten Piibeleht][].
110
+ - [Stanislav Belov][] wrote a new definition for *1C*, replacing the one that
111
+ has not been updated for more than 8 years. The new version supports syntax
112
+ for versions 7.7 and 8.
113
+ - [Nicolas LLOBERA][] improved C# definition fixing edge cases with function
114
+ titles detection and added highlighting of `[Attributes]`.
115
+ - [nnnik][] provided a few correctness fixes for *Autohotkey*.
116
+ - [Martin Clausen][] made annotation collections in *Clojure* to look
117
+ consistently with other kinds.
118
+ - [Alejandro Alonso][] updated *Swift* keywords.
119
+
120
+ [Tsuyusato Kitsune]: https://github.com/MakeNowJust
121
+ [Alex Arslan]: https://github.com/ararslan
122
+ [Morten Piibeleht]: https://github.com/mortenpi
123
+ [Stanislav Belov]: https://github.com/4ppl
124
+ [Ivan Dementev]: https://github.com/DiVAN1x
125
+ [Nicolas LLOBERA]: https://github.com/Nicolas01
126
+ [nnnik]: https://github.com/nnnik
127
+ [Martin Clausen]: https://github.com/maacl
128
+ [Alejandro Alonso]: https://github.com/Azoy
129
+
130
+ ## Version 9.11.0
131
+
132
+ New languages:
133
+
134
+ - *Shell* by [Tsuyusato Kitsune][]
135
+ - *jboss-cli* by [Raphaël Parrëe][]
136
+
137
+ Improvements:
138
+
139
+ - [Joël Porquet] has [greatly improved the definition of *makefile*][5b3e0e6].
140
+ - *C++* class titles are now highlighted as in other languages with classes.
141
+ - [Jordi Petit][] added rarely used `or`, `and` and `not` keywords to *C++*.
142
+ - [Pieter Vantorre][] fixed highlighting of negative floating point values.
143
+
144
+
145
+ [Tsuyusato Kitsune]: https://github.com/MakeNowJust
146
+ [Jordi Petit]: https://github.com/jordi-petit
147
+ [Raphaël Parrëe]: https://github.com/rparree
148
+ [Pieter Vantorre]: https://github.com/NuclearCookie
149
+ [5b3e0e6]: https://github.com/isagalaev/highlight.js/commit/5b3e0e68bfaae282faff6697d6a490567fa9d44b
150
+
151
+
152
+ ## Version 9.10.0
153
+
154
+ Apologies for missing the previous release cycle. Some thing just can't be
155
+ automated… Anyway, we're back!
156
+
157
+ New languages:
158
+
159
+ - *Hy* by [Sergey Sobko][]
160
+ - *Leaf* by [Hale Chan][]
161
+ - *N1QL* by [Andres Täht][] and [Rene Saarsoo][]
162
+
163
+ Improvements:
164
+
165
+ - *Rust* got updated with new keywords by [Kasper Andersen][] and then
166
+ significantly modernized even more by [Eduard-Mihai Burtescu][] (yes, @eddyb,
167
+ Rust core team member!)
168
+ - *Python* updated with f-literals by [Philipp A][].
169
+ - *YAML* updated with unquoted strings support.
170
+ - *Gauss* updated with new keywords by [Matt Evans][].
171
+ - *Lua* updated with new keywords by [Joe Blow][].
172
+ - *Kotlin* updated with new keywords by [Philipp Hauer][].
173
+ - *TypeScript* got highlighting of function params and updated keywords by
174
+ [Ike Ku][].
175
+ - *Scheme* now correctly handles \`-quoted lists thanks to [Guannan Wei].
176
+ - [Sam Wu][] fixed handling of `<<` in *C++* defines.
177
+
178
+ [Philipp A]: https://github.com/flying-sheep
179
+ [Philipp Hauer]: https://github.com/phauer
180
+ [Sergey Sobko]: https://github.com/profitware
181
+ [Hale Chan]: https://github.com/halechan
182
+ [Matt Evans]: https://github.com/matthewevans
183
+ [Joe Blow]: https://github.com/mossarelli
184
+ [Kasper Andersen]: https://github.com/kasma1990
185
+ [Eduard-Mihai Burtescu]: https://github.com/eddyb
186
+ [Andres Täht]: https://github.com/andrestaht
187
+ [Rene Saarsoo]: https://github.com/nene
188
+ [Philipp Hauer]: https://github.com/phauer
189
+ [Ike Ku]: https://github.com/dempfi
190
+ [Guannan Wei]: https://github.com/Kraks
191
+ [Sam Wu]: https://github.com/samsam2310
192
+
193
+
194
+ ## Version 9.9.0
195
+
196
+ New languages
197
+
198
+ - *LLVM* by [Michael Rodler][]
199
+
200
+ Improvements:
201
+
202
+ - *TypeScript* updated with annotations and param lists inside constructors, by
203
+ [Raphael Parree][].
204
+ - *CoffeeScript* updated with new keywords and fixed to recognize JavaScript
205
+ in \`\`\`, thanks to thanks to [Geoffrey Booth][].
206
+ - Compiler directives in *Delphi* are now correctly highlighted as "meta".
207
+
208
+ [Raphael Parree]: https://github.com/rparree
209
+ [Michael Rodler]: https://github.com/f0rki
210
+ [Geoffrey Booth]: https://github.com/GeoffreyBooth
211
+
212
+
213
+ ## Version 9.8.0 "New York"
214
+
215
+ This version is the second one that deserved a name. Because I'm in New York,
216
+ and the release isn't missing the deadline only because it's still Tuesday on
217
+ West Coast.
218
+
219
+ New languages:
220
+
221
+ - *Clean* by [Camil Staps][]
222
+ - *Flix* by [Magnus Madsen][]
223
+
224
+ Improvements:
225
+
226
+ - [Kenton Hamaluik][] did a comprehensive update for *Haxe*.
227
+ - New commands for *PowerShell* from [Nicolas Le Gall][].
228
+ - [Jan T. Sott][] updated *NSIS*.
229
+ - *Java* and *Swift* support unicode characters in identifiers thanks to
230
+ [Alexander Lichter][].
231
+
232
+ [Camil Staps]: https://github.com/camilstaps
233
+ [Magnus Madsen]: https://github.com/magnus-madsen
234
+ [Kenton Hamaluik]: https://github.com/FuzzyWuzzie
235
+ [Nicolas Le Gall]: https://github.com/darkitty
236
+ [Jan T. Sott]: https://github.com/idleberg
237
+ [Alexander Lichter]: https://github.com/manniL
238
+
239
+
240
+ ## Version 9.7.0
241
+
242
+ A comprehensive bugfix release. This is one of the best things about
243
+ highlight.js: even boring things keep getting better (even if slow).
244
+
245
+ - VHDL updated with PSL keywords and uses more consistent styling.
246
+ - Nested C-style comments no longer break highlighting in many languages.
247
+ - JavaScript updated with `=>` functions, highlighted object attributes and
248
+ parsing within template string substitution blocks (`${...}`).
249
+ - Fixed another corner case with self-closing `<tag/>` in JSX.
250
+ - Added `HEALTHCHECK` directive in Docker.
251
+ - Delphi updated with new Free Pascal keywords.
252
+ - Fixed digit separator parsing in C++.
253
+ - C# updated with new keywords and fixed to allow multiple identifiers within
254
+ generics `<...>`.
255
+ - Fixed another slow regex in Less.
256
+
257
+
258
+ ## Version 9.6.0
259
+
260
+ New languages:
261
+
262
+ - *ABNF* and *EBNF* by [Alex McKibben][]
263
+ - *Awk* by [Matthew Daly][]
264
+ - *SubUnit* by [Sergey Bronnikov][]
265
+
266
+ New styles:
267
+
268
+ - *Atom One* in both Dark and Light variants by [Daniel Gamage][]
269
+
270
+ Plus, a few smaller updates for *Lasso*, *Elixir*, *C++* and *SQL*.
271
+
272
+ [Alex McKibben]: https://github.com/mckibbenta
273
+ [Daniel Gamage]: https://github.com/danielgamage
274
+ [Matthew Daly]: https://github.com/matthewbdaly
275
+ [Sergey Bronnikov]: https://github.com/ligurio
276
+
277
+
278
+ ## Version 9.5.0
279
+
280
+ New languages:
281
+
282
+ - *Excel* by [Victor Zhou][]
283
+ - *Linden Scripting Language* by [Builder's Brewery][]
284
+ - *TAP* (Test Anything Protocol) by [Sergey Bronnikov][]
285
+ - *Pony* by [Joe Eli McIlvain][]
286
+ - *Coq* by [Stephan Boyer][]
287
+ - *dsconfig* and *LDIF* by [Jacob Childress][]
288
+
289
+ New styles:
290
+
291
+ - *Ocean Dark* by [Gavin Siu][]
292
+
293
+ Notable changes:
294
+
295
+ - [Minh Nguyễn][] added more built-ins to Objective C.
296
+ - [Jeremy Hull][] fixed corner cases in C++ preprocessor directives and Diff
297
+ comments.
298
+ - [Victor Zhou][] added support for digit separators in C++ numbers.
299
+
300
+ [Gavin Siu]: https://github.com/gavsiu
301
+ [Builder's Brewery]: https://github.com/buildersbrewery
302
+ [Victor Zhou]: https://github.com/OiCMudkips
303
+ [Sergey Bronnikov]: https://github.com/ligurio
304
+ [Joe Eli McIlvain]: https://github.com/jemc
305
+ [Stephan Boyer]: https://github.com/boyers
306
+ [Jacob Childress]: https://github.com/braveulysses
307
+ [Minh Nguyễn]: https://github.com/1ec5
308
+ [Jeremy Hull]: https://github.com/sourrust
309
+
310
+
311
+ ## Version 9.4.0
312
+
313
+ New languages:
314
+
315
+ - *PureBASIC* by [Tristano Ajmone][]
316
+ - *BNF* by [Oleg Efimov][]
317
+ - *Ada* by [Lars Schulna][]
318
+
319
+ New styles:
320
+
321
+ - *PureBASIC* by [Tristano Ajmone][]
322
+
323
+ Improvements to existing languages and styles:
324
+
325
+ - We now highlight function declarations in Go.
326
+ - [Taisuke Fujimoto][] contributed very convoluted rules for raw and
327
+ interpolated strings in C#.
328
+ - [Boone Severson][] updated Verilog to comply with IEEE 1800-2012
329
+ SystemVerilog.
330
+ - [Victor Zhou][] improved rules for comments and strings in PowerShell files.
331
+ - [Janis Voigtländer][] updated the definition of Elm to version 0.17 of the
332
+ languages. Elm is now featured on the front page of <https://highlightjs.org>.
333
+ - Special variable `$this` is highlighted as a keyword in PHP.
334
+ - `usize` and `isize` are now highlighted in Rust.
335
+ - Fixed labels and directives in x86 assembler.
336
+
337
+ [Tristano Ajmone]: https://github.com/tajmone
338
+ [Taisuke Fujimoto]: https://github.com/temp-impl
339
+ [Oleg Efimov]: https://github.com/Sannis
340
+ [Boone Severson]: https://github.com/BooneJS
341
+ [Victor Zhou]: https://github.com/OiCMudkips
342
+ [Lars Schulna]: https://github.com/captain-hanuta
343
+ [Janis Voigtländer]: https://github.com/jvoigtlaender
344
+
345
+
346
+ ## Version 9.3.0
347
+
348
+ New languages:
349
+
350
+ - *Tagger Script* by [Philipp Wolfer][]
351
+ - *MoonScript* by [Billy Quith][]
352
+
353
+ New styles:
354
+
355
+ - *xt256* by [Herbert Shin][]
356
+
357
+ Improvements to existing languages and styles:
358
+
359
+ - More robust handling of unquoted HTML tag attributes
360
+ - Relevance tuning for QML which was unnecessary eager at seizing other
361
+ languages' code
362
+ - Improve GAMS language parsing
363
+ - Fixed a bunch of bugs around selectors in Less
364
+ - Kotlin's got a new definition for annotations, updated keywords and other
365
+ minor improvements
366
+ - Added `move` to Rust keywords
367
+ - Markdown now recognizes \`\`\`-fenced code blocks
368
+ - Improved detection of function declarations in C++ and C#
369
+
370
+ [Philipp Wolfer]: https://github.com/phw
371
+ [Billy Quith]: https://github.com/billyquith
372
+ [Herbert Shin]: https://github.com/initbar
373
+
374
+
375
+ ## Version 9.2.0
376
+
377
+ New languages:
378
+
379
+ - *QML* by [John Foster][]
380
+ - *HTMLBars* by [Michael Johnston][]
381
+ - *CSP* by [Taras][]
382
+ - *Maxima* by [Robert Dodier][]
383
+
384
+ New styles:
385
+
386
+ - *Gruvbox* by [Qeole][]
387
+ - *Dracula* by [Denis Ciccale][]
388
+
389
+ Improvements to existing languages and styles:
390
+
391
+ - We now correctly handle JSX with arbitrary node tree depth.
392
+ - Argument list for `(lambda)` in Scheme is no longer highlighted as a function
393
+ call.
394
+ - Stylus syntax doesn't break on valid CSS.
395
+ - More correct handling of comments and strings and other improvements for
396
+ VimScript.
397
+ - More subtle work on the default style.
398
+ - We now use anonymous modules for AMD.
399
+ - `macro_rules!` is now recognized as a built-in in Rust.
400
+
401
+ [John Foster]: https://github.com/jf990
402
+ [Qeole]: https://github.com/Qeole
403
+ [Denis Ciccale]: https://github.com/dciccale
404
+ [Michael Johnston]: https://github.com/lastobelus
405
+ [Taras]: https://github.com/oxdef
406
+ [Robert Dodier]: https://github.com/robert-dodier
407
+
408
+
409
+ ## Version 9.1.0
410
+
411
+ New languages:
412
+
413
+ - *Stan* by [Brendan Rocks][]
414
+ - *BASIC* by [Raphaël Assénat][]
415
+ - *GAUSS* by [Matt Evans][]
416
+ - *DTS* by [Martin Braun][]
417
+ - *Arduino* by [Stefania Mellai][]
418
+
419
+ New Styles:
420
+
421
+ - *Arduino Light* by [Stefania Mellai][]
422
+
423
+ Improvements to existing languages and styles:
424
+
425
+ - Handle return type annotations in Python
426
+ - Allow shebang headers in Javascript
427
+ - Support strings in Rust meta
428
+ - Recognize `struct` as a class-level definition in Rust
429
+ - Recognize b-prefixed chars and strings in Rust
430
+ - Better numbers handling in Verilog
431
+
432
+ [Brendan Rocks]: http://brendanrocks.com
433
+ [Raphaël Assénat]: https://github.com/raphnet
434
+ [Matt Evans]: https://github.com/matthewevans
435
+ [Martin Braun]: https://github.com/mbr0wn
436
+ [Stefania Mellai]: https://github.com/smellai
437
+
438
+
439
+ ## Version 9.0.0
440
+
441
+ The new major version brings a reworked styling system. Highlight.js now defines
442
+ a limited set of highlightable classes giving a consistent result across all the
443
+ styles and languages. You can read a more detailed explanation and background in
444
+ the [tracking issue][#348] that started this long process back in May.
445
+
446
+ This change is backwards incompatible for those who uses highlight.js with a
447
+ custom stylesheet. The [new style guide][sg] explains how to write styles
448
+ in this new world.
449
+
450
+ Bundled themes have also suffered a significant amount of improvements and may
451
+ look different in places, but all the things now consistent and make more sense.
452
+ Among others, the Default style has got a refresh and will probably be tweaked
453
+ some more in next releases. Please do give your feedback in our
454
+ [issue tracker][issues].
455
+
456
+ New languages in this release:
457
+
458
+ - *Caché Object Script* by [Nikita Savchenko][]
459
+ - *YAML* by [Stefan Wienert][]
460
+ - *MIPS Assembler* by [Nebuleon Fumika][]
461
+ - *HSP* by [prince][]
462
+
463
+ Improvements to existing languages and styles:
464
+
465
+ - ECMAScript 6 modules import now do not require closing semicolon.
466
+ - ECMAScript 6 classes constructors now highlighted.
467
+ - Template string support for Typescript, as for ECMAScript 6.
468
+ - Scala case classes params highlight fixed.
469
+ - Built-in names introduced in Julia v0.4 added by [Kenta Sato][].
470
+ - Refreshed Default style.
471
+
472
+ Other notable changes:
473
+
474
+ - [Web workers support][webworkers] added bu [Jan Kühle][].
475
+ - We now have tests for compressed browser builds as well.
476
+ - The building tool chain has been switched to node.js 4.x. and is now
477
+ shamelessly uses ES6 features all over the place, courtesy of [Jeremy Hull][].
478
+ - License added to non-compressed browser build.
479
+
480
+ [Jan Kühle]: https://github.com/frigus02
481
+ [Stefan Wienert]: https://github.com/zealot128
482
+ [Kenta Sato]: https://github.com/bicycle1885
483
+ [Nikita Savchenko]: https://github.com/ZitRos
484
+ [webworkers]: https://github.com/isagalaev/highlight.js#web-workers
485
+ [Jeremy Hull]: https://github.com/sourrust
486
+ [#348]: https://github.com/isagalaev/highlight.js/issues/348
487
+ [sg]: http://highlightjs.readthedocs.org/en/latest/style-guide.html
488
+ [issues]: https://github.com/isagalaev/highlight.js/issues
489
+ [Nebuleon Fumika]: https://github.com/Nebuleon
490
+ [prince]: https://github.com/prince-0203
491
+
492
+
493
+ ## Version 8.9.1
494
+
495
+ Some last-minute changes reverted due to strange bug with minified browser build:
496
+
497
+ - Scala case classes params highlight fixed
498
+ - ECMAScript 6 modules import now do not require closing semicolon
499
+ - ECMAScript 6 classes constructors now highlighted
500
+ - Template string support for Typescript, as for ECMAScript 6
501
+ - License added to not minified browser build
502
+
503
+
504
+ ## Version 8.9.0
505
+
506
+ New languages:
507
+
508
+ - *crmsh* by [Kristoffer Gronlund][]
509
+ - *SQF* by [Soren Enevoldsen][]
510
+
511
+ [Kristoffer Gronlund]: https://github.com/krig
512
+ [Soren Enevoldsen]: https://github.com/senevoldsen90
513
+
514
+ Notable fixes and improvements to existing languages:
515
+
516
+ - Added `abstract` and `namespace` keywords to TypeScript by [Daniel Rosenwasser][]
517
+ - Added `label` support to Dockerfile by [Ladislav Prskavec][]
518
+ - Crystal highlighting improved by [Tsuyusato Kitsune][]
519
+ - Missing Swift keywords added by [Nate Cook][]
520
+ - Improve detection of C block comments
521
+ - ~~Scala case classes params highlight fixed~~
522
+ - ~~ECMAScript 6 modules import now do not require closing semicolon~~
523
+ - ~~ECMAScript 6 classes constructors now highlighted~~
524
+ - ~~Template string support for Typescript, as for ECMAScript 6~~
525
+
526
+ Other notable changes:
527
+
528
+ - ~~License added to not minified browser build~~
529
+
530
+ [Kristoffer Gronlund]: https://github.com/krig
531
+ [Søren Enevoldsen]: https://github.com/senevoldsen90
532
+ [Daniel Rosenwasser]: https://github.com/DanielRosenwasser
533
+ [Ladislav Prskavec]: https://github.com/abtris
534
+ [Tsuyusato Kitsune]: https://github.com/MakeNowJust
535
+ [Nate Cook]: https://github.com/natecook1000
536
+
537
+
538
+ ## Version 8.8.0
539
+
540
+ New languages:
541
+
542
+ - *Golo* by [Philippe Charrière][]
543
+ - *GAMS* by [Stefan Bechert][]
544
+ - *IRPF90* by [Anthony Scemama][]
545
+ - *Access logs* by [Oleg Efimov][]
546
+ - *Crystal* by [Tsuyusato Kitsune][]
547
+
548
+ Notable fixes and improvements to existing languages:
549
+
550
+ - JavaScript highlighting no longer fails with ES6 default parameters
551
+ - Added keywords `async` and `await` to Python
552
+ - PHP heredoc support improved
553
+ - Allow preprocessor directives within C++ functions
554
+
555
+ Other notable changes:
556
+
557
+ - Change versions to X.Y.Z SemVer-compatible format
558
+ - Added ability to build all targets at once
559
+
560
+ [Philippe Charrière]: https://github.com/k33g
561
+ [Stefan Bechert]: https://github.com/b-pos465
562
+ [Anthony Scemama]: https://github.com/scemama
563
+ [Oleg Efimov]: https://github.com/Sannis
564
+ [Tsuyusato Kitsune]: https://github.com/MakeNowJust
565
+
566
+
567
+ ## Version 8.7
568
+
569
+ New languages:
570
+
571
+ - *Zephir* by [Oleg Efimov][]
572
+ - *Elm* by [Janis Voigtländer][]
573
+ - *XQuery* by [Dirk Kirsten][]
574
+ - *Mojolicious* by [Dotan Dimet][]
575
+ - *AutoIt* by Manh Tuan from [J2TeaM][]
576
+ - *Toml* (ini extension) by [Guillaume Gomez][]
577
+
578
+ New styles:
579
+
580
+ - *Hopscotch* by [Jan T. Sott][]
581
+ - *Grayscale* by [MY Sun][]
582
+
583
+ Notable fixes and improvements to existing languages:
584
+
585
+ - Fix encoding of images when copied over in certain builds
586
+ - Fix incorrect highlighting of the word "bug" in comments
587
+ - Treat decorators different from matrix multiplication in Python
588
+ - Fix traits inheritance highlighting in Rust
589
+ - Fix incorrect document
590
+ - Oracle keywords added to SQL language definition by [Vadimtro][]
591
+ - Postgres keywords added to SQL language definition by [Benjamin Auder][]
592
+ - Fix registers in x86asm being highlighted as a hex number
593
+ - Fix highlighting for numbers with a leading decimal point
594
+ - Correctly highlight numbers and strings inside of C/C++ macros
595
+ - C/C++ functions now support pointer, reference, and move returns
596
+
597
+ [Oleg Efimov]: https://github.com/Sannis
598
+ [Guillaume Gomez]: https://github.com/GuillaumeGomez
599
+ [Janis Voigtländer]: https://github.com/jvoigtlaender
600
+ [Jan T. Sott]: https://github.com/idleberg
601
+ [Dirk Kirsten]: https://github.com/dirkk
602
+ [MY Sun]: https://github.com/simonmysun
603
+ [Vadimtro]: https://github.com/Vadimtro
604
+ [Benjamin Auder]: https://github.com/ghost
605
+ [Dotan Dimet]: https://github.com/dotandimet
606
+ [J2TeaM]: https://github.com/J2TeaM
607
+
608
+
609
+ ## Version 8.6
610
+
611
+ New languages:
612
+
613
+ - *C/AL* by [Kenneth Fuglsang][]
614
+ - *DNS zone file* by [Tim Schumacher][]
615
+ - *Ceylon* by [Lucas Werkmeister][]
616
+ - *OpenSCAD* by [Dan Panzarella][]
617
+ - *Inform7* by [Bruno Dias][]
618
+ - *armasm* by [Dan Panzarella][]
619
+ - *TP* by [Jay Strybis][]
620
+
621
+ New styles:
622
+
623
+ - *Atelier Cave*, *Atelier Estuary*,
624
+ *Atelier Plateau* and *Atelier Savanna* by [Bram de Haan][]
625
+ - *Github Gist* by [Louis Barranqueiro][]
626
+
627
+ Notable fixes and improvements to existing languages:
628
+
629
+ - Multi-line raw strings from C++11 are now supported
630
+ - Fix class names with dashes in HAML
631
+ - The `async` keyword from ES6/7 is now supported
632
+ - TypeScript functions handle type and parameter complexity better
633
+ - We unified phpdoc/javadoc/yardoc etc modes across all languages
634
+ - CSS .class selectors relevance was dropped to prevent wrong language detection
635
+ - Images is now included to CDN build
636
+ - Release process is now automated
637
+
638
+ [Bram de Haan]: https://github.com/atelierbram
639
+ [Kenneth Fuglsang]: https://github.com/kfuglsang
640
+ [Louis Barranqueiro]: https://github.com/LouisBarranqueiro
641
+ [Tim Schumacher]: https://github.com/enko
642
+ [Lucas Werkmeister]: https://github.com/lucaswerkmeister
643
+ [Dan Panzarella]: https://github.com/pzl
644
+ [Bruno Dias]: https://github.com/sequitur
645
+ [Jay Strybis]: https://github.com/unreal
646
+
647
+
648
+ ## Version 8.5
649
+
650
+ New languages:
651
+
652
+ - *pf.conf* by [Peter Piwowarski][]
653
+ - *Julia* by [Kenta Sato][]
654
+ - *Prolog* by [Raivo Laanemets][]
655
+ - *Docker* by [Alexis Hénaut][]
656
+ - *Fortran* by [Anthony Scemama][] and [Thomas Applencourt][]
657
+ - *Kotlin* by [Sergey Mashkov][]
658
+
659
+ New styles:
660
+
661
+ - *Agate* by [Taufik Nurrohman][]
662
+ - *Darcula* by [JetBrains][]
663
+ - *Atelier Sulphurpool* by [Bram de Haan][]
664
+ - *Android Studio* by [Pedro Oliveira][]
665
+
666
+ Notable fixes and improvements to existing languages:
667
+
668
+ - ES6 features in JavaScript are better supported now by [Gu Yiling][].
669
+ - Swift now recognizes body-less method definitions.
670
+ - Single expression functions `def foo, do: ... ` now work in Elixir.
671
+ - More uniform detection of built-in classes in Objective C.
672
+ - Fixes for number literals and processor directives in Rust.
673
+ - HTML `<script>` tag now allows any language, not just JavaScript.
674
+ - Multi-line comments are supported now in MatLab.
675
+
676
+ [Taufik Nurrohman]: https://github.com/tovic
677
+ [Jet Brains]: https://www.jetbrains.com/
678
+ [Peter Piwowarski]: https://github.com/oldlaptop
679
+ [Kenta Sato]: https://github.com/bicycle1885
680
+ [Bram de Haan]: https://github.com/atelierbram
681
+ [Raivo Laanemets]: https://github.com/rla
682
+ [Alexis Hénaut]: https://github.com/AlexisNo
683
+ [Anthony Scemama]: https://github.com/scemama
684
+ [Pedro Oliveira]: https://github.com/kanytu
685
+ [Gu Yiling]: https://github.com/Justineo
686
+ [Sergey Mashkov]: https://github.com/cy6erGn0m
687
+ [Thomas Applencourt]: https://github.com/TApplencourt
688
+
689
+
690
+ ## Version 8.4
691
+
692
+ We've got the new [demo page][]! The obvious new feature is the new look, but
693
+ apart from that it's got smarter: by presenting languages in groups it avoids
694
+ running 10000 highlighting attempts after first load which was slowing it down
695
+ and giving bad overall impression. It is now also being generated from test
696
+ code snippets so the authors of new languages don't have to update both tests
697
+ and the demo page with the same thing.
698
+
699
+ Other notable changes:
700
+
701
+ - The `template_comment` class is gone in favor of the more general `comment`.
702
+ - Number parsing unified and improved across languages.
703
+ - C++, Java and C# now use unified grammar to highlight titles in
704
+ function/method definitions.
705
+ - The browser build is now usable as an AMD module, there's no separate build
706
+ target for that anymore.
707
+ - OCaml has got a [comprehensive overhaul][ocaml] by [Mickaël Delahaye][].
708
+ - Clojure's data structures and literals are now highlighted outside of lists
709
+ and we can now highlight Clojure's REPL sessions.
710
+
711
+ New languages:
712
+
713
+ - *AspectJ* by [Hakan Özler][]
714
+ - *STEP Part 21* by [Adam Joseph Cook][]
715
+ - *SML* derived by [Edwin Dalorzo][] from OCaml definition
716
+ - *Mercury* by [mucaho][]
717
+ - *Smali* by [Dennis Titze][]
718
+ - *Verilog* by [Jon Evans][]
719
+ - *Stata* by [Brian Quistorff][]
720
+
721
+ [Hakan Özler]: https://github.com/ozlerhakan
722
+ [Adam Joseph Cook]: https://github.com/adamjcook
723
+ [demo page]: https://highlightjs.org/static/demo/
724
+ [Ivan Sagalaev]: https://github.com/isagalaev
725
+ [Edwin Dalorzo]: https://github.com/edalorzo
726
+ [mucaho]: https://github.com/mucaho
727
+ [Dennis Titze]: https://github.com/titze
728
+ [Jon Evans]: https://github.com/craftyjon
729
+ [Brian Quistorff]: https://github.com/bquistorff
730
+ [ocaml]: https://github.com/isagalaev/highlight.js/pull/608#issue-46190207
731
+ [Mickaël Delahaye]: https://github.com/polazarus
732
+
733
+
734
+ ## Version 8.3
735
+
736
+ We streamlined our tool chain, it is now based entirely on node.js instead of
737
+ being a mix of node.js, Python and Java. The build script options and arguments
738
+ remained the same, and we've noted all the changes in the [documentation][b].
739
+ Apart from reducing complexity, the new build script is also faster from not
740
+ having to start Java machine repeatedly. The credits for the work go to [Jeremy
741
+ Hull][].
742
+
743
+ Some notable fixes:
744
+
745
+ - PHP and JavaScript mixed in HTML now live happily with each other.
746
+ - JavaScript regexes now understand ES6 flags "u" and "y".
747
+ - `throw` keyword is no longer detected as a method name in Java.
748
+ - Fixed parsing of numbers and symbols in Clojure thanks to [input from Ivan
749
+ Kleshnin][ik].
750
+
751
+ New languages in this release:
752
+
753
+ - *Less* by [Max Mikhailov][]
754
+ - *Stylus* by [Bryant Williams][]
755
+ - *Tcl* by [Radek Liska][]
756
+ - *Puppet* by [Jose Molina Colmenero][]
757
+ - *Processing* by [Erik Paluka][]
758
+ - *Twig* templates by [Luke Holder][]
759
+ - *PowerShell* by [David Mohundro][], based on [the work of Nicholas Blumhardt][ps]
760
+ - *XL* by [Christophe de Dinechin][]
761
+ - *LiveScript* by [Taneli Vatanen][] and [Jen Evers-Corvina][]
762
+ - *ERB* (Ruby in HTML) by [Lucas Mazza][]
763
+ - *Roboconf* by [Vincent Zurczak][]
764
+
765
+ [b]: http://highlightjs.readthedocs.org/en/latest/building-testing.html
766
+ [Jeremy Hull]: https://github.com/sourrust
767
+ [ik]: https://twitter.com/IvanKleshnin/status/514041599484231680
768
+ [Max Mikhailov]: https://github.com/seven-phases-max
769
+ [Bryant Williams]: https://github.com/scien
770
+ [Radek Liska]: https://github.com/Nindaleth
771
+ [Jose Molina Colmenero]: https://github.com/Moliholy
772
+ [Erik Paluka]: https://github.com/paluka
773
+ [Luke Holder]: https://github.com/lukeholder
774
+ [David Mohundro]: https://github.com/drmohundro
775
+ [ps]: https://github.com/OctopusDeploy/Library/blob/master/app/shared/presentation/highlighting/powershell.js
776
+ [Christophe de Dinechin]: https://github.com/c3d
777
+ [Taneli Vatanen]: https://github.com/Daiz-
778
+ [Jen Evers-Corvina]: https://github.com/sevvie
779
+ [Lucas Mazza]: https://github.com/lucasmazza
780
+ [Vincent Zurczak]: https://github.com/vincent-zurczak
781
+
782
+
783
+ ## Version 8.2
784
+
785
+ We've finally got [real tests][test] and [continuous testing on Travis][ci]
786
+ thanks to [Jeremy Hull][] and [Chris Eidhof][]. The tests designed to cover
787
+ everything: language detection, correct parsing of individual language features
788
+ and various special cases. This is a very important change that gives us
789
+ confidence in extending language definitions and refactoring library core.
790
+
791
+ We're going to redesign the old [demo/test suite][demo] into an interactive
792
+ demo web app. If you're confident front-end developer or designer and want to
793
+ help us with it, drop a comment into [the issue][#542] on GitHub.
794
+
795
+ [test]: https://github.com/isagalaev/highlight.js/tree/master/test
796
+ [demo]: https://highlightjs.org/static/test.html
797
+ [#542]: https://github.com/isagalaev/highlight.js/issues/542
798
+ [ci]: https://travis-ci.org/isagalaev/highlight.js
799
+ [Jeremy Hull]: https://github.com/sourrust
800
+ [Chris Eidhof]: https://github.com/chriseidhof
801
+
802
+ As usually there's a handful of new languages in this release:
803
+
804
+ - *Groovy* by [Guillaume Laforge][]
805
+ - *Dart* by [Maxim Dikun][]
806
+ - *Dust* by [Michael Allen][]
807
+ - *Scheme* by [JP Verkamp][]
808
+ - *G-Code* by [Adam Joseph Cook][]
809
+ - *Q* from Kx Systems by [Sergey Vidyuk][]
810
+
811
+ [Guillaume Laforge]: https://github.com/glaforge
812
+ [Maxim Dikun]: https://github.com/dikmax
813
+ [Michael Allen]: https://github.com/bfui
814
+ [JP Verkamp]: https://github.com/jpverkamp
815
+ [Adam Joseph Cook]: https://github.com/adamjcook
816
+ [Sergey Vidyuk]: https://github.com/sv
817
+
818
+ Other improvements:
819
+
820
+ - [Erik Osheim][] heavily reworked Scala definitions making it richer.
821
+ - [Lucas Mazza][] fixed Ruby hashes highlighting
822
+ - Lisp variants (Lisp, Clojure and Scheme) are unified in regard to naming
823
+ the first symbol in parentheses: it's "keyword" in general case and also
824
+ "built_in" for built-in functions in Clojure and Scheme.
825
+
826
+ [Erik Osheim]: https://github.com/non
827
+ [Lucas Mazza]: https://github.com/lucasmazza
828
+
829
+
830
+ ## Version 8.1
831
+
832
+ New languages:
833
+
834
+ - *Gherkin* by [Sam Pikesley][]
835
+ - *Elixir* by [Josh Adams][]
836
+ - *NSIS* by [Jan T. Sott][]
837
+ - *VIM script* by [Jun Yang][]
838
+ - *Protocol Buffers* by [Dan Tao][]
839
+ - *Nix* by [Domen Kožar][]
840
+ - *x86asm* by [innocenat][]
841
+ - *Cap’n Proto* and *Thrift* by [Oleg Efimov][]
842
+ - *Monkey* by [Arthur Bikmullin][]
843
+ - *TypeScript* by [Panu Horsmalahti][]
844
+ - *Nimrod* by [Flaviu Tamas][]
845
+ - *Gradle* by [Damian Mee][]
846
+ - *Haxe* by [Christopher Kaster][]
847
+ - *Swift* by [Chris Eidhof][] and [Nate Cook][]
848
+
849
+ New styles:
850
+
851
+ - *Kimbie*, light and dark variants by [Jan T. Sott][]
852
+ - *Color brewer* by [Fabrício Tavares de Oliveira][]
853
+ - *Codepen.io embed* by [Justin Perry][]
854
+ - *Hybrid* by [Nic West][]
855
+
856
+ [Sam Pikesley]: https://github.com/pikesley
857
+ [Sindre Sorhus]: https://github.com/sindresorhus
858
+ [Josh Adams]: https://github.com/knewter
859
+ [Jan T. Sott]: https://github.com/idleberg
860
+ [Jun Yang]: https://github.com/harttle
861
+ [Dan Tao]: https://github.com/dtao
862
+ [Domen Kožar]: https://github.com/iElectric
863
+ [innocenat]: https://github.com/innocenat
864
+ [Oleg Efimov]: https://github.com/Sannis
865
+ [Arthur Bikmullin]: https://github.com/devolonter
866
+ [Panu Horsmalahti]: https://github.com/panuhorsmalahti
867
+ [Flaviu Tamas]: https://github.com/flaviut
868
+ [Damian Mee]: https://github.com/chester1000
869
+ [Christopher Kaster]: http://christopher.kaster.ws
870
+ [Fabrício Tavares de Oliveira]: https://github.com/fabriciotav
871
+ [Justin Perry]: https://github.com/ourmaninamsterdam
872
+ [Nic West]: https://github.com/nicwest
873
+ [Chris Eidhof]: https://github.com/chriseidhof
874
+ [Nate Cook]: https://github.com/natecook1000
875
+
876
+ Other improvements:
877
+
878
+ - The README is heavily reworked and brought up to date by [Jeremy Hull][].
879
+ - Added [`listLanguages()`][ll] method in the API.
880
+ - Improved C/C++/C# detection.
881
+ - Added a bunch of new language aliases, documented the existing ones. Thanks to
882
+ [Sindre Sorhus][] for background research.
883
+ - Added phrasal English words to boost relevance in comments.
884
+ - Many improvements to SQL definition made by [Heiko August][],
885
+ [Nikolay Lisienko][] and [Travis Odom][].
886
+ - The shorter `lang-` prefix for language names in HTML classes supported
887
+ alongside `language-`. Thanks to [Jeff Escalante][].
888
+ - Ruby's got support for interactive console sessions. Thanks to
889
+ [Pascal Hurni][].
890
+ - Added built-in functions for R language. Thanks to [Artem A. Klevtsov][].
891
+ - Rust's got definition for lifetime parameters and improved string syntax.
892
+ Thanks to [Roman Shmatov][].
893
+ - Various improvements to Objective-C definition by [Matt Diephouse][].
894
+ - Fixed highlighting of generics in Java.
895
+
896
+ [ll]: http://highlightjs.readthedocs.org/en/latest/api.html#listlanguages
897
+ [Sindre Sorhus]: https://github.com/sindresorhus
898
+ [Heiko August]: https://github.com/auge8472
899
+ [Nikolay Lisienko]: https://github.com/neor-ru
900
+ [Travis Odom]: https://github.com/Burstaholic
901
+ [Jeff Escalante]: https://github.com/jenius
902
+ [Pascal Hurni]: https://github.com/phurni
903
+ [Jiyin Yiyong]: https://github.com/jiyinyiyong
904
+ [Artem A. Klevtsov]: https://github.com/unikum
905
+ [Roman Shmatov]: https://github.com/shmatov
906
+ [Jeremy Hull]: https://github.com/sourrust
907
+ [Matt Diephouse]: https://github.com/mdiep
908
+
909
+
910
+ ## Version 8.0
911
+
912
+ This new major release is quite a big overhaul bringing both new features and
913
+ some backwards incompatible changes. However, chances are that the majority of
914
+ users won't be affected by the latter: the basic scenario described in the
915
+ README is left intact.
916
+
917
+ Here's what did change in an incompatible way:
918
+
919
+ - We're now prefixing all classes located in [CSS classes reference][cr] with
920
+ `hljs-`, by default, because some class names would collide with other
921
+ people's stylesheets. If you were using an older version, you might still want
922
+ the previous behavior, but still want to upgrade. To suppress this new
923
+ behavior, you would initialize like so:
924
+
925
+ ```html
926
+ <script type="text/javascript">
927
+ hljs.configure({classPrefix: ''});
928
+ hljs.initHighlightingOnLoad();
929
+ </script>
930
+ ```
931
+
932
+ - `tabReplace` and `useBR` that were used in different places are also unified
933
+ into the global options object and are to be set using `configure(options)`.
934
+ This function is documented in our [API docs][]. Also note that these
935
+ parameters are gone from `highlightBlock` and `fixMarkup` which are now also
936
+ rely on `configure`.
937
+
938
+ - We removed public-facing (though undocumented) object `hljs.LANGUAGES` which
939
+ was used to register languages with the library in favor of two new methods:
940
+ `registerLanguage` and `getLanguage`. Both are documented in our [API docs][].
941
+
942
+ - Result returned from `highlight` and `highlightAuto` no longer contains two
943
+ separate attributes contributing to relevance score, `relevance` and
944
+ `keyword_count`. They are now unified in `relevance`.
945
+
946
+ Another technically compatible change that nonetheless might need attention:
947
+
948
+ - The structure of the NPM package was refactored, so if you had installed it
949
+ locally, you'll have to update your paths. The usual `require('highlight.js')`
950
+ works as before. This is contributed by [Dmitry Smolin][].
951
+
952
+ New features:
953
+
954
+ - Languages now can be recognized by multiple names like "js" for JavaScript or
955
+ "html" for, well, HTML (which earlier insisted on calling it "xml"). These
956
+ aliases can be specified in the class attribute of the code container in your
957
+ HTML as well as in various API calls. For now there are only a few very common
958
+ aliases but we'll expand it in the future. All of them are listed in the
959
+ [class reference][cr].
960
+
961
+ - Language detection can now be restricted to a subset of languages relevant in
962
+ a given context — a web page or even a single highlighting call. This is
963
+ especially useful for node.js build that includes all the known languages.
964
+ Another example is a StackOverflow-style site where users specify languages
965
+ as tags rather than in the markdown-formatted code snippets. This is
966
+ documented in the [API reference][] (see methods `highlightAuto` and
967
+ `configure`).
968
+
969
+ - Language definition syntax streamlined with [variants][] and
970
+ [beginKeywords][].
971
+
972
+ New languages and styles:
973
+
974
+ - *Oxygene* by [Carlo Kok][]
975
+ - *Mathematica* by [Daniel Kvasnička][]
976
+ - *Autohotkey* by [Seongwon Lee][]
977
+ - *Atelier* family of styles in 10 variants by [Bram de Haan][]
978
+ - *Paraíso* styles by [Jan T. Sott][]
979
+
980
+ Miscellaneous improvements:
981
+
982
+ - Highlighting `=>` prompts in Clojure.
983
+ - [Jeremy Hull][] fixed a lot of styles for consistency.
984
+ - Finally, highlighting PHP and HTML [mixed in peculiar ways][php-html].
985
+ - Objective C and C# now properly highlight titles in method definition.
986
+ - Big overhaul of relevance counting for a number of languages. Please do report
987
+ bugs about mis-detection of non-trivial code snippets!
988
+
989
+ [API reference]: http://highlightjs.readthedocs.org/en/latest/api.html
990
+
991
+ [cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html
992
+ [api docs]: http://highlightjs.readthedocs.org/en/latest/api.html
993
+ [variants]: https://groups.google.com/d/topic/highlightjs/VoGC9-1p5vk/discussion
994
+ [beginKeywords]: https://github.com/isagalaev/highlight.js/commit/6c7fdea002eb3949577a85b3f7930137c7c3038d
995
+ [php-html]: https://twitter.com/highlightjs/status/408890903017689088
996
+
997
+ [Carlo Kok]: https://github.com/carlokok
998
+ [Bram de Haan]: https://github.com/atelierbram
999
+ [Daniel Kvasnička]: https://github.com/dkvasnicka
1000
+ [Dmitry Smolin]: https://github.com/dimsmol
1001
+ [Jeremy Hull]: https://github.com/sourrust
1002
+ [Seongwon Lee]: https://github.com/dlimpid
1003
+ [Jan T. Sott]: https://github.com/idleberg
1004
+
1005
+
1006
+ ## Version 7.5
1007
+
1008
+ A catch-up release dealing with some of the accumulated contributions. This one
1009
+ is probably will be the last before the 8.0 which will be slightly backwards
1010
+ incompatible regarding some advanced use-cases.
1011
+
1012
+ One outstanding change in this version is the addition of 6 languages to the
1013
+ [hosted script][d]: Markdown, ObjectiveC, CoffeeScript, Apache, Nginx and
1014
+ Makefile. It now weighs about 6K more but we're going to keep it under 30K.
1015
+
1016
+ New languages:
1017
+
1018
+ - OCaml by [Mehdi Dogguy][mehdid] and [Nicolas Braud-Santoni][nbraud]
1019
+ - [LiveCode Server][lcs] by [Ralf Bitter][revig]
1020
+ - Scilab by [Sylvestre Ledru][sylvestre]
1021
+ - basic support for Makefile by [Ivan Sagalaev][isagalaev]
1022
+
1023
+ Improvements:
1024
+
1025
+ - Ruby's got support for characters like `?A`, `?1`, `?\012` etc. and `%r{..}`
1026
+ regexps.
1027
+ - Clojure now allows a function call in the beginning of s-expressions
1028
+ `(($filter "myCount") (arr 1 2 3 4 5))`.
1029
+ - Haskell's got new keywords and now recognizes more things like pragmas,
1030
+ preprocessors, modules, containers, FFIs etc. Thanks to [Zena Treep][treep]
1031
+ for the implementation and to [Jeremy Hull][sourrust] for guiding it.
1032
+ - Miscellaneous fixes in PHP, Brainfuck, SCSS, Asciidoc, CMake, Python and F#.
1033
+
1034
+ [mehdid]: https://github.com/mehdid
1035
+ [nbraud]: https://github.com/nbraud
1036
+ [revig]: https://github.com/revig
1037
+ [lcs]: http://livecode.com/developers/guides/server/
1038
+ [sylvestre]: https://github.com/sylvestre
1039
+ [isagalaev]: https://github.com/isagalaev
1040
+ [treep]: https://github.com/treep
1041
+ [sourrust]: https://github.com/sourrust
1042
+ [d]: http://highlightjs.org/download/
1043
+
1044
+
1045
+ ## New core developers
1046
+
1047
+ The latest long period of almost complete inactivity in the project coincided
1048
+ with growing interest to it led to a decision that now seems completely obvious:
1049
+ we need more core developers.
1050
+
1051
+ So without further ado let me welcome to the core team two long-time
1052
+ contributors: [Jeremy Hull][] and [Oleg
1053
+ Efimov][].
1054
+
1055
+ Hope now we'll be able to work through stuff faster!
1056
+
1057
+ P.S. The historical commit is [here][1] for the record.
1058
+
1059
+ [Jeremy Hull]: https://github.com/sourrust
1060
+ [Oleg Efimov]: https://github.com/sannis
1061
+ [1]: https://github.com/isagalaev/highlight.js/commit/f3056941bda56d2b72276b97bc0dd5f230f2473f
1062
+
1063
+
1064
+ ## Version 7.4
1065
+
1066
+ This long overdue version is a snapshot of the current source tree with all the
1067
+ changes that happened during the past year. Sorry for taking so long!
1068
+
1069
+ Along with the changes in code highlight.js has finally got its new home at
1070
+ <http://highlightjs.org/>, moving from its cradle on Software Maniacs which it
1071
+ outgrew a long time ago. Be sure to report any bugs about the site to
1072
+ <mailto:info@highlightjs.org>.
1073
+
1074
+ On to what's new…
1075
+
1076
+ New languages:
1077
+
1078
+ - Handlebars templates by [Robin Ward][]
1079
+ - Oracle Rules Language by [Jason Jacobson][]
1080
+ - F# by [Joans Follesø][]
1081
+ - AsciiDoc and Haml by [Dan Allen][]
1082
+ - Lasso by [Eric Knibbe][]
1083
+ - SCSS by [Kurt Emch][]
1084
+ - VB.NET by [Poren Chiang][]
1085
+ - Mizar by [Kelley van Evert][]
1086
+
1087
+ [Robin Ward]: https://github.com/eviltrout
1088
+ [Jason Jacobson]: https://github.com/jayce7
1089
+ [Joans Follesø]: https://github.com/follesoe
1090
+ [Dan Allen]: https://github.com/mojavelinux
1091
+ [Eric Knibbe]: https://github.com/EricFromCanada
1092
+ [Kurt Emch]: https://github.com/kemch
1093
+ [Poren Chiang]: https://github.com/rschiang
1094
+ [Kelley van Evert]: https://github.com/kelleyvanevert
1095
+
1096
+ New style themes:
1097
+
1098
+ - Monokai Sublime by [noformnocontent][]
1099
+ - Railscasts by [Damien White][]
1100
+ - Obsidian by [Alexander Marenin][]
1101
+ - Docco by [Simon Madine][]
1102
+ - Mono Blue by [Ivan Sagalaev][] (uses a single color hue for everything)
1103
+ - Foundation by [Dan Allen][]
1104
+
1105
+ [noformnocontent]: http://nn.mit-license.org/
1106
+ [Damien White]: https://github.com/visoft
1107
+ [Alexander Marenin]: https://github.com/ioncreature
1108
+ [Simon Madine]: https://github.com/thingsinjars
1109
+ [Ivan Sagalaev]: https://github.com/isagalaev
1110
+
1111
+ Other notable changes:
1112
+
1113
+ - Corrected many corner cases in CSS.
1114
+ - Dropped Python 2 version of the build tool.
1115
+ - Implemented building for the AMD format.
1116
+ - Updated Rust keywords (thanks to [Dmitry Medvinsky][]).
1117
+ - Literal regexes can now be used in language definitions.
1118
+ - CoffeeScript highlighting is now significantly more robust and rich due to
1119
+ input from [Cédric Néhémie][].
1120
+
1121
+ [Dmitry Medvinsky]: https://github.com/dmedvinsky
1122
+ [Cédric Néhémie]: https://github.com/abe33
1123
+
1124
+
1125
+ ## Version 7.3
1126
+
1127
+ - Since this version highlight.js no longer works in IE version 8 and older.
1128
+ It's made it possible to reduce the library size and dramatically improve code
1129
+ readability and made it easier to maintain. Time to go forward!
1130
+
1131
+ - New languages: AppleScript (by [Nathan Grigg][ng] and [Dr. Drang][dd]) and
1132
+ Brainfuck (by [Evgeny Stepanischev][bolk]).
1133
+
1134
+ - Improvements to existing languages:
1135
+
1136
+ - interpreter prompt in Python (`>>>` and `...`)
1137
+ - @-properties and classes in CoffeeScript
1138
+ - E4X in JavaScript (by [Oleg Efimov][oe])
1139
+ - new keywords in Perl (by [Kirk Kimmel][kk])
1140
+ - big Ruby syntax update (by [Vasily Polovnyov][vast])
1141
+ - small fixes in Bash
1142
+
1143
+ - Also Oleg Efimov did a great job of moving all the docs for language and style
1144
+ developers and contributors from the old wiki under the source code in the
1145
+ "docs" directory. Now these docs are nicely presented at
1146
+ <http://highlightjs.readthedocs.org/>.
1147
+
1148
+ [ng]: https://github.com/nathan11g
1149
+ [dd]: https://github.com/drdrang
1150
+ [bolk]: https://github.com/bolknote
1151
+ [oe]: https://github.com/Sannis
1152
+ [kk]: https://github.com/kimmel
1153
+ [vast]: https://github.com/vast
1154
+
1155
+
1156
+ ## Version 7.2
1157
+
1158
+ A regular bug-fix release without any significant new features. Enjoy!
1159
+
1160
+
1161
+ ## Version 7.1
1162
+
1163
+ A Summer crop:
1164
+
1165
+ - [Marc Fornos][mf] made the definition for Clojure along with the matching
1166
+ style Rainbow (which, of course, works for other languages too).
1167
+ - CoffeeScript support continues to improve getting support for regular
1168
+ expressions.
1169
+ - Yoshihide Jimbo ported to highlight.js [five Tomorrow styles][tm] from the
1170
+ [project by Chris Kempson][tm0].
1171
+ - Thanks to [Casey Duncun][cd] the library can now be built in the popular
1172
+ [AMD format][amd].
1173
+ - And last but not least, we've got a fair number of correctness and consistency
1174
+ fixes, including a pretty significant refactoring of Ruby.
1175
+
1176
+ [mf]: https://github.com/mfornos
1177
+ [tm]: http://jmblog.github.com/color-themes-for-highlightjs/
1178
+ [tm0]: https://github.com/ChrisKempson/Tomorrow-Theme
1179
+ [cd]: https://github.com/caseman
1180
+ [amd]: http://requirejs.org/docs/whyamd.html
1181
+
1182
+
1183
+ ## Version 7.0
1184
+
1185
+ The reason for the new major version update is a global change of keyword syntax
1186
+ which resulted in the library getting smaller once again. For example, the
1187
+ hosted build is 2K less than at the previous version while supporting two new
1188
+ languages.
1189
+
1190
+ Notable changes:
1191
+
1192
+ - The library now works not only in a browser but also with [node.js][]. It is
1193
+ installable with `npm install highlight.js`. [API][] docs are available on our
1194
+ wiki.
1195
+
1196
+ - The new unique feature (apparently) among syntax highlighters is highlighting
1197
+ *HTTP* headers and an arbitrary language in the request body. The most useful
1198
+ languages here are *XML* and *JSON* both of which highlight.js does support.
1199
+ Here's [the detailed post][p] about the feature.
1200
+
1201
+ - Two new style themes: a dark "south" *[Pojoaque][]* by Jason Tate and an
1202
+ emulation of*XCode* IDE by [Angel Olloqui][ao].
1203
+
1204
+ - Three new languages: *D* by [Aleksandar Ružičić][ar], *R* by [Joe Cheng][jc]
1205
+ and *GLSL* by [Sergey Tikhomirov][st].
1206
+
1207
+ - *Nginx* syntax has become a million times smaller and more universal thanks to
1208
+ remaking it in a more generic manner that doesn't require listing all the
1209
+ directives in the known universe.
1210
+
1211
+ - Function titles are now highlighted in *PHP*.
1212
+
1213
+ - *Haskell* and *VHDL* were significantly reworked to be more rich and correct
1214
+ by their respective maintainers [Jeremy Hull][sr] and [Igor Kalnitsky][ik].
1215
+
1216
+ And last but not least, many bugs have been fixed around correctness and
1217
+ language detection.
1218
+
1219
+ Overall highlight.js currently supports 51 languages and 20 style themes.
1220
+
1221
+ [node.js]: http://nodejs.org/
1222
+ [api]: http://softwaremaniacs.org/wiki/doku.php/highlight.js:api
1223
+ [p]: http://softwaremaniacs.org/blog/2012/05/10/http-and-json-in-highlight-js/en/
1224
+ [pojoaque]: http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
1225
+ [ao]: https://github.com/angelolloqui
1226
+ [ar]: https://github.com/raleksandar
1227
+ [jc]: https://github.com/jcheng5
1228
+ [st]: https://github.com/tikhomirov
1229
+ [sr]: https://github.com/sourrust
1230
+ [ik]: https://github.com/ikalnitsky
1231
+
1232
+
1233
+ ## Version 6.2
1234
+
1235
+ A lot of things happened in highlight.js since the last version! We've got nine
1236
+ new contributors, the discussion group came alive, and the main branch on GitHub
1237
+ now counts more than 350 followers. Here are most significant results coming
1238
+ from all this activity:
1239
+
1240
+ - 5 (five!) new languages: Rust, ActionScript, CoffeeScript, MatLab and
1241
+ experimental support for markdown. Thanks go to [Andrey Vlasovskikh][av],
1242
+ [Alexander Myadzel][am], [Dmytrii Nagirniak][dn], [Oleg Efimov][oe], [Denis
1243
+ Bardadym][db] and [John Crepezzi][jc].
1244
+
1245
+ - 2 new style themes: Monokai by [Luigi Maselli][lm] and stylistic imitation of
1246
+ another well-known highlighter Google Code Prettify by [Aahan Krish][ak].
1247
+
1248
+ - A vast number of [correctness fixes and code refactorings][log], mostly made
1249
+ by [Oleg Efimov][oe] and [Evgeny Stepanischev][es].
1250
+
1251
+ [av]: https://github.com/vlasovskikh
1252
+ [am]: https://github.com/myadzel
1253
+ [dn]: https://github.com/dnagir
1254
+ [oe]: https://github.com/Sannis
1255
+ [db]: https://github.com/btd
1256
+ [jc]: https://github.com/seejohnrun
1257
+ [lm]: http://grigio.org/
1258
+ [ak]: https://github.com/geekpanth3r
1259
+ [es]: https://github.com/bolknote
1260
+ [log]: https://github.com/isagalaev/highlight.js/commits/
1261
+
1262
+
1263
+ ## Version 6.1 — Solarized
1264
+
1265
+ [Jeremy Hull][jh] has implemented my dream feature — a port of [Solarized][]
1266
+ style theme famous for being based on the intricate color theory to achieve
1267
+ correct contrast and color perception. It is now available for highlight.js in
1268
+ both variants — light and dark.
1269
+
1270
+ This version also adds a new original style Arta. Its author pumbur maintains a
1271
+ [heavily modified fork of highlight.js][pb] on GitHub.
1272
+
1273
+ [jh]: https://github.com/sourrust
1274
+ [solarized]: http://ethanschoonover.com/solarized
1275
+ [pb]: https://github.com/pumbur/highlight.js
1276
+
1277
+
1278
+ ## Version 6.0
1279
+
1280
+ New major version of the highlighter has been built on a significantly
1281
+ refactored syntax. Due to this it's even smaller than the previous one while
1282
+ supporting more languages!
1283
+
1284
+ New languages are:
1285
+
1286
+ - Haskell by [Jeremy Hull][sourrust]
1287
+ - Erlang in two varieties — module and REPL — made collectively by [Nikolay
1288
+ Zakharov][desh], [Dmitry Kovega][arhibot] and [Sergey Ignatov][ignatov]
1289
+ - Objective C by [Valerii Hiora][vhbit]
1290
+ - Vala by [Antono Vasiljev][antono]
1291
+ - Go by [Stephan Kountso][steplg]
1292
+
1293
+ [sourrust]: https://github.com/sourrust
1294
+ [desh]: http://desh.su/
1295
+ [arhibot]: https://github.com/arhibot
1296
+ [ignatov]: https://github.com/ignatov
1297
+ [vhbit]: https://github.com/vhbit
1298
+ [antono]: https://github.com/antono
1299
+ [steplg]: https://github.com/steplg
1300
+
1301
+ Also this version is marginally faster and fixes a number of small long-standing
1302
+ bugs.
1303
+
1304
+ Developer overview of the new language syntax is available in a [blog post about
1305
+ recent beta release][beta].
1306
+
1307
+ [beta]: http://softwaremaniacs.org/blog/2011/04/25/highlight-js-60-beta/en/
1308
+
1309
+ P.S. New version is not yet available on a Yandex CDN, so for now you have to
1310
+ download [your own copy][d].
1311
+
1312
+ [d]: /soft/highlight/en/download/
1313
+
1314
+
1315
+ ## Version 5.14
1316
+
1317
+ Fixed bugs in HTML/XML detection and relevance introduced in previous
1318
+ refactoring.
1319
+
1320
+ Also test.html now shows the second best result of language detection by
1321
+ relevance.
1322
+
1323
+
1324
+ ## Version 5.13
1325
+
1326
+ Past weekend began with a couple of simple additions for existing languages but
1327
+ ended up in a big code refactoring bringing along nice improvements for language
1328
+ developers.
1329
+
1330
+ ### For users
1331
+
1332
+ - Description of C++ has got new keywords from the upcoming [C++ 0x][] standard.
1333
+ - Description of HTML has got new tags from [HTML 5][].
1334
+ - CSS-styles have been unified to use consistent padding and also have lost
1335
+ pop-outs with names of detected languages.
1336
+ - [Igor Kalnitsky][ik] has sent two new language descriptions: CMake & VHDL.
1337
+
1338
+ This makes total number of languages supported by highlight.js to reach 35.
1339
+
1340
+ Bug fixes:
1341
+
1342
+ - Custom classes on `<pre>` tags are not being overridden anymore
1343
+ - More correct highlighting of code blocks inside non-`<pre>` containers:
1344
+ highlighter now doesn't insist on replacing them with its own container and
1345
+ just replaces the contents.
1346
+ - Small fixes in browser compatibility and heuristics.
1347
+
1348
+ [c++ 0x]: http://ru.wikipedia.org/wiki/C%2B%2B0x
1349
+ [html 5]: http://en.wikipedia.org/wiki/HTML5
1350
+ [ik]: http://kalnitsky.org.ua/
1351
+
1352
+ ### For developers
1353
+
1354
+ The most significant change is the ability to include language submodes right
1355
+ under `contains` instead of defining explicit named submodes in the main array:
1356
+
1357
+ contains: [
1358
+ 'string',
1359
+ 'number',
1360
+ {begin: '\\n', end: hljs.IMMEDIATE_RE}
1361
+ ]
1362
+
1363
+ This is useful for auxiliary modes needed only in one place to define parsing.
1364
+ Note that such modes often don't have `className` and hence won't generate a
1365
+ separate `<span>` in the resulting markup. This is similar in effect to
1366
+ `noMarkup: true`. All existing languages have been refactored accordingly.
1367
+
1368
+ Test file test.html has at last become a real test. Now it not only puts the
1369
+ detected language name under the code snippet but also tests if it matches the
1370
+ expected one. Test summary is displayed right above all language snippets.
1371
+
1372
+
1373
+ ## CDN
1374
+
1375
+ Fine people at [Yandex][] agreed to host highlight.js on their big fast servers.
1376
+ [Link up][l]!
1377
+
1378
+ [yandex]: http://yandex.com/
1379
+ [l]: http://softwaremaniacs.org/soft/highlight/en/download/
1380
+
1381
+
1382
+ ## Version 5.10 — "Paris".
1383
+
1384
+ Though I'm on a vacation in Paris, I decided to release a new version with a
1385
+ couple of small fixes:
1386
+
1387
+ - Tomas Vitvar discovered that TAB replacement doesn't always work when used
1388
+ with custom markup in code
1389
+ - SQL parsing is even more rigid now and doesn't step over SmallTalk in tests
1390
+
1391
+
1392
+ ## Version 5.9
1393
+
1394
+ A long-awaited version is finally released.
1395
+
1396
+ New languages:
1397
+
1398
+ - Andrew Fedorov made a definition for Lua
1399
+ - a long-time highlight.js contributor [Peter Leonov][pl] made a definition for
1400
+ Nginx config
1401
+ - [Vladimir Moskva][vm] made a definition for TeX
1402
+
1403
+ [pl]: http://kung-fu-tzu.ru/
1404
+ [vm]: http://fulc.ru/
1405
+
1406
+ Fixes for existing languages:
1407
+
1408
+ - [Loren Segal][ls] reworked the Ruby definition and added highlighting for
1409
+ [YARD][] inline documentation
1410
+ - the definition of SQL has become more solid and now it shouldn't be overly
1411
+ greedy when it comes to language detection
1412
+
1413
+ [ls]: http://gnuu.org/
1414
+ [yard]: http://yardoc.org/
1415
+
1416
+ The highlighter has become more usable as a library allowing to do highlighting
1417
+ from initialization code of JS frameworks and in ajax methods (see.
1418
+ readme.eng.txt).
1419
+
1420
+ Also this version drops support for the [WordPress][wp] plugin. Everyone is
1421
+ welcome to [pick up its maintenance][p] if needed.
1422
+
1423
+ [wp]: http://wordpress.org/
1424
+ [p]: http://bazaar.launchpad.net/~isagalaev/+junk/highlight/annotate/342/src/wp_highlight.js.php
1425
+
1426
+
1427
+ ## Version 5.8
1428
+
1429
+ - Jan Berkel has contributed a definition for Scala. +1 to hotness!
1430
+ - All CSS-styles are rewritten to work only inside `<pre>` tags to avoid
1431
+ conflicts with host site styles.
1432
+
1433
+
1434
+ ## Version 5.7.
1435
+
1436
+ Fixed escaping of quotes in VBScript strings.
1437
+
1438
+
1439
+ ## Version 5.5
1440
+
1441
+ This version brings a small change: now .ini-files allow digits, underscores and
1442
+ square brackets in key names.
1443
+
1444
+
1445
+ ## Version 5.4
1446
+
1447
+ Fixed small but upsetting bug in the packer which caused incorrect highlighting
1448
+ of explicitly specified languages. Thanks to Andrew Fedorov for precise
1449
+ diagnostics!
1450
+
1451
+
1452
+ ## Version 5.3
1453
+
1454
+ The version to fulfil old promises.
1455
+
1456
+ The most significant change is that highlight.js now preserves custom user
1457
+ markup in code along with its own highlighting markup. This means that now it's
1458
+ possible to use, say, links in code. Thanks to [Vladimir Dolzhenko][vd] for the
1459
+ [initial proposal][1] and for making a proof-of-concept patch.
1460
+
1461
+ Also in this version:
1462
+
1463
+ - [Vasily Polovnyov][vp] has sent a GitHub-like style and has implemented
1464
+ support for CSS @-rules and Ruby symbols.
1465
+ - Yura Zaripov has sent two styles: Brown Paper and School Book.
1466
+ - Oleg Volchkov has sent a definition for [Parser 3][p3].
1467
+
1468
+ [1]: http://softwaremaniacs.org/forum/highlightjs/6612/
1469
+ [p3]: http://www.parser.ru/
1470
+ [vp]: http://vasily.polovnyov.ru/
1471
+ [vd]: http://dolzhenko.blogspot.com/
1472
+
1473
+
1474
+ ## Version 5.2
1475
+
1476
+ - at last it's possible to replace indentation TABs with something sensible
1477
+ (e.g. 2 or 4 spaces)
1478
+ - new keywords and built-ins for 1C by Sergey Baranov
1479
+ - a couple of small fixes to Apache highlighting
1480
+
1481
+
1482
+ ## Version 5.1
1483
+
1484
+ This is one of those nice version consisting entirely of new and shiny
1485
+ contributions!
1486
+
1487
+ - [Vladimir Ermakov][vooon] created highlighting for AVR Assembler
1488
+ - [Ruslan Keba][rukeba] created highlighting for Apache config file. Also his
1489
+ original visual style for it is now available for all highlight.js languages
1490
+ under the name "Magula".
1491
+ - [Shuen-Huei Guan][drake] (aka Drake) sent new keywords for RenderMan
1492
+ languages. Also thanks go to [Konstantin Evdokimenko][ke] for his advice on
1493
+ the matter.
1494
+
1495
+ [vooon]: http://vehq.ru/about/
1496
+ [rukeba]: http://rukeba.com/
1497
+ [drake]: http://drakeguan.org/
1498
+ [ke]: http://k-evdokimenko.moikrug.ru/
1499
+
1500
+
1501
+ ## Version 5.0
1502
+
1503
+ The main change in the new major version of highlight.js is a mechanism for
1504
+ packing several languages along with the library itself into a single compressed
1505
+ file. Now sites using several languages will load considerably faster because
1506
+ the library won't dynamically include additional files while loading.
1507
+
1508
+ Also this version fixes a long-standing bug with Javascript highlighting that
1509
+ couldn't distinguish between regular expressions and division operations.
1510
+
1511
+ And as usually there were a couple of minor correctness fixes.
1512
+
1513
+ Great thanks to all contributors! Keep using highlight.js.
1514
+
1515
+
1516
+ ## Version 4.3
1517
+
1518
+ This version comes with two contributions from [Jason Diamond][jd]:
1519
+
1520
+ - language definition for C# (yes! it was a long-missed thing!)
1521
+ - Visual Studio-like highlighting style
1522
+
1523
+ Plus there are a couple of minor bug fixes for parsing HTML and XML attributes.
1524
+
1525
+ [jd]: http://jason.diamond.name/weblog/
1526
+
1527
+
1528
+ ## Version 4.2
1529
+
1530
+ The biggest news is highlighting for Lisp, courtesy of Vasily Polovnyov. It's
1531
+ somewhat experimental meaning that for highlighting "keywords" it doesn't use
1532
+ any pre-defined set of a Lisp dialect. Instead it tries to highlight first word
1533
+ in parentheses wherever it makes sense. I'd like to ask people programming in
1534
+ Lisp to confirm if it's a good idea and send feedback to [the forum][f].
1535
+
1536
+ Other changes:
1537
+
1538
+ - Smalltalk was excluded from DEFAULT_LANGUAGES to save traffic
1539
+ - [Vladimir Epifanov][voldmar] has implemented javascript style switcher for
1540
+ test.html
1541
+ - comments now allowed inside Ruby function definition
1542
+ - [MEL][] language from [Shuen-Huei Guan][drake]
1543
+ - whitespace now allowed between `<pre>` and `<code>`
1544
+ - better auto-detection of C++ and PHP
1545
+ - HTML allows embedded VBScript (`<% .. %>`)
1546
+
1547
+ [f]: http://softwaremaniacs.org/forum/highlightjs/
1548
+ [voldmar]: http://voldmar.ya.ru/
1549
+ [mel]: http://en.wikipedia.org/wiki/Maya_Embedded_Language
1550
+ [drake]: http://drakeguan.org/
1551
+
1552
+
1553
+ ## Version 4.1
1554
+
1555
+ Languages:
1556
+
1557
+ - Bash from Vah
1558
+ - DOS bat-files from Alexander Makarov (Sam)
1559
+ - Diff files from Vasily Polovnyov
1560
+ - Ini files from myself though initial idea was from Sam
1561
+
1562
+ Styles:
1563
+
1564
+ - Zenburn from Vladimir Epifanov, this is an imitation of a
1565
+ [well-known theme for Vim][zenburn].
1566
+ - Ascetic from myself, as a realization of ideals of non-flashy highlighting:
1567
+ just one color in only three gradations :-)
1568
+
1569
+ In other news. [One small bug][bug] was fixed, built-in keywords were added for
1570
+ Python and C++ which improved auto-detection for the latter (it was shame that
1571
+ [my wife's blog][alenacpp] had issues with it from time to time). And lastly
1572
+ thanks go to Sam for getting rid of my stylistic comments in code that were
1573
+ getting in the way of [JSMin][].
1574
+
1575
+ [zenburn]: http://en.wikipedia.org/wiki/Zenburn
1576
+ [alenacpp]: http://alenacpp.blogspot.com/
1577
+ [bug]: http://softwaremaniacs.org/forum/viewtopic.php?id=1823
1578
+ [jsmin]: http://code.google.com/p/jsmin-php/
1579
+
1580
+
1581
+ ## Version 4.0
1582
+
1583
+ New major version is a result of vast refactoring and of many contributions.
1584
+
1585
+ Visible new features:
1586
+
1587
+ - Highlighting of embedded languages. Currently is implemented highlighting of
1588
+ Javascript and CSS inside HTML.
1589
+ - Bundled 5 ready-made style themes!
1590
+
1591
+ Invisible new features:
1592
+
1593
+ - Highlight.js no longer pollutes global namespace. Only one object and one
1594
+ function for backward compatibility.
1595
+ - Performance is further increased by about 15%.
1596
+
1597
+ Changing of a major version number caused by a new format of language definition
1598
+ files. If you use some third-party language files they should be updated.
1599
+
1600
+
1601
+ ## Version 3.5
1602
+
1603
+ A very nice version in my opinion fixing a number of small bugs and slightly
1604
+ increased speed in a couple of corner cases. Thanks to everybody who reports
1605
+ bugs in he [forum][f] and by email!
1606
+
1607
+ There is also a new language — XML. A custom XML formerly was detected as HTML
1608
+ and didn't highlight custom tags. In this version I tried to make custom XML to
1609
+ be detected and highlighted by its own rules. Which by the way include such
1610
+ things as CDATA sections and processing instructions (`<? ... ?>`).
1611
+
1612
+ [f]: http://softwaremaniacs.org/forum/viewforum.php?id=6
1613
+
1614
+
1615
+ ## Version 3.3
1616
+
1617
+ [Vladimir Gubarkov][xonix] has provided an interesting and useful addition.
1618
+ File export.html contains a little program that shows and allows to copy and
1619
+ paste an HTML code generated by the highlighter for any code snippet. This can
1620
+ be useful in situations when one can't use the script itself on a site.
1621
+
1622
+
1623
+ [xonix]: http://xonixx.blogspot.com/
1624
+
1625
+
1626
+ ## Version 3.2 consists completely of contributions:
1627
+
1628
+ - Vladimir Gubarkov has described SmallTalk
1629
+ - Yuri Ivanov has described 1C
1630
+ - Peter Leonov has packaged the highlighter as a Firefox extension
1631
+ - Vladimir Ermakov has compiled a mod for phpBB
1632
+
1633
+ Many thanks to you all!
1634
+
1635
+
1636
+ ## Version 3.1
1637
+
1638
+ Three new languages are available: Django templates, SQL and Axapta. The latter
1639
+ two are sent by [Dmitri Roudakov][1]. However I've almost entirely rewrote an
1640
+ SQL definition but I'd never started it be it from the ground up :-)
1641
+
1642
+ The engine itself has got a long awaited feature of grouping keywords
1643
+ ("keyword", "built-in function", "literal"). No more hacks!
1644
+
1645
+ [1]: http://roudakov.ru/
1646
+
1647
+
1648
+ ## Version 3.0
1649
+
1650
+ It is major mainly because now highlight.js has grown large and has become
1651
+ modular. Now when you pass it a list of languages to highlight it will
1652
+ dynamically load into a browser only those languages.
1653
+
1654
+ Also:
1655
+
1656
+ - Konstantin Evdokimenko of [RibKit][] project has created a highlighting for
1657
+ RenderMan Shading Language and RenderMan Interface Bytestream. Yay for more
1658
+ languages!
1659
+ - Heuristics for C++ and HTML got better.
1660
+ - I've implemented (at last) a correct handling of backslash escapes in C-like
1661
+ languages.
1662
+
1663
+ There is also a small backwards incompatible change in the new version. The
1664
+ function initHighlighting that was used to initialize highlighting instead of
1665
+ initHighlightingOnLoad a long time ago no longer works. If you by chance still
1666
+ use it — replace it with the new one.
1667
+
1668
+ [RibKit]: http://ribkit.sourceforge.net/
1669
+
1670
+
1671
+ ## Version 2.9
1672
+
1673
+ Highlight.js is a parser, not just a couple of regular expressions. That said
1674
+ I'm glad to announce that in the new version 2.9 has support for:
1675
+
1676
+ - in-string substitutions for Ruby -- `#{...}`
1677
+ - strings from from numeric symbol codes (like #XX) for Delphi
1678
+
1679
+
1680
+ ## Version 2.8
1681
+
1682
+ A maintenance release with more tuned heuristics. Fully backwards compatible.
1683
+
1684
+
1685
+ ## Version 2.7
1686
+
1687
+ - Nikita Ledyaev presents highlighting for VBScript, yay!
1688
+ - A couple of bugs with escaping in strings were fixed thanks to Mickle
1689
+ - Ongoing tuning of heuristics
1690
+
1691
+ Fixed bugs were rather unpleasant so I encourage everyone to upgrade!
1692
+
1693
+
1694
+ ## Version 2.4
1695
+
1696
+ - Peter Leonov provides another improved highlighting for Perl
1697
+ - Javascript gets a new kind of keywords — "literals". These are the words
1698
+ "true", "false" and "null"
1699
+
1700
+ Also highlight.js homepage now lists sites that use the library. Feel free to
1701
+ add your site by [dropping me a message][mail] until I find the time to build a
1702
+ submit form.
1703
+
1704
+ [mail]: mailto:Maniac@SoftwareManiacs.Org
1705
+
1706
+
1707
+ ## Version 2.3
1708
+
1709
+ This version fixes IE breakage in previous version. My apologies to all who have
1710
+ already downloaded that one!
1711
+
1712
+
1713
+ ## Version 2.2
1714
+
1715
+ - added highlighting for Javascript
1716
+ - at last fixed parsing of Delphi's escaped apostrophes in strings
1717
+ - in Ruby fixed highlighting of keywords 'def' and 'class', same for 'sub' in
1718
+ Perl
1719
+
1720
+
1721
+ ## Version 2.0
1722
+
1723
+ - Ruby support by [Anton Kovalyov][ak]
1724
+ - speed increased by orders of magnitude due to new way of parsing
1725
+ - this same way allows now correct highlighting of keywords in some tricky
1726
+ places (like keyword "End" at the end of Delphi classes)
1727
+
1728
+ [ak]: http://anton.kovalyov.net/
1729
+
1730
+
1731
+ ## Version 1.0
1732
+
1733
+ Version 1.0 of javascript syntax highlighter is released!
1734
+
1735
+ It's the first version available with English description. Feel free to post
1736
+ your comments and question to [highlight.js forum][forum]. And don't be afraid
1737
+ if you find there some fancy Cyrillic letters -- it's for Russian users too :-)
1738
+
1739
+ [forum]: http://softwaremaniacs.org/forum/viewforum.php?id=6