Skip to content

Releases: TypeRocket/typerocket

TypeRocket 3.0.9 Patch

07 Sep 13:48
Compare
Choose a tag to compare
  • 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

16 Aug 20:58
Compare
Choose a tag to compare
  • 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

27 Jul 13:47
Compare
Choose a tag to compare
  • Fix obscure repeater tabs bug

TypeRocket 3.0.6 Patch

25 Jul 13:48
Compare
Choose a tag to compare
  • Patch design bugs

TypeRocket 3.0.5 Patch

25 Jul 02:38
Compare
Choose a tag to compare
  • 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

20 Jul 21:40
Compare
Choose a tag to compare
  • Fix design bugs

TypeRocket 3.0.3 Patch

05 May 18:54
Compare
Choose a tag to compare
  • Fixes SEO title bug.

TypeRocket 3.0.2 Patch

16 Feb 20:39
Compare
Choose a tag to compare
  • Fix items field js bug

TypeRocket 3.0.1 Patch

28 Oct 13:58
Compare
Choose a tag to compare
  • Remove auth read from hook global middleware group

TypeRocket 3.0

24 Sep 14:57
Compare
Choose a tag to compare
v3.0.0

prep for release