Releases: TypeRocket/typerocket
Releases · TypeRocket/typerocket
TypeRocket 3.0.9 Patch
- Fixes to broken redactor JS editor in Chrome
- Enhanced config options
- New Dots class for easy array traversal read and writes
- New Config class method
locate
allowing for extensible configs - Enhanced and configurable
typerocket.compileTypeRocketAssets
in gulpfile
TypeRocket 3.0.8 Patch
- Enable use of builder and matrix field in WordPress sites that are not using the root domain.
- Add methods for updating control labels on repeater, matrix, and builder fields.
- Add more customizations to
tr_tables()
so you can add bulk actions if needed. - Bug fixes and more.
TypeRocket 3.0.7 Patch
- Fix obscure repeater tabs bug
TypeRocket 3.0.6 Patch
- Patch design bugs
TypeRocket 3.0.5 Patch
- Update core plugins.
- Enable for other languages and translations.
- Add ability to apply tabs to repeaters and builder components.
- Add dev tools icon search.
- Fix for minor bugs.
Tabs Example
$links = [
tr_tabs()->setForm($form)->bindCallbacks()
->addTab('Date')
->setTabFields('Date', [$this->form->date('Date')])
->addTab('Info')
->setTabFields('Info', [$this->form->text('Info')])
];
echo $form->repeater('Example')->setFields($links);
TypeRocket 3.0.4 Patch
- Fix design bugs
TypeRocket 3.0.3 Patch
- Fixes SEO title bug.
TypeRocket 3.0.2 Patch
- Fix items field js bug
TypeRocket 3.0.1 Patch
- Remove auth read from hook global middleware group
TypeRocket 3.0
v3.0.0 prep for release