Skip to content

Releases: roderickhsiao/react-aspect-ratio

v1.1.8

29 Apr 20:31
Compare
Choose a tag to compare

Summary

Fix new codes that are not properly generated.

What's Changed

Full Changelog: v1.1.6...v1.1.8

v1.1.6

04 Apr 19:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

03 Apr 00:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.2...v1.1.5

v1.1.2

30 Mar 20:36
da0e96a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

v1.1.1 (Deprecated)

30 Mar 20:31
180ce45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

v1.1.0

29 Mar 23:24
81f3b62
Compare
Choose a tag to compare

Rewrite project with Typescript

What's Changed

Full Changelog: 1.0.50...1.1.0

1.0.50

11 Sep 04:25
Compare
Choose a tag to compare

Published namespaced export in type definition

import { AsepctRatio } from 'react-aspect-ratio;

1.0.48

07 Feb 05:14
54b9180
Compare
Choose a tag to compare
  • Support native aspect-ratio attributes and fallbacks to original padding trick implementation #46
  • 1.0.47 is a bad release, please discard the version

1.0.46

23 Oct 14:51
Compare
Choose a tag to compare
  • Support React 17
  • Deprecate 1.0.45 (bad package published)

1.0.44

14 Oct 17:45
Compare
Choose a tag to compare

Add TypeScript definition, thanks @asurare