All Versions
23
Latest Version
Avg Release Cycle
13 days
Latest Release
2781 days ago

Changelog History
Page 1

  • v3.19.0 Changes

    August 16, 2016

    ➕ Added

    • 🏗 The ability to customise the extensions picked up by webpack when building. See our .uiharness.yml for an example

      # .uiharness.yml
      
      extensions:
          - .web.ts
          - .web.tsx
          - .ts
          - .tsx
          - .js
      
      
  • v3.18.1

    August 30, 2016
  • v3.18.0 Changes

    August 16, 2016

    ✂ Removed

  • v3.17.2

    August 16, 2016
  • v3.17.0 Changes

    July 31, 2016

    ➕ Added

    • The ability to add external tools to debug programs, such as the MobX dev tools.

      import DevTools from 'mobx-react-devtools'
      
      ...
      
      this.tools(<DevTools />);
      
  • v3.16.0 Changes

    July 15, 2016

    ➕ Added

    • 💅 The ability to add external CSS style's for a hosted component:

      this
        .style({
          color: 'white',
          '.MyComponent': {
            padding: 20,
            background: 'red',
          }
        })
        .component( <MyComponent /> );
      
  • v3.15.0 Changes

    July 15, 2016

    ➕ Added

    • Serving CSS from parent module, the same way as images.
  • v3.14.0 Changes

    June 06, 2016

    ➕ Added

  • v3.11.0-beta1 Changes

    June 18, 2016

    ➕ Added

  • v3.10.0 Changes

    June 18, 2016

    🔄 Changed

    • ✅ Locking react to latest version (finding path to react folder hierarchically).
    • 🏗 Saving stats.json object with build output.