Releases: derbyjs/derby
Releases · derbyjs/derby
v4.0.0-beta.17
- Ensure only type exports for Page and App classes at package root 2f281bb
v4.0.0-beta.16
v4.0.0-beta.14
- More complete typing of history methods 76dbf00
- Ensure addViews on base App 40a1509
- Fix types for onRoute 9d0c67c
- Fix OnRouteCallback Page types b7344bf
- Remove unused tepe defs 6cd1ecd
- Add deprecation note to bundle and writeScript methods on AppForServer 8d2b281
- Fix ComponentHarnes that was using instance from root export that was removed 6c4daa9
- Fix type; remove outdate comment; remove export of instance 190249d
- Remove DerbyStandalone; plan to update as separate package fd5d86c
v4.0.0-beta.13
- Update test for renamed class b2867f3
- Rename AppBase -> App, App -> AppForClient, same for Derby/DerbyForClient fa3aa28
- Merge branch 'racer-2' of github.com:derbyjs/derby into racer-2 8d798ab
- Merge branch 'racer-2' of github.com:derbyjs/derby into racer-2 2bcc102
- Rename App -> AppForClient, and AppBase -> App in same pattern as Page f1b6578
v4.0.0-beta.12
What's Changed
- Fix error in server
page.renderStatic
by @ericyhwang in #631- Error was introduced in 4.0.0-beta.11, and it doesn't affect the more commonly used
page.render
method.
- Error was introduced in 4.0.0-beta.11, and it doesn't affect the more commonly used
Full Changelog: v4.0.0-beta.11...v4.0.0-beta.12
v3.0.3
What's Changed
- Fix error in server
page.renderStatic
by @ericyhwang in #631- Error was introduced in 3.0.2, and it doesn't affect the more commonly used
page.render
method.
- Error was introduced in 3.0.2, and it doesn't affect the more commonly used
Full Changelog: v3.0.2...v3.0.3
v2.3.3
- Fix error in server
page.renderStatic
method. Error was introduced in 2.3.2.
Full Changelog: v2.3.2...v2.3.3
v4.0.0-beta.11
What's Changed
- Guard against prototype pollution by @ericyhwang in #630
Full Changelog: v4.0.0-beta.10...v4.0.0-beta.11
v3.0.2
What's Changed
Fixes
- Fix bug registering component with static
view.is
prop but noview.file
prop by @ericyhwang in #627 - Guard against prototype pollution by @ericyhwang in #630
Doc updates
- Port docs from derby-site repo to this repo, with Jekyll on GH Pages hosting by @ericyhwang in #625
- [docs] Fix Pages build, update workflow to trigger build-only on branches by @ericyhwang in #626
Full Changelog: v3.0.1...v3.0.2
v2.3.2
What's Changed
- Guard against prototype pollution - v2 backport of #630
Full Changelog: v2.3.1...v2.3.2