Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.46 KB

File metadata and controls

63 lines (40 loc) · 1.46 KB

2.5.0

  • Align Fable.Core version to 3.2.8 for all of fable-browser packages

2.4.0

  • AddCSSStyleDeclaration.gap (by @chkn)
  • AddCSSStyleDeclaration.grid (by @chkn)
  • AddCSSStyleDeclaration.gridArea (by @chkn)
  • AddCSSStyleDeclaration.gridAutoColumns (by @chkn)
  • AddCSSStyleDeclaration.gridAutoFlow (by @chkn)
  • AddCSSStyleDeclaration.gridAutoRows (by @chkn)
  • AddCSSStyleDeclaration.gridColumn (by @chkn)
  • AddCSSStyleDeclaration.gridColumnEnd (by @chkn)
  • AddCSSStyleDeclaration.gridColumnStart (by @chkn)
  • AddCSSStyleDeclaration.gridRow (by @chkn)
  • AddCSSStyleDeclaration.gridRowEnd (by @chkn)
  • AddCSSStyleDeclaration.gridRowStart (by @chkn)
  • AddCSSStyleDeclaration.gridTemplate (by @chkn)
  • AddCSSStyleDeclaration.gridTemplateAreas (by @chkn)
  • AddCSSStyleDeclaration.gridTemplateColumns (by @chkn)
  • AddCSSStyleDeclaration.gridTemplateRows (by @chkn)
  • AddCSSStyleDeclaration.rowGap (by @chkn)

2.3.0

  • Add tags to make binding displayed on Fable.Packages

2.2.0

  • Add Global attribute to global interfaces @chkn

2.1.0

  • Add shadow root types @AngelMunoz

2.0.4

  • Downgrade FSharp.Core to 4.7.2

2.0.3

  • Downgrade FSharp.Core to 4.7.2

2.0.2

  • Release a new version because one of the dependencies had the licence information missing

2.0.1

  • Add licence to Nuget package @nojaf

2.0.0

  • Fix #28: Move getComputedStyle to Window

1.0.0

  • Stable release

1.0.0-beta-001

  • First release