bdukes / out-of-our-minds

A website with creative resources to bring order out of chaos for families
Other
2 stars 2 forks source link

Bump rtfeldman/elm-css from 17.1.1 to 18.0.0 #71

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rtfeldman/elm-css from 17.1.1 to 18.0.0.

Changelog

Sourced from rtfeldman/elm-css's changelog.

Releases

Version Notes
18.0.0 Add line-height: normal (#578) and keyedLazy (#584)
17.1.1 Allow multiple css attributes on node (#566)
17.1.0 Support nonces (#569)
17.0.5 Fix SVG styling bug (#565)
17.0.4 Fix className bug (#562)
17.0.3 Fix styled SVG element bug (#543)
17.0.2 Fix span style wrapping causing problems in grid container (#557), improve hashing performance (#555, #556)
17.0.1 Fix interaction with Dark Reader extension (#542)
17.0.0 Make animation-iteration-count work with infinite (#541)
16.1.0 Expose CalculatedLength (#519), vendor Murmur3 dependency for now (#528)
16.0.2 Fix SVGKeyed (#520)
16.0.1 Fix bug with outputting "sec" instead of "s" for seconds.
16.0.0 Add first-class animation keyframes support. (#431) Remove asPairs, Css.Namespace, and arithmetic operators. Don't report warnings, just emit CSS. Make Property opaque and more efficient. Fix withMedia nesting bug. (#352) Rename Css.Foreign to Css.Global. (#360) Remove Css.Colors. (#358) Remove experimental border properties. (#438) Remove experimental dir pseudo-class. (#442) Change class, id, and animationName to accept a String.
14.0.0 Remove Css.asPairsDEPRECATED in favor of DEPRECATED.Css.asPairs. (#352) Fix bug in borderBottomWidth functions. (#380) Make styled more flexible. (#420) Add pointerEvents (#377). Add Css.Transitions.
13.1.1 Fix AngleOrDirection bug (#356)
13.1.0 Add program, programWithFlags, and beginnerProgram to Html.Styled. (#381) Add withAttribute. (#389)
13.0.1 Remove extraneous Debug.log
13.0.0 Disallow using multiple css attributes in same element, to fix #337. Fix Html.Styled.Lazy (#348). Add Svg.Styled (#339). Improve docs for Css.Foreign (#353).
12.0.1 Add deprecation warning to upgrade to 13.0.0 for critical bugfixes
12.0.0 Add Html.Styled, move Css.Elements and others into Css.Foreign, move Css.stylesheet into Css.File, rename text to text_, deprecate Css.Namespace (immediately) and Css.File (eventually)
8.1.0 Expose some types, fix mixing bugs
8.0.0 Switch from (#) and (.) to class and id
7.0.0 Upgrade to Elm 0.18
6.1.0 Add box styles and table display options.
6.0.0 float is now num. Length units expose type aliases, e.g. Px. Many new keywords!
5.0.0 Have compile accept multiple files, add more keywords.
4.0.2 Fix for #140
4.0.1 Fix for #136
4.0.0 Fix multiple pseudo-selectors, add cursor properties.
3.1.2 Fix extraneous space in pseudo-element output
3.1.1 Fix missing pseudo-element implementation
3.1.0 Fix bug where namespace was getting applied to ID selectors, add letterSpacing, h5, h6
3.0.0 Upgrade for Elm 0.17
2.2.0 Expose more types
1.1.0 Add Helpers
1.0.0 Initial Release
Commits
  • 551376d Bump version to 18.0.0 for release
  • 845fdab Merge pull request #584 from micahhahn/add-keyed-lazy
  • 94a5fce Use new API in tests
  • c922fab Create a mockup of joining keyed + lazy together
  • ce2f7d6 Remove unintended comment
  • 9fb5c15 Fix typo
  • 5e7e478 🎨 Use let instead of curry
  • e2f2cc1 Add tests for keyedLazy
  • 86bd904 Add keyedLazy to Svg as well
  • 6fe7769 Update documentation for keyedLazy
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)