component v1.0.0-rc1 Release Notes

Release Date: 2014-04-01 // about 10 years ago
  • 🚀 The primary goal of this release is to test component install and component build and remove features we've decided to remove.

    • ➕ add:

      • component-install semver support
      • component-install now handles redirects (not w/ semver resolution, however)
      • component-crawl
      • component-build <styles|scripts|files> for designating a specific build
      • component-build styles --browsers - default autoprefixer support
      • component-build styles - fix CSS dependency ordering
      • component-build scripts - es6 module support
      • component-build scripts - other generator improvements from builder2
      • component-build scripts - now autorequires by default
    • ✂ remove:

      • component-create - moved to component-create
      • component-convert
      • component-wiki
      • component-info
      • component-changes
      • component-install --force
      • component-install custom remotes (for now, need adapter APIs in remotes)
      • component-install proxy - temporarily removed/untested, will be added again later
    • 🔄 changed:

      • component-build scripts --umd from --standalone
    • ⚡️ updated to comply with the latest specs