Releases: shamansir/rpd
Releases · shamansir/rpd
v2.1.4
v2.1.3
Summaries the versions v2.1.0, v2.1.1, v2.1.2 and v2.1.3. The corresponding milestone is v2.1.x
- Now we're at NPM: https://www.npmjs.com/package/rpd/
- Flow type definitions: (PR #409)
- Ability to configure node body (PR #415)
- New styles, Ableton and Ableton-out (PR #397)
- Visual History (PR #397)
util/dial
node- Ability to
require('rpd')
- Different fixes
v2.0.1
All the changes v2.0.0
has:
- Better UI;
- Massive API changes and improvements in the sake of consistency;
- Ability to connect patches ("models", maiden name) and navigate between them;
- Simplified renderers;
- SVG Renderer;
- Import/Export;
- Quartz & PD "modes" are now separate "styles" (which reduces resulting file size);
- Improved building, with Gulp;
- And much more...
v2.0.1
adds:
- Minor styling and rendering fixes
- Update to Kefir v3.3.0
- Update to d3 v4.0
NB: No binaries, since user is intended to compile personal RPD version with preferred options.
v0.1.5
Minor improvements after Public Release
- Added tests, running with Jasmine and Karma
- Updated to Kefir 2.6
- Moved example toolkits to separate repositories
- Fixed non-compliant structures in HTML Renderer
- Improved
node/process
event - Added
render
objects to corresponding events so they use them instead of
asking node/channel instances for this object - Node updates are fired only after
node/ready
event
v0.1.0
First version, but with truly a lot of abilities. Also see a README @ v0.1.0. No Procedures support for now, though, and the renderer is only HTML.
Files | Toolkits | Renderer |
---|---|---|
rpd-core-html.min.js +rpd-core.css |
core |
html |
rpd-core-anm-html.min.js +rpd-core-anm.css |
core +anm |
html |
rpd-core-pd-html.min.js +rpd-core-pd.css |
core +pd |
html |