Skip to content

Releases: LekoArts/gatsby-themes

@lekoarts/gatsby-theme-minimal-blog@6.2.0

01 Sep 08:14
7a392d1
Compare
Choose a tag to compare

Minor Changes

  • #1232 d1a23dc5 Thanks @renovate! - This theme uses prism-react-renderer for its code blocks. The version was updated from 1.3.5 to 2.0.6 and it contains some breaking changes in regards to the API surface.

    If you modified the theme in any way (e.g. by shadowing or adding additional Prism languages) you need to apply those changes, too.

    Change of module imports

    - import Highlight, { defaultProps } from "prism-react-renderer";
    + import { Highlight } from "prism-react-renderer"
    
    const Content = (
    -  <Highlight {...defaultProps} code={exampleCode} language="jsx">
    +  <Highlight code={exampleCode} language="jsx">

    Custom languages

    import { Highlight, Prism } from "prism-react-renderer";
    
    (typeof global !== "undefined" ? global : window).Prism = Prism;
    await import("prismjs/components/prism-applescript");
    /** or **/
    require("prismjs/components/prism-applescript");

    Theme imports

    - import vsDark from "prism-react-renderer/themes/vsDark"
    + import { themes } from "prism-react-renderer"
    + const { vsDark } = themes
    
    - const theme = require('prism-react-renderer/themes/vsDark')
    + const theme = require('prism-react-renderer').themes.vsDark

@lekoarts/themes-utils@3.0.1

29 Aug 15:23
7737180
Compare
Choose a tag to compare

Patch Changes

@lekoarts/rehype-meta-as-attributes@3.0.1

29 Aug 15:23
7737180
Compare
Choose a tag to compare

Patch Changes

@lekoarts/gatsby-theme-styleguide@5.1.1

29 Aug 16:38
ae31c7b
Compare
Choose a tag to compare

Patch Changes

@lekoarts/gatsby-theme-minimal-blog@6.1.3

29 Aug 15:24
7737180
Compare
Choose a tag to compare

Patch Changes

  • #1213 a7507b1b Thanks @renovate! - fix(deps): update dependency gatsby-plugin-catch-links to ^5.12.0 for gatsby-theme-minimal-blog

  • Updated dependencies [7a703e77, 5393b80b]:

    • @lekoarts/gatsby-theme-minimal-blog-core@6.1.3
    • @lekoarts/themes-utils@3.0.1

@lekoarts/gatsby-theme-minimal-blog-core@6.1.3

29 Aug 15:24
7737180
Compare
Choose a tag to compare

Patch Changes

  • #1219 7a703e77 Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-minimal-blog-core

  • Updated dependencies [5393b80b]:

    • @lekoarts/rehype-meta-as-attributes@3.0.1
    • @lekoarts/themes-utils@3.0.1

@lekoarts/gatsby-theme-jodie@5.1.3

29 Aug 15:24
7737180
Compare
Choose a tag to compare

Patch Changes

  • #1221 b2bf4123 Thanks @renovate! - fix(deps): update dependency gatsby-plugin-image to ^3.12.0 for gatsby-theme-jodie

  • Updated dependencies [47bc85b6]:

    • @lekoarts/gatsby-theme-jodie-core@5.1.3

@lekoarts/gatsby-theme-jodie-core@5.1.3

29 Aug 15:24
7737180
Compare
Choose a tag to compare

Patch Changes

  • #1218 47bc85b6 Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-jodie-core to ^5.12.0

  • Updated dependencies [5393b80b]:

    • @lekoarts/themes-utils@3.0.1

@lekoarts/gatsby-theme-graphql-playground@5.1.4

29 Aug 16:37
ae31c7b
Compare
Choose a tag to compare

Patch Changes

@lekoarts/gatsby-theme-graphql-playground@5.1.3

29 Aug 15:24
7737180
Compare
Choose a tag to compare

Patch Changes

  • #1217 ae5a3477 Thanks @renovate! - fix(deps): update minor and patch dependencies for gatsby-theme-graphql-playground

  • 5393b80b Thanks @LekoArts! - Update unified and unist-util-visit dependencies

  • Updated dependencies [5393b80b]:

    • @lekoarts/themes-utils@3.0.1