forms-bootstrap

๐Ÿ‘พ Bootstrap 4 + 5 forms for Nette framework

MIT License

Downloads
490.9K
Stars
18
Committers
13

Bot releases are hidden (Show)

forms-bootstrap - v0.8.1 Latest Release

Published by dakorpar 5 months ago

Bump! ๐Ÿงฎ
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.8...v0.8.1

Changes:

  • compatibility with nette/forms 3.2.3
forms-bootstrap - v0.8

Published by dakorpar 6 months ago

Bump! ๐Ÿ”ซ
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.7.1...v0.8

Changes:

  • compatibility with nette/forms 3.2.2
forms-bootstrap - v0.7.1

Published by dakorpar 7 months ago

Bump! ๐Ÿง‹
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.7...v0.7.1

Changes:

  • compatibility with nette/forms 3.1.15
forms-bootstrap - v0.7

Published by dakorpar 7 months ago

Bump! ๐Ÿ’€
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.6.1...v0.7

Changes:

  • compatibility with nette/forms 3.1.14
  • support for colorpicker and native date/datetime/time controls as nette/forms

BREAKING CHANGES and UPGRADE INFO

  • addDateTime is renamed to addBootstrapDateTime
  • addDate is renamed to addBootstrapDate

if you want to continue using bootstrap date pickers replace all your calls with this otherwise you'll fallback on native browser controls as nette/forms does.

forms-bootstrap - v0.6.1

Published by dakorpar 8 months ago

Bump! ๐Ÿงท
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.6...0.6.1

Changes:

  • compatibility with nette/component-model 3.1
forms-bootstrap - v0.6

Published by dakorpar 9 months ago

Bump! ๐Ÿšก
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.5.7...0.6

Changes:

  • nette/forms 3.1.12
  • drop support for php < 8.1
  • contributte codestyle
  • addFloat support
  • update libs
forms-bootstrap - v0.5.7

Published by dakorpar 9 months ago

Bump! ๐Ÿ™†โ€โ™‚๏ธ
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.5.6...v0.5.7

Changes:

nette/forms 3.1.11

forms-bootstrap - v0.5.6

Published by dakorpar over 1 year ago

Bump! ๐Ÿงท
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.5.5...v0.5.6

Changes:

nette/forms 3.1.10

forms-bootstrap - v0.5.5

Published by dakorpar almost 2 years ago

Bump! ๐Ÿž
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.5.4...v0.5.5

Changes:

  • nette/forms 3.1.9
  • php 8.2 support
forms-bootstrap - v0.5.4

Published by dakorpar almost 2 years ago

Bump! โšฝ
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.5.3...v0.5.4

Changes:

  • nette/forms 3.1.8
  • add form-row/row class instead of set for bootstrap row, allow adding custom classes to your own rows
  • fix bootstrap cell auto
forms-bootstrap - v0.5.3

Published by dakorpar over 2 years ago

Bump! ๐Ÿง‘โ€๐Ÿš€
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.5.2...v0.5.3

Changes:

  • nette/forms 3.1.7
  • Fix item parameter annotation for select input @pechondra
  • bootstrap 5 form row fix @czita
forms-bootstrap - v0.5.2

Published by dakorpar almost 3 years ago

Bump! ๐Ÿ“
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.5...v0.5.2

Changes:

fix group row grid rendering

forms-bootstrap - v0.5

Published by dakorpar almost 3 years ago

Bump! ๐ŸŸ๏ธ
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.4.2...v0.5

Changes:

  • Add bootstrap 5 renderer, thanks @stanislav-janu
  • Update nette/forms to 3.1.6
  • Fix translation on RadioInput
  • Input custom class fix
forms-bootstrap - v0.4.2

Published by dakorpar over 3 years ago

Bump! ๐Ÿค
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.4.1...v0.4.2

Changes:

Use parent rendering of ButtonInput @stanislav-janu

forms-bootstrap - v0.4.1

Published by dakorpar over 3 years ago

Bump! ๐ŸŒพ
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.4...v0.4.1

Changes:

  • nette/forms locked to 3.1.3
  • support for Html label on checkbox
forms-bootstrap - v0.4

Published by dakorpar over 3 years ago

Bump! ๐Ÿšจ
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.3.2...v0.4

Changes:

  • WARNING: BC nette/forms 3.1 changed behaviour of getValues which could cause issues on many projects!
  • locked to 3.1.2 of nette forms
  • code fixes and added more tests
forms-bootstrap - v0.3.2

Published by dakorpar almost 4 years ago

Bump! ๐ŸŽฑ
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.3.1...v0.3.2

Changes:

  • Support for php 8
  • fix typehints, make them consistent for labels
  • update ninjify/qa
  • switch to github actions
forms-bootstrap - v0.3.1

Published by dakorpar almost 4 years ago

Bump! *๏ธโƒฃ
Diff: https://github.com/contributte/forms-bootstrap/compare/v0.3...v0.3.1

Changes:

  • Allow Nette\Utils\Html object for labels
forms-bootstrap - v0.3

Published by dakorpar about 4 years ago

Bump! :feelsgood:

Diff: https://github.com/contributte/forms-bootstrap/compare/v0.2.2...v0.3

Changes:

  • BC: removed prompt on selectinput
  • BC: use nette/forms for creating selectbox, now translator works correctly on items and prompt also fixes #24
  • BootstrapForm::$allwaysUseNullable to set all fields as nullable (calls $component->setNullable() for all fields automatically)
  • feature: allow to ommit default placeholder for date/datetime input
  • bugfix when date/datetime empty, return empty value immidiatelly without trying to create datetime object
  • bugfix rendering with method get now works
  • use InputPromptTrait on SelectInput, do validation if prompt can be used
  • allow 0 on items with setPrompts do strict comparisson for "" and null
  • raise phpstan from lvl 4 to lvl7
  • added a lot of unit tests, coverage increased
forms-bootstrap - v0.2.2

Published by dakorpar over 4 years ago

Bump! ๐Ÿ‘†

Diff: https://github.com/contributte/forms-bootstrap/compare/v0.2.1...v0.2.2

Changes:

  • bugfix for choice controls when passed items [key => caption] caption not string, now we're allways casting caption to string
  • added more unit tests
  • raised phpstan from lvl 3 to lvl 4
  • code cleanups