Skip to content

Upgrade to Elm 0.19

Compare
Choose a tag to compare
@rundis rundis released this 17 Oct 12:53
· 38 commits to master since this release
5ed129c

This release brings Elm Bootstrap support for Elm 0.19. There is no plan to continue supporting an Elm 0.18 compatible version of Elm Bootstrap

Breaking changes:

  • Due to the removal/not upgrading elm/color, avh4/elm-color is used in darkCustom and lightCustom in the Navbar module
  • defaultValue has been removed from Form related modules.

Potentially breaking behaviour/styling:

  • Due to elm-browser always capturing clicks on a tags and no way to disable this:
    • Accordion uses a button with a btn-link class rather than a a element for the header/toggle
    • Tabs uses buttons with a btn-link class unless useHash is set to True, then an a tag is used and you can support deep-linking and/or custom behaviour (commands, update model etc) on tab changes through hooking into the navigation messages in elm-browser application.