# DoneJS Contributors Meeting - 2016 - 08 - 12

**URL:** https://forums.bitovi.com/t/donejs-contributors-meeting-2016-08-12/385
**Category:** DoneJS
**Created:** [August 12, 2016, 3:00pm UTC](https://forums.bitovi.com/t/donejs-contributors-meeting-2016-08-12/385 "2016-08-12T15:00:32Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![matthewp](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/matthewp/32/77_2.png) [@matthewp](https://forums.bitovi.com/u/matthewp)
#### Post date: [August 12, 2016, 3:00pm UTC](https://forums.bitovi.com/t/donejs-contributors-meeting-2016-08-12/385/1 "2016-08-12T15:00:33Z")

</div>

[Hangout](https://plus.google.com/events/ck686pge582nd8ne7apa97ea7bo)

Topics:

- Contributing guidelines in subprojects

---

<div class="post-metadata">

### Author: ![matthewp](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/matthewp/32/77_2.png) [@matthewp](https://forums.bitovi.com/u/matthewp)
#### Post date: [August 12, 2016, 5:13pm UTC](https://forums.bitovi.com/t/donejs-contributors-meeting-2016-08-12/385/2 "2016-08-12T17:13:23Z")

</div>

## Matthew

### Last Week

- working on can-stache-bindings converters

### Next Week

- can-jquery
- other legacy features

---

<div class="post-metadata">

### Author: ![cherif\_b](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/cherif_b/32/31_2.png) [@cherif\_b](https://forums.bitovi.com/u/cherif_b)
#### Post date: [August 13, 2016, 8:40am UTC](https://forums.bitovi.com/t/donejs-contributors-meeting-2016-08-12/385/3 "2016-08-13T08:40:08Z")

</div>

I was working on client project so not much thing to put here 😕

---

<div class="post-metadata">

### Author: ![pYr0x](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/pyr0x/32/95_2.png) [@pYr0x](https://forums.bitovi.com/u/pYr0x)
#### Post date: [August 14, 2016, 12:01pm UTC](https://forums.bitovi.com/t/donejs-contributors-meeting-2016-08-12/385/4 "2016-08-14T12:01:29Z")

</div>

Julian

## Last Week

### steal-system-npm

- [#165](https://github.com/stealjs/system-npm/pull/165) add `version` to fake process object
- [#173](https://github.com/stealjs/system-npm/pull/173) process.platform is undefined, adding platform be parsing `navigator.userAgent`

### steal-tools

- [#506](https://github.com/stealjs/steal-tools/pull/506) a steal bundled build should work without declare a `main`

#### documentation stuff

- [#511](https://github.com/stealjs/steal-tools/pull/511) document `jsonOptions` and move some `system.config` options to `system-config.md`

### steal

#### documentation

- [#826](https://github.com/stealjs/steal/pull/826) improve docs for `babelOptions`. describe the default parameter set by steal.

### steal-css

- [#18](https://github.com/stealjs/steal-css/pull/18) if you want to add your css file manually in your html page, you dont have to [instantiate](http://stealjs.com/docs/System.instantiated.html) your css file anymore

### stealjs/es6-module-loader

- [#4](https://github.com/stealjs/es6-module-loader/pull/4) if you are using modules that have `babelOptions` like `blacklist`, you will get an error with Babel 6 (steal 1.0 default compiler). remove this warning by deleting these deprecated options if you are using steal 1.0

### can-simple-dom

- [#40](https://github.com/canjs/can-simple-dom/pull/40) encode html entities. it closes a done-srr issue. `&nbsp;` should become `&amp;nbsp;` anymore

### can-component

- [#29](https://github.com/canjs/can-component/pull/29) resolve the warning `can-view-scope::attr is deprecated, please use peak, get or set` by getting `%root` with `.get()`

## Next Week

- steal and steal-tools issues
