This release features Bootstrap style Responsive Tables CSS, Russian language localization, Button Shortcode id attribute, and updates Alpine JS and Tailwind to latest versions.
What's New
- Responsive Tables. Bootstrap style responsive tables that overflow on the x-axis. Use same syntax as Bootstrap: (
f93fbe3)
<div class="table-responsive">
<table>
...
</table>
</div>
- Add Russian language localization PR (
#6) by @dpolyakov
Updates
- Add style definition for
-ms-overflow-style(c006443) - Add HTML attribute
idto Button Shortcode. Allows user to set a customidon buttons (6a1a598) - Disable Tailwind CSS Container core plugin. Axiom doesn't use it and we had to manually remove in past (
91e6189) - Update Tailwind CSS to latest v1.5.1 (
cff4c19) - Reduce font-size of H4-h6 to differentiate from H3 (
d54e4d3) - Update Alpine JS to v2.5.0 latest (
32a02bc) - Update Tailwind CSS to v1.5.2 latest (
e6b488d) - Update Tailwind CSS to v1.6.1 latest (
61f5f24)
Fixes
- Add safeHTML function on user input text/html (
3a95c96)
