Releases: derbyjs/derby
Releases · derbyjs/derby
v4.0.0-beta.9
- Set isProduction in AppForServer b611b98
v4.0.0-beta.8
- Fix path for domTestRunner in test file c1426a0
- Merge branch 'master' of github.com:derbyjs/derby into racer-2 98e36cf
- Add use to exports 4b1c37b
- Add missing test file for components 27cc1af
- Merge pull request #627 from derbyjs/fix-component-inferred-view 006e372
- Fix regression when registering view-less components 0d24009
- Fix bug registering component with static
view.is
prop but noview.file
prop 2449b82 - Merge pull request #626 from derbyjs/fix-pages-1 8eedad2
- [docs] Enable setup-ruby gem caching, add workflow variable for docs directory 83e5979
- [docs] Fix Pages build, update workflow to trigger on branches though without deploy 7fa5699
- Merge pull request #625 from derbyjs/docs d227027
- Add GH Action to build and deploy Jekyll v4 site to GH Pages 468c1f6
- New Jekyll-based docs, with content ported from current derby-site repo 336fa8c
v4.0.0-beta.7
- Add overload signatures for special immediate events 988cefd
- Use new event handlers for immediate events b437dac
- Change Component default type param to object from unknown model type f11c661
- Fix type issues with loadStyles options and compiler types bdbb99e
- Fix issues with incorrect Root/Child model types 8de6f6d
- AppOptions as optional argument 13941e8
- Add createApp funciton to namespace; add additional type exports 61935d9
- Update min racer version (beta) for new exported types b6bffd1
- Add @types/resolve dev dependency 39976a4
- Remove legacy event listeners; extend racer modele events 5c6e173
- Fix disparities with ModelData and ComponentModelData 161fae2
- Rename PageBase to Page 867675c
v4.0.0-beta.6
v4.0.0-beta.5
v4.0.0-beta.4
- Mollify linter 69849f3
- Lint typescript fc2591c
- Fix calling functions form views bfb4c14
- Run tests on typescript source 2a9a678
- Setup tests w ts-node 9e89a63
- Fix test requires for moved test-utils 7c72e60
- Update test-utils for publish to dist a5d5ca9
- Move test-utils under src directory for build fe3e242
- Convert test-utils to typescript 941f9a7
- Rename files for ts conversion 611030f
- Resolve type errors form racer v2 331987c
- Move racer dep to dev dependency add peer dep 28f7bfd
- Refine singleton component type 43c0ca5
- Export App, PageParam types 8310868
- Use RootModel in tests 4226dab
- Refacor Page to interface and use clearer PageForClient internally d01dd46
- Export as namespace b3f108f
v2.3.1
What's Changed
- Fix bug registering component with static
view.is
prop but noview.file
prop by @ericyhwang in #628
Full Changelog: v2.3.0...v2.3.1