Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge latest 0.19 and remove new deprecations #464

Merged
merged 11 commits into from
Jul 9, 2023
Merged

Merge latest 0.19 and remove new deprecations #464

merged 11 commits into from
Jul 9, 2023

Commits on Jul 5, 2023

  1. fix CSS for Helium UI-components for setups diverging from the defaul…

    …ts (#456)
    
    * render class attribute as render hint for top navigation bar
    * render class attribute as render hint for landing page
      based on approximate perceptual luminance of configured gradient colors
    * amend Helium CSS variable generator to produce new scoped mappings
    * adjust Helium CSS for new CSS variable mappings
    * fix css for ui-components on landing page
    * adjust transparent overlay for inverted color mode
    * hover for landing page button that works in all modes
    * satisfy mima with default impl
    jenshalm authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    77d0a69 View commit details
    Browse the repository at this point in the history
  2. prepare 0.19.3 release

    jenshalm committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7567ac2 View commit details
    Browse the repository at this point in the history
  3. release version 0.19.3

    jenshalm committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4385089 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Update sbt, scripted-plugin to 1.9.1 in 0.19.x (#458)

    Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
    typelevel-steward[bot] authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dd3460a View commit details
    Browse the repository at this point in the history
  2. Update scalafmt-core to 3.7.7 in 0.19.x (#459)

    Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
    typelevel-steward[bot] authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    30310ed View commit details
    Browse the repository at this point in the history
  3. Update cats-effect to 3.5.1 in 0.19.x (#460)

    Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
    typelevel-steward[bot] authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3349e39 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. link validation - more config options and better defaults (#432)

    * add new LinkValidation config types
    * switch config default to LinkValidation.Local for core transformer
    jenshalm authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    605cd6d View commit details
    Browse the repository at this point in the history
  2. introduce DocumentTree.builder (#436)

    * extract DocumentTreeBuilder from parser runtime in laika-io
    * DocumentTreeBuilder - scaladoc and deprecations
    * DocumentTreeBuilder - add new spec that tests new API directly
    jenshalm authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    c89b84c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/0.19.x'

    # Conflicts:
    #	build.sbt
    #	core/shared/src/test/scala/laika/directive/std/StandardDirectiveSpec.scala
    jenshalm committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    763e01d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a4a3ca View commit details
    Browse the repository at this point in the history
  5. address warnings

    jenshalm committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    c8b82dd View commit details
    Browse the repository at this point in the history