Skip to content

Releases: jaredpalmer/the-platform

v0.10.1

08 Apr 18:16
Compare
Choose a tag to compare

Add to .npmignore unused folders and assets in the NPM package that could cause unwanted type conflicts for TypeScript users

v0.9.0

30 Oct 18:32
Compare
Choose a tag to compare

Minor

  • Preshaking. You can now import { Audio, AudioResource } from 'the-platform/Audio'
  • Removed lodash dependencies
  • Changed useNetwork to return isOnline instead of online to comply with Palmer Group naming conventions
  • Removed unused deps
  • Added an example to the project
  • Added link to codesandbox

v0.4.0

24 Aug 12:36
Compare
Choose a tag to compare

New stuff

  • <Stylesheet>
  • <Preload>
  • More examples

Commits:

  • Add docs about Stylesheet ba247c7
  • Update readme e955d63
  • Merge pull request #15 from palmerhq/feature/stylesheet ba9cdd4
  • Export element resources 0afeae3
  • Remove dist references from root 5620579
  • Added Stylesheet, standardized errors, removed attribute copying 51dcad0
  • Update README.md b9fe78a
  • v0.3.1 9b36ac4
  • Merge branch 'master' of github.com:palmerhq/react-async-elements a15dce0
  • Fix audio afe938c
  • Update README.md a40ce84

v0.3.0

16 Aug 19:19
Compare
Choose a tag to compare
  • Added <Audio> and <Video> components
  • Added pre-shake friendly exports so you can do import { Img } from 'react-async-elements/Img